Port details |
- rapidyaml Library to parse and emit YAML
- 0.9.0 devel
=2 0.3.0Version of this port present on the latest quarterly branch. - Maintainer: gasol.wu@gmail.com
 - Port Added: 2022-01-08 13:24:03
- Last Update: 2025-09-04 23:14:25
- Commit Hash: ebc4075
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py311-PyOpenGL, p5-Sane
- License: MIT
- WWW:
- https://github.com/biojppm/rapidyaml
- Description:
- Rapid YAML or ryml, for short. ryml is a C++ library to parse and emit YAML,
and do it fast.
ryml parses both read-only and in-situ source buffers; the resulting data nodes
hold only views to sub-ranges of the source buffer. No string copies or
duplications are done, and no virtual functions are used. The data tree is a
flat index-based structure stored in a single array. Serialization happens only
at your direct request, after parsing / before emitting. Internally, the data
tree representation stores only strings and has no knowledge of types, but of
course, every node can have a YAML type tag. ryml makes it easy and fast to
read and modify the data tree.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- rapidyaml>0:devel/rapidyaml
- To install the port:
- cd /usr/ports/devel/rapidyaml/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/rapidyaml
- pkg install rapidyaml
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: rapidyaml
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1750781450
SHA256 (biojppm-rapidyaml-v0.9.0_GH0.tar.gz) = 78e62e35b61bb59db53213cc0cfc1ad408a59e62fb66af30a886b75427f26321
SIZE (biojppm-rapidyaml-v0.9.0_GH0.tar.gz) = 8238366
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- git : devel/git@lite
- cmake : devel/cmake-core
- Library dependencies:
-
- libc4core.so : devel/c4core
- This port is required by:
- for Libraries
-
- devel/jsonnet
Configuration Options:
- No options to configure
- Options name:
- devel_rapidyaml
- USES:
- compiler:c++11-lib cmake:noninja localbase:ldflags
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|