Skip to content

japaf/fson

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fortran 95 JSON Parser

Written by Joseph Alevin. Original and description can be found here. This fork provides CMake installation (no tests, no examples). Original installation didn't work for some json documents (I am not sure why).

Install

The library is installed in user-space (${HOME}/lib/fson) and (${HOME}/include/fson) by default.

mkdir build; cd build
cmake ..
cmake --build .
cmake --build . --target install

Verify that the library and include files can be found:

export PKG_CONFIG_PATH=${HOME}/lib/pkgconfig
pkg-config --cflags --libs libfson

Expect output similar to:

-I/home/advsim/include/fson -L/home/advsim/lib/fson -lfson

Fin.

About

Fortran 95 JSON Parser

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Fortran 92.0%
  • CMake 8.0%