16 stdenv.mkDerivation rec {
20 src = fetchFromGitHub {
24 sha256 = "sha256-qwEHGUizjsWQZSwQkh7Clevd1OQfj1mse7Q8YiRCMyQ=";
37 "-DCMAKE_INSTALL_LIBDIR=lib"
38 "-DCMAKE_INSTALL_INCLUDEDIR=include"
41 passthru.updateScript = gitUpdater {
46 description = "YANG data modelling language parser and toolkit";
48 libyang is a YANG data modelling language parser and toolkit written (and
49 providing API) in C. The library is used e.g. in libnetconf2, Netopeer2,
50 sysrepo or FRRouting projects.
52 homepage = "https://github.com/CESNET/libyang";
53 license = with licenses; [ bsd3 ];
54 platforms = platforms.unix;
55 maintainers = with maintainers; [ woffs ];