-
Notifications
You must be signed in to change notification settings - Fork 4
/
prohlatype.opam
32 lines (28 loc) · 1001 Bytes
/
prohlatype.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
opam-version: "1.2"
maintainer: "Leonid Rozenberg <leonidr@gmail.com>"
authors: "Leonid Rozenberg <leonidr@gmail.com>"
homepage: "https://github.com/hammerlab/prohlatype/"
dev-repo: "git+https://github.com/hammerlab/prohlatype.git"
bug-reports: "https://github.com/hammerlab/prohlatype/issues"
license: "Apache2"
available: [ ocaml-version >= "4.06" ]
build: [
[ "dune" "subst"] {pinned}
[ "dune" "build" "-p" name "-j" jobs]
]
depends: [
"ocamlfind" { build }
"dune" {build & >= "1.0" }
"bisect_ppx" { build & >= "1.3.2" }
"ppx_deriving" { >= "4.2.1" }
"ppx_deriving_yojson" { >= "3.1" }
"nonstd" { >= "0.0.3" }
"sosa" { >= "0.3.0" }
"ocamlgraph" { >= "1.8.8" }
"cmdliner" { >= "1.0.2" }
"biocaml" { >= "0.9.0" }
"parany" { >= "3.0.0" }
"ocephes" { >= "0.8.2" }
"re" { >= "1.7.3" }
"partition_map" { >= "0.9.0" }
]