Skip to content

irfanHaslanded/libyang-cpp

 
 

Repository files navigation

C++ bindings for libyang

License Gerrit Zuul CI

libyang-cpp implements object-oriented bindings of the libyang library in modern C++. Object lifetimes are managed automatically via RAII.

Dependencies

  • libyang - the devel branch (even for the master branch of libyang-cpp)
  • C++20 compiler (e.g., GCC 10.x+, clang 10+)
  • CMake 3.19+

Building

libyang-cpp uses CMake for building. One way of building libyang-cpp looks like this:

mkdir build
cd build
cmake ..
make
make install

Usage

Check the test suite in tests/ for usage examples.

Contributing

The development is being done on Gerrit here. Instructions on how to submit patches can be found here. GitHub Pull Requests are not used.

About

C++ bindings for the libyang library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 97.3%
  • CMake 1.8%
  • Shell 0.9%