this repo has no description
1opam-version: "2.0"
2authors: "rob.hoes@citrix.com"
3maintainer: "rob.hoes@citrix.com"
4homepage: "https://github.com/xapi-project/ocaml-netlink"
5bug-reports: "https://github.com/xapi-project/ocaml-netlink/issues"
6dev-repo: "git+https://github.com/xapi-project/ocaml-netlink.git"
7build: ["dune" "build" "-p" name "-j" jobs]
8depends: [
9 "ocaml"
10 "dune" {>= "1.4"}
11 "ctypes"
12 "ctypes-foreign"
13 "conf-libnl3"
14]
15synopsis: "Bindings to the Netlink Protocol Library Suite (libnl)"
16description: """
17The Netlink Protocol Library Suite (libnl, see
18http://www.infradead.org/~tgr/libnl/) provides APIs to the netlink
19protocol, allowing you to interact with network devices in the Linux kernel."""
20url {
21 src: "https://github.com/xapi-project/ocaml-netlink/archive/v0.3.4.tar.gz"
22 checksum: [
23 "sha256=a29e88889f66213af7467520a315536b6746db13769b661d481dc70820efa3fb"
24 "md5=9dd8017c1682410781e2798c5348048c"
25 ]
26}