opam-version: "2.0" maintainer: "ygrek " authors: ["ygrek "] homepage: "https://github.com/ygrek/ocaml-bpf" doc: "https://ygrek.org/p/ocaml-bpf/api/" license: "BSD-3-Clause" dev-repo: "git+https://github.com/ygrek/ocaml-bpf.git" bug-reports: "https://github.com/ygrek/ocaml-bpf/issues" tags: ["org:ygrek"] depends: [ "ocaml" {>= "4.02.0"} "ocamlfind" {build} "ocamlbuild" {build} "topkg" {build} "ppx_deriving" ] build: [ ["ocaml" "pkg/pkg.ml" "build" "--dev-pkg" "%{pinned}%"] ["ocaml" "pkg/pkg.ml" "build" "--dev-pkg" "%{pinned}%" "--tests" "true"] {with-test} ["ocaml" "pkg/pkg.ml" "test"] {with-test} ] synopsis: "Embedded eBPF assembler" description: """ Generate BPF programs directly from OCaml, for use with Linux kernel socket/seccomp/event filters or to generate machine code with ubpf JIT for userspace.""" url { src: "https://ygrek.org/p/release/ocaml-bpf/bpf-0.2.tbz" checksum: [ "sha256=264b1841507ca9ca3f592acc7ef9a284f0a5ae0263d52cd1990ece1fe07aecae" "md5=f1df7018dd45fc057da8c437f1a86270" ] mirrors: "https://github.com/ygrek/ocaml-bpf/releases/download/0.2/bpf-0.2.tbz" }