17 stdenv.mkDerivation rec {
21 src = fetchFromGitHub {
25 hash = "sha256-uYZJo8lUv6tq0MRRJvbTS/8t1eZNGqcMb5k5sVCwMJM=";
38 "-DCMAKE_INSTALL_LIBDIR=lib"
39 "-DCMAKE_INSTALL_INCLUDEDIR=include"
42 passthru.updateScript = gitUpdater {
47 description = "YANG data modelling language parser and toolkit";
49 libyang is a YANG data modelling language parser and toolkit written (and
50 providing API) in C. The library is used e.g. in libnetconf2, Netopeer2,
51 sysrepo or FRRouting projects.
53 homepage = "https://github.com/CESNET/libyang";
54 license = with licenses; [ bsd3 ];
55 platforms = platforms.unix;
56 maintainers = with maintainers; [ woffs ];