Skip to content

veethahavya-CU-cz/yaml-fortran

 
 

Repository files navigation

CI Coverage license

YAML Fortran library

A library to read *.yaml files in Fortran. This project depends on yaml-cpp and implements a thin wrapper layer to handle API calls with yaml-cpp.

This library's documentation is located at www.yaml-fortran.com.

Examples

Building

Build on linux:

$ mkdir ./build
$ cd build
$ cmake -DYAML_BUILD_SHARED_LIBS=ON ..
$ make

Build on windows:

> mkdir build
> cd build
> cmake -DYAML_BUILD_SHARED_LIBS=ON ..

Then open the visual studio project file ./build/fortran-yaml.sln and compile. The binary executables and libraries are archived in the ./bin folder. Be sure to the default project to one of the unit test cases in order to evaluate in a debugging session.

About

backup copy for internal use

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Fortran 53.4%
  • C++ 23.0%
  • CMake 13.7%
  • HCL 3.4%
  • Makefile 3.1%
  • C 2.8%
  • Dockerfile 0.6%