An open API service indexing awesome lists of open source software.

https://github.com/llnl/spify


https://github.com/llnl/spify

cpp

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# SPIFY : spify parser of input files with YAML syntax

SPIFY is a C++ library for parsing input files to be used in scientific computing applications. The library allows an application developer to define a full set of required and optional input variable of different types and handles all of the parsing and validation.

See the examples for details.

Prerequisite
----------------
[yaml-cpp](https://github.com/jbeder/yaml-cpp)

Authors
----------------
Spify was created by Russell Whitesides, whitesides1@llnl.gov.

License
----------------

Spify is distributed under the terms of the BSD-3-Clause license.

All new contributions must be made under the same license.

See LICENSE and NOTICE for details.

SPDX-License-Identifier: (BSD-3-Clause)

LLNL-CODE-778617