Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 38 additions & 0 deletions packages/batteries/batteries.3.6.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
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"
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: [
"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"
]
conflicts: ["base-effects" "ocaml-option-no-flat-float-array"]
build: [
[make "all"]
]
run-test: [make "test"]
install: [make "install"]
dev-repo: "git://github.com/ocaml-batteries-team/batteries-included.git"
url {
src: "https://github.com/ocaml-batteries-team/batteries-included/archive/refs/tags/v3.6.0.tar.gz"
checksum: [
"md5=1bcb27dfbd130eb057561196ef851649"
"sha512=803c459886f69dbb36e0180f2109857b3671e3a5ad229674be40d9cabdaf19d3"
]
}