this repo has no description
1opam-version: "2.0"
2synopsis: "Virtual package for system installation of bpftool"
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" ]
10depexts: [
11 [ "linux-tools-common" ] {os-distribution = "ubuntu"}
12 [ "bpftool" ] {os-distribution = "debian"}
13 [ "bpftool" ] {os-distribution = "fedora"}
14]
15flags: conf
16x-commit-hash: "c7ac4c7ff9f2aa23c374a619990c0bdd78976102"