34 lines
971 B
Text
34 lines
971 B
Text
opam-version: "2.0"
|
|
name: "provision"
|
|
maintainer: [ "Romain Calascibetta <romain.calascibetta@gmail.com>" ]
|
|
authors: [ "Romain Calascibetta <romain.calascibetta@gmail.com>" ]
|
|
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"
|
|
"base-unix"
|
|
"bigstringaf"
|
|
"fmt"
|
|
"bos"
|
|
"logs"
|
|
"rresult"
|
|
"mmap"
|
|
"cmdliner"
|
|
]
|
|
url {
|
|
src: "git+https://github.com/hannesm/caravan.git#next"
|
|
}
|