We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8635f3f commit 01ddc62Copy full SHA for 01ddc62
ocaml_libbpf.opam.template
@@ -1 +1,6 @@
1
available: [ os = "linux" & os-version >= "5.19"]
2
+# Just specify debian dependencies for now
3
+depexts: [
4
+ ["zlib1g" "libelf1"] {os-distribution = "debian"}
5
+ ["zlib" "elfutils-libelf"] {os-distribution = "fedora"}
6
+]
0 commit comments