opam-version: "2.0" authors: "rob.hoes@citrix.com" maintainer: "rob.hoes@citrix.com" homepage: "https://github.com/xapi-project/ocaml-netlink" bug-reports: "https://github.com/xapi-project/ocaml-netlink/issues" dev-repo: "git+https://github.com/xapi-project/ocaml-netlink.git" build: ["dune" "build" "-p" name "-j" jobs] depends: [ "ocaml" "dune" {>= "1.4"} "ctypes" "ctypes-foreign" "conf-libnl3" ] synopsis: "Bindings to the Netlink Protocol Library Suite (libnl)" description: """ The Netlink Protocol Library Suite (libnl, see http://www.infradead.org/~tgr/libnl/) provides APIs to the netlink protocol, allowing you to interact with network devices in the Linux kernel.""" url { src: "https://github.com/xapi-project/ocaml-netlink/archive/v0.3.4.tar.gz" checksum: [ "sha256=a29e88889f66213af7467520a315536b6746db13769b661d481dc70820efa3fb" "md5=9dd8017c1682410781e2798c5348048c" ] }