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]
9homepage: "https://github.com/ahrefs/ocaml-ubpf"
10bug-reports: "https://github.com/ahrefs/ocaml-ubpf/issues"
11dev-repo: "git+https://github.com/ahrefs/ocaml-ubpf.git"
12available: [
13 os = "linux"
14]
15depends: [
16 "ocaml" {>= "4.02"}
17 "ocamlfind" {build}
18 "dune" {< "3.0"}
19]
20build: [
21 ["dune" "subst"] {dev}
22 ["dune" "build" "-p" name "-j" jobs]
23]
24url {
25 src: "https://github.com/ahrefs/ocaml-ubpf/archive/0.1.tar.gz"
26 checksum: [
27 "sha256=be7eb6623049a16dd37a8dc3577f4fa5673c655a0486747bd6eebe28a55a6940"
28 "md5=481ebf53773aa84fe5926ac8fb942e8a"
29 ]
30}