| name : rapidyaml
|
| version : 0.9.0
|
| release : 2
|
| source :
|
| - https://github.com/biojppm/rapidyaml/releases/download/v0.9.0/rapidyaml-0.9.0-src.tgz : e01c66b21dfbe3d7382ecab3dfe7efcdc47a068cd25fcc8279e8f462f69c995d
|
| homepage : https://github.com/biojppm/rapidyaml
|
| license : MIT
|
| component :
|
| - programming.library
|
| summary : Rapid YAML is a C++ library for parsing and generating YAML
|
| description: |
|
| Rapid YAML or ryml, for short. ryml is a C++ library to parse and emit YAML, and do it fast, on everything from x64 to bare-metal chips without operating system.
|
|
|
| builddeps :
|
| - pkgconfig(python3)
|
| - python-setuptools
|
| - swig
|
| - git
|
| setup : |
|
| %cmake_ninja -DRYML_STANDALONE=ON
|
| build : |
|
| %ninja_build
|
| profile : |
|
| %ninja_check
|
| install : |-
|
| %ninja_install
|
| mv $installdir/usr/lib $installdir/%libdir%
|