Skip to content

Commit 2d85539

Browse files
authored
Merge pull request #27196 from UnixJunkie/batteries_390
new file: packages/batteries/batteries.3.9.0/opam
2 parents d188592 + e689aa9 commit 2d85539

File tree

1 file changed

+51
-0
lines changed
  • packages/batteries/batteries.3.9.0

1 file changed

+51
-0
lines changed
Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
opam-version: "2.0"
2+
synopsis: "A community-maintained standard library extension"
3+
maintainer: [
4+
"Cedric Cellier <[email protected]>"
5+
"Francois Berenger <[email protected]>"
6+
"Gabriel Scherer <[email protected]>"
7+
"Thibault Suzanne <[email protected]>"
8+
"Simmo Saan <[email protected]>"
9+
]
10+
authors: ["OCaml batteries-included team"]
11+
license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception"
12+
homepage: "https://github.com/ocaml-batteries-team/batteries-included"
13+
doc: "http://ocaml-batteries-team.github.io/batteries-included/hdoc2/"
14+
bug-reports:
15+
"https://github.com/ocaml-batteries-team/batteries-included/issues"
16+
depends: [
17+
"dune" {>= "2.7"}
18+
"ocaml" {>= "4.05" & < "5.4"}
19+
"camlp-streams"
20+
"ocamlfind" {>= "1.5.3"}
21+
"qtest" {with-test & >= "2.5"}
22+
"qcheck" {with-test & >= "0.9" & < "0.14"}
23+
"benchmark" {with-test & >= "1.6"}
24+
"num"
25+
"odoc" {with-doc}
26+
]
27+
conflicts: ["ocaml-option-no-flat-float-array"]
28+
build: [
29+
["dune" "subst"] {dev}
30+
[
31+
"dune"
32+
"build"
33+
"-p"
34+
name
35+
"-j"
36+
jobs {!with-test}
37+
"1" {with-test}
38+
"@install"
39+
"@runtest" {with-test}
40+
"@doc" {with-doc}
41+
]
42+
]
43+
dev-repo:
44+
"git+https://github.com/ocaml-batteries-team/batteries-included.git"
45+
url {
46+
src: "https://github.com/ocaml-batteries-team/batteries-included/archive/refs/tags/v3.9.0.tar.gz"
47+
checksum: [
48+
"md5=ea26b5c72e6731e59d856626049cca4d"
49+
"sha512=55975b62c26f6db77433a3ac31f97af609fc6789bb62ac38b267249c78fd44ff37fe81901f1cf560857b9493a6046dd37b0d1c0234c66bd59e52843aac3ce6cb"
50+
]
51+
}

0 commit comments

Comments
 (0)