-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcaravan.opam
30 lines (28 loc) · 862 Bytes
/
caravan.opam
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
opam-version: "2.0"
name: "provision"
maintainer: [ "Romain Calascibetta <[email protected]>" ]
authors: [ "Romain Calascibetta <[email protected]>" ]
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" "build" "-p" name "-j" jobs ]
run-test: [ "dune" "runtest" "-p" name "-j" jobs ]
depends: [
"ocaml" {>= "4.07.0"}
"dune" {>= "1.9.2"}
"base-bytes"
"base-unix"
"bigstringaf"
"fmt"
"bos"
"logs"
"rresult"
"mmap"
"cmdliner"
]