forked from mirage/irmin
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathopam
More file actions
65 lines (63 loc) · 1.62 KB
/
opam
File metadata and controls
65 lines (63 loc) · 1.62 KB
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
opam-version: "1.2"
maintainer: "thomas@gazagnaire.org"
authors: ["Thomas Gazagnaire" "Thomas Leonard"]
license: "ISC"
homepage: "https://github.com/mirage/irmin"
bug-reports: "https://github.com/mirage/irmin/issues"
dev-repo: "https://github.com/mirage/irmin.git"
doc: "https://mirage.github.io/irmin/"
build: [
"ocaml" "pkg/pkg.ml" "build" "--pinned" "%{pinned}%"
"--with-http" "%{cohttp:installed}%"
"--with-git" "%{git:installed}%"
"--with-unix" "%{irmin-watcher+git-unix:installed}%"
"--with-mirage" "%{mirage-git:installed}%"
]
build-test: [
["ocaml" "pkg/pkg.ml" "build" "--tests" "true"
"--with-http" "%{cohttp:installed}%"
"--with-git" "%{git:installed}%"
"--with-unix" "%{irmin-watcher+git-unix:installed}%"
"--with-mirage" "%{mirage-git:installed}%"]
["ocaml" "pkg/pkg.ml" "test"]
]
depends: [
"ocamlbuild" {build}
"ocamlfind" {build}
"topkg" {build & >= "0.7.8"}
"ezjsonm" {>= "0.4.2"}
"fmt"
"ocamlgraph"
"lwt" {>= "2.4.7"}
"logs" {>= "0.5.0"}
"fmt"
"cstruct" {>= "1.6.0"}
"mirage-tc" {>= "0.3.0"}
"mstruct"
"uri" {>= "1.3.12"}
"astring"
"hex"
"re"
"cmdliner"
"crunch"
"mtime" {test}
"git-unix" {test}
"cohttp" {test}
"alcotest" {test & >="0.4.1"}
"irmin-watcher" {test & >= "0.2.0"}
]
depopts: [
"git"
"git-unix"
"cohttp"
"mirage-git"
"irmin-watcher"
]
conflicts: [
"cohttp" {< "0.18.3"}
"git" {< "1.8.0"}
"conduit" {< "0.9.0"}
"mirage-types" {>="3.0.0"}
"irmin-watcher" {<"0.2.0"}
]
available: [ocaml-version >= "4.01.0"]