-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathopam
46 lines (40 loc) · 1.01 KB
/
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
opam-version: "1.2"
name: "caravand"
version: "0.2"
maintainer: "Davide Gessa <gessadavide@gmail.com>"
authors: [
"Davide Gessa <gessadavide@gmail.com>"
]
homepage: "https://github.com/dakk/caravand"
bug-reports: "https://github.com/dakk/caravand/issues"
license: "MIT"
dev-repo: "https://github.com/dakk/caravand.git"
build: [
["jbuilder" "build" "-p" name "-j" jobs "@install"]
]
build-test: [
["jbuilder" "build" "-p" name "-j" jobs "@runtest" "@doc"]
]
build-doc: [
["jbuilder" "build" "-p" name "-j" jobs "@doc"]
]
depends: [
"jbuilder" {build & >= "1.0+beta11"}
"base" {build & >= "v0.9.2"}
"stdio" {build & >= "v0.9.0"}
"configurator" {build & >= "v0.9.1"}
"ppx_bitstring" {build & >= "2.0.2"}
"bitstring" {>= "2.1.0"}
"bignum" {>= "v0.9.0"}
"bitcoinml" {= "0.4.0"}
"cryptokit" {>= "1.11"}
"ctypes" {>= "0.11.2"}
"yojson" {>= "1.3.3"}
"leveldb" {>= "1.1.2"}
"stdint" {>= "0.3.0-0"}
"ounit" {test & >= "2.0.0"}
"odoc" {test & >= "1.1.1"}
"hex" {test & >= "1.1.1"}
]
depexts: [
]