libPLCL is the reference serialization/deserialization library for the Papyrus(Like)ConfigurationLanguage language.
Until there is a stable release, the API is subject to change.
- Serialization
- Verifying configs against templates
- Better error handling
- Tests
- CMake 3.10 or later
- C++23 compiler
mkdir build
cd build
cmake .. # -DCMAKE_INSTALL_PREFIX=/path/to/install, defaults to /usr/local
make
make install
Check the examples folder for usage examples.