this repo has no description
1opam-version: "2.0" 2synopsis: "Libbpf maps API" 3description: "High level API's for interacting with BPF maps in OCaml" 4maintainer: ["Lee Koon Wen"] 5authors: ["Lee Koon Wen"] 6license: ["ISC" "BSD-3-Clause"] 7tags: ["bindings" "bpf" "libbpf"] 8homepage: "https://github.com/koonwen/ocaml-libbpf" 9doc: "https://koonwen.github.io/ocaml-libbpf" 10bug-reports: "https://github.com/koonwen/ocaml-libbpf/issues" 11depends: [ 12 "dune" {>= "3.13"} 13 "ctypes" {>= "0.22.0"} 14 "ctypes-foreign" {>= "0.22.0"} 15 "libbpf" {= version} 16 "odoc" {with-doc} 17] 18build: [ 19 ["dune" "subst"] {dev} 20 [ 21 "dune" 22 "build" 23 "-p" 24 name 25 "-j" 26 jobs 27 "@install" 28 "@runtest" {with-test} 29 "@doc" {with-doc} 30 ] 31] 32dev-repo: "git+https://github.com/koonwen/ocaml-libbpf.git" 33url { 34 src: 35 "https://github.com/koonwen/ocaml-libbpf/releases/download/v0.1.0/libbpf-0.1.0.tbz" 36 checksum: [ 37 "sha256=c0b543a2628f4c27d2eaaefb1b8c0cc81ef56a2437de44e540770a9a689ab1fe" 38 "sha512=1ff0b508123c131df16cf53ca43681a9d5b2120ffbb7409e264be11ca37ae74057acc7121d9811fb8eeb5ab224a71d11af50498e28fe367d6a21d29011a937e5" 39 ] 40} 41x-commit-hash: "c7ac4c7ff9f2aa23c374a619990c0bdd78976102"