Cpp extension for libyang in master #2270
-
Hi, C++ bindings for libyang libyang-cpp implements object-oriented bindings of the libyang library in modern C++. Object lifetimes are managed automatically via RAII. Dependencies Is there a plan or any Support to pick this change for main package |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
What change exactly? I got lost. The C++ bindings are a separate project and we intend to keep it that way. |
Beta Was this translation helpful? Give feedback.
-
Michal, In my understanding Srikanth was trying to build libyang-cpp along with the latest libnetconf/libyang, but it has a temporary dependency on the pre-V3 libyang API. So his question is how to build libyang-cpp with the latest libnetconf/libyang and when will the temporary API dependency be removed? |
Beta Was this translation helpful? Give feedback.
What do you mean "picked up", released? The commit exists and can be referenced but should only be used temporarily, then the latest
devel
will again be required. I do not think any action is required in the libyang project.