opam-version: "2.0" name: "provision" maintainer: [ "Romain Calascibetta " ] authors: [ "Romain Calascibetta " ] homepage: "https://github.com/dinosaure/caravan" bug-reports: "https://github.com/dinosaure/caravan/issues" dev-repo: "git+https://github.com/dinosaure/caravan.git" doc: "https://dinosaure.github.io/caravan/" license: "MIT" synopsis: "Section injection into ELF binary file" description: """ Tool to inject new <.provision> section into given ELF binary file. """ build: [ ["dune" "subst"] {dev} ["dune" "build" "-p" name "-j" jobs ] ["dune" "runtest" "-p" name "-j" jobs] {with-test} ] depends: [ "ocaml" {>= "4.07.0"} "dune" {>= "1.9.2"} "base-bytes" "bigstringaf" "fmt" ] depopts: [ "ocaml-freestanding" ] conflicts: [ "ocaml-freestanding" {< "0.6.0"} ] url { src: "git+https://github.com/hannesm/caravan.git#next" }