-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathopam
32 lines (32 loc) · 835 Bytes
/
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
opam-version: "1.2"
maintainer: "[email protected]"
authors: [
"Tom Ridge <[email protected]>"
"Thomas Tuerk <[email protected]>"
"David Sheets <[email protected]>"
"Andrea Giugliano <[email protected]>"
]
homepage: "http://sibylfs.io/"
dev-repo: "https://github.com/sibylfs/sibylfs_src.git"
bug-reports: "https://github.com/sibylfs/sibylfs_src/issues"
build: [
["mkdir" "-p" "src_ext/lem/ocaml-lib"]
["ln" "-s" sibylfs-lem:lib "src_ext/lem/ocaml-lib/_build"]
["ln" "-s" "%{sibylfs-lem:bin}%/lem" "src_ext/lem/lem"]
[make]
]
depends: [
"base-unix"
"base-bytes"
"ocamlfind" { build }
"sibylfs-lem" { build }
"cppo" { build }
"sha"
"cmdliner"
"fd-send-recv"
"camlp4"
"sexplib" {< "113.01.00"}
"menhir"
"cow" {>= "1.2.0" & < "2.0.0"}
"unix-fcntl" {>= "0.2.0" & < "0.3.0"}
]