Port details |
- reflect-cpp C++-20 library for fast serialization, deserialization and validation
- 0.21.0 devel
=0 Package not present on quarterly.This port was created during this quarter. It will be in the next quarterly branch but not the current one. - Maintainer: alven@FreeBSD.org
 - Port Added: 2025-09-18 10:18:05
- Last Update: 2025-09-18 21:39:48
- Commit Hash: 63f5ee1
- License: MIT
- WWW:
- https://rfl.getml.com/
- https://github.com/getml/reflect-cpp/
- Description:
- reflect-cpp is a C++-20 library for fast serialization, deserialization and
validation using reflection, similar to pydantic in Python, serde in Rust,
encoding in Go or aeson in Haskell.
reflect-cpp fills an important gap in C++ development. It minimizes boilerplate
code and enhances code safety for seamless and efficient data exchange across
system components.
Design principles for reflect-cpp include:
- Close integration with containers from the C++ standard library
- Close adherence to C++ idioms
- Out-of-the-box support for JSON
- Simple installation
- Simple extendability to other serialization formats
- Simple extendability to custom classes
- Being one of the fastest serialization libraries in existence, as demonstrated
by our benchmarks
reflect-cpp is not just a reflection library, it is for serialization,
deserialization and validation through reflection.
 ¦ ¦ ¦ ¦ 
- 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:
-
- reflect-cpp>0:devel/reflect-cpp
- To install the port:
- cd /usr/ports/devel/reflect-cpp/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/reflect-cpp
- pkg install reflect-cpp
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: reflect-cpp
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1758200985
SHA256 (getml-reflect-cpp-v0.21.0_GH0.tar.gz) = 007d6e44a750785cb4c94dc29f307119abde679e4b09fb72b9b5c3f0f067cab2
SIZE (getml-reflect-cpp-v0.21.0_GH0.tar.gz) = 5793220
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:
-
- cmake : devel/cmake-core
- ninja : devel/ninja
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- devel_reflect-cpp
- USES:
- cmake:testing compiler:c++23-lang
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|