| Port details |
- reflect-cpp C++-20 library for fast serialization, deserialization and validation
- 0.24.0 devel
=1 0.22.0Version of this port present on the latest quarterly branch. - Maintainer: alven@FreeBSD.org
 - Port Added: 2025-09-18 10:18:05
- Last Update: 2026-02-15 16:57:10
- Commit Hash: 6555e43
- People watching this port, also watch:: indi, zapret, ldview, tatuin, qelectrotech
- 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 = 1771145415
SHA256 (getml-reflect-cpp-v0.24.0_GH0.tar.gz) = 2185d45cca58f60bcdaca37a995c6f8e90c0105f312610333fed75f2efa6a996
SIZE (getml-reflect-cpp-v0.24.0_GH0.tar.gz) = 5823402
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:
|
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
0.24.0 15 Feb 2026 16:57:10
    |
Älven (alven)  |
devel/reflect-cpp: Update 0.23.0 => 0.24.0
Changelogs:
* https://github.com/getml/reflect-cpp/releases/tag/v0.24.0
* https://github.com/getml/reflect-cpp/compare/v0.23.0...v0.24.0
Approved by: db@, yuri@ (Mentors, implicit) |
0.23.0 04 Jan 2026 09:14:47
    |
Älven (alven)  |
devel/reflect-cpp: Update 0.22.0 => 0.23.0
Changelogs:
* https://github.com/getml/reflect-cpp/releases/tag/v0.23.0
* https://github.com/getml/reflect-cpp/compare/v0.22.0...v0.23.0
Approved by: db@, yuri@ (Mentors, implicit) |
0.22.0 31 Oct 2025 00:42:11
    |
Älven (alven)  |
devel/reflect-cpp: Update 0.21.0 => 0.22.0
Changelogs:
* https://github.com/getml/reflect-cpp/releases/tag/v0.22.0
* https://github.com/getml/reflect-cpp/compare/v0.21.0...v0.22.0
Approved by: yuri@ (Mentor)
Differential Revision: https://reviews.freebsd.org/D53463 |
0.21.0 18 Sep 2025 21:39:48
    |
Älven (alven)  |
devel/reflect-cpp: Update 0.20.0 => 0.21.0
Changelogs:
* https://github.com/getml/reflect-cpp/releases/tag/v0.21.0
* https://github.com/getml/reflect-cpp/compare/v0.20.0...v0.21.0
* Keep pkg-descr within 24 lines limit
Approved by: yuri@ (Mentor)
Differential Revision: https://reviews.freebsd.org/D52602 |
0.20.0 18 Sep 2025 10:16:59
    |
Älven (alven)  |
devel/reflect-cpp: [NEW PORT] C++-20 library for fast serialization,
deserialization and validation
Summary:
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.
WWW: https://rfl.getml.com/
Approved by: yuri@ (Mentor)
Differential Revision: https://reviews.freebsd.org/D52522 |