1opam-version: "2.0"
2synopsis: "Virtual package for system installation of libbpf"
3maintainer: ["Lee Koon Wen"]
4authors: ["Lee Koon Wen"]
5license: ["ISC" "BSD-3-Clause"]
6homepage: "https://github.com/koonwen/ocaml-libbpf"
7doc: "https://koonwen.github.io/ocaml-libbpf"
8bug-reports: "https://github.com/koonwen/ocaml-libbpf/issues"
9available: [ os = "linux" ]
10
11depexts: [
12 ["libbpf-dev"] { os-distribution = "ubuntu" & os-version >= "18.04" }
13 ["libbpf-dev"] { os-distribution = "debian" & os-version >= "9.0" }
14 ["libbpf-devel"] { os-distribution = "fedora" & os-version >= "38" }
15]
16flags: conf
17x-commit-hash: "c7ac4c7ff9f2aa23c374a619990c0bdd78976102"