https://github.com/llnl/spify
cpp
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/llnl/spify
- Owner: LLNL
- License: bsd-3-clause
- Created: 2019-06-20T22:49:21.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-06-04T21:53:44.000Z (almost 2 years ago)
- Last Synced: 2025-04-09T05:31:39.460Z (about 1 year ago)
- Topics: cpp
- Language: C++
- Size: 37.1 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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