this repo has no description
1opam-version: "2.0" 2synopsis: "OCaml bindings for userspace eBPF VM" 3license: "LGPL-3.0-only WITH OCaml-LGPL-linking-exception" 4maintainer: "Raman Varabets <roman.vorobets@gmail.com>" 5authors: [ 6 "Raman Varabets <roman.vorobets@gmail.com>" 7 "ygrek <ygrek@autistici.org>" 8] 9tags: ["org:ahrefs"] 10homepage: "https://github.com/ahrefs/ocaml-ubpf" 11bug-reports: "https://github.com/ahrefs/ocaml-ubpf/issues" 12dev-repo: "git+https://github.com/ahrefs/ocaml-ubpf.git" 13# JIT only builds on x64 14# https://opam.ci.ocaml.org/github/ocaml/opam-repository/commit/5a5b643d1ac7348b78e0e731fc9e237475f19a6c/variant/opam-2.1,extras,ppc64,ubpf.0.2 15# https://opam.ci.ocaml.org/github/ocaml/opam-repository/commit/5a5b643d1ac7348b78e0e731fc9e237475f19a6c/variant/opam-2.1,extras,arm32,ubpf.0.2 16# https://opam.ci.ocaml.org/github/ocaml/opam-repository/commit/5a5b643d1ac7348b78e0e731fc9e237475f19a6c/variant/opam-2.1,extras,arm64,ubpf.0.2 17# https://opam.ci.ocaml.org/github/ocaml/opam-repository/commit/5a5b643d1ac7348b78e0e731fc9e237475f19a6c/variant/opam-2.1,extras,s390x,ubpf.0.2 18# x86_32 19# error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] (score = 10) 20# https://opam.ci.ocaml.org/github/ocaml/opam-repository/commit/5a5b643d1ac7348b78e0e731fc9e237475f19a6c/variant/opam-2.1,extras,x86_32,ubpf.0.2 21available: os != "win32" & arch = "x86_64" 22depends: [ 23 "ocaml" {>= "4.02"} 24 "dune" {>= "2.9.0"} 25] 26build: [ 27 ["dune" "subst"] {dev} 28 ["dune" "build" "-p" name "-j" jobs] 29] 30url { 31 src: "https://github.com/ahrefs/ocaml-ubpf/archive/0.2.tar.gz" 32 checksum: [ 33 "sha256=f3b57df025397eebeb3eaf19664a00d7360a0e6b77b6d437921c9fbf354f103c" 34 ] 35}