forked from ocaml-batteries-team/batteries-included
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbatteries.opam
40 lines (40 loc) · 1.19 KB
/
batteries.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
opam-version: "2.0"
synopsis: "A community-maintained standard library extension"
maintainer: [
"Cedric Cellier <[email protected]>"
"Francois Berenger <[email protected]>"
"Gabriel Scherer <[email protected]>"
"Thibault Suzanne <[email protected]>"
]
authors: "OCaml batteries-included team"
homepage: "https://github.com/ocaml-batteries-team/batteries-included"
bug-reports: "https://github.com/ocaml-batteries-team/batteries-included/issues"
dev-repo: "git://github.com/ocaml-batteries-team/batteries-included.git"
license: "LGPL-2.1-or-later with OCaml-LGPL-linking-exception"
doc: "http://ocaml-batteries-team.github.io/batteries-included/hdoc2/"
build: [
[make "all"]
]
install: [make "install"]
run-test: [make "test"]
depends: [
"ocaml" {>= "4.02.3"}
"camlp-streams"
"ocamlfind" {build & >= "1.5.3"}
"ocamlbuild" {build}
"qtest" {with-test & >= "2.5"}
"qcheck" {with-test & >= "0.9" & < "0.14"}
"benchmark" {with-test & >= "1.6"}
"num"
]
depopts: [
"dune" {>= "2.7"}
]
conflicts: [
"base-effects"
"ocaml-option-no-flat-float-array"
]
# url {
# src: "https://github.com/ocaml-batteries-team/batteries-included/archive/vXXX.tar.gz"
# checksum: "md5=YYY"
# }