CESNET / libyang-cpp

C++ bindings for the libyang library

Home Page:https://gerrit.cesnet.cz/q/project:CzechLight/libyang-cpp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

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

https://gerrit.cesnet.cz/q/project:CzechLight/libyang-cpp

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:C++ 97.6%Language:CMake 1.7%Language:Shell 0.8%