-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #27196 from UnixJunkie/batteries_390
new file: packages/batteries/batteries.3.9.0/opam
- Loading branch information
Showing
1 changed file
with
51 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
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]>" | ||
"Simmo Saan <[email protected]>" | ||
] | ||
authors: ["OCaml batteries-included team"] | ||
license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" | ||
homepage: "https://github.com/ocaml-batteries-team/batteries-included" | ||
doc: "http://ocaml-batteries-team.github.io/batteries-included/hdoc2/" | ||
bug-reports: | ||
"https://github.com/ocaml-batteries-team/batteries-included/issues" | ||
depends: [ | ||
"dune" {>= "2.7"} | ||
"ocaml" {>= "4.05" & < "5.4"} | ||
"camlp-streams" | ||
"ocamlfind" {>= "1.5.3"} | ||
"qtest" {with-test & >= "2.5"} | ||
"qcheck" {with-test & >= "0.9" & < "0.14"} | ||
"benchmark" {with-test & >= "1.6"} | ||
"num" | ||
"odoc" {with-doc} | ||
] | ||
conflicts: ["ocaml-option-no-flat-float-array"] | ||
build: [ | ||
["dune" "subst"] {dev} | ||
[ | ||
"dune" | ||
"build" | ||
"-p" | ||
name | ||
"-j" | ||
jobs {!with-test} | ||
"1" {with-test} | ||
"@install" | ||
"@runtest" {with-test} | ||
"@doc" {with-doc} | ||
] | ||
] | ||
dev-repo: | ||
"git+https://github.com/ocaml-batteries-team/batteries-included.git" | ||
url { | ||
src: "https://github.com/ocaml-batteries-team/batteries-included/archive/refs/tags/v3.9.0.tar.gz" | ||
checksum: [ | ||
"md5=ea26b5c72e6731e59d856626049cca4d" | ||
"sha512=55975b62c26f6db77433a3ac31f97af609fc6789bb62ac38b267249c78fd44ff37fe81901f1cf560857b9493a6046dd37b0d1c0234c66bd59e52843aac3ce6cb" | ||
] | ||
} |