Skip to content

Commit

Permalink
Merge pull request #12599 from gasche/batteries.2.9.0
Browse files Browse the repository at this point in the history
Batteries.2.9.0 with 4.07.0 support
  • Loading branch information
kit-ty-kate authored Oct 4, 2018
2 parents 075b318 + aebf9e1 commit 5ec5371
Show file tree
Hide file tree
Showing 9 changed files with 40 additions and 8 deletions.
2 changes: 1 addition & 1 deletion packages/batteries/batteries.1.4.3/opam
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ synopsis: "Community-maintained foundation library"
flags: light-uninstall
url {
src:
"http://forge.ocamlcore.org/frs/download.php/884/batteries-1.4.3.tar.gz"
"https://github.com/ocaml-batteries-team/batteries-included/releases/download/v1.4.3/batteries-1.4.3.tar.gz"
checksum: "md5=af93a95bcbfeaa188453b7495b815413"
}
2 changes: 1 addition & 1 deletion packages/batteries/batteries.1.5.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ synopsis: "Community-maintained foundation library"
flags: light-uninstall
url {
src:
"http://forge.ocamlcore.org/frs/download.php/950/batteries-1.5.0.tar.gz"
"https://github.com/ocaml-batteries-team/batteries-included/releases/download/v1.5.0/batteries-1.5.0.tar.gz"
checksum: "md5=40b7022fddba246062fd489eeb15cd84"
}
2 changes: 1 addition & 1 deletion packages/batteries/batteries.2.0.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ synopsis: "Community-maintained foundation library"
flags: light-uninstall
url {
src:
"https://forge.ocamlcore.org/frs/download.php/1096/batteries-2.0.tar.gz"
"https://github.com/ocaml-batteries-team/batteries-included/releases/download/v2.0.0/batteries-2.0.tar.gz"
checksum: "md5=ab93a8a6ed7d94ca7c7be26862b4e1e9"
}
2 changes: 1 addition & 1 deletion packages/batteries/batteries.2.1.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ flags: light-uninstall
extra-files: ["cloexec.patch" "md5=1e028dc99ffbdad4be64df4bc6ceecff"]
url {
src:
"https://forge.ocamlcore.org/frs/download.php/1218/batteries-2.1.tar.gz"
"https://github.com/ocaml-batteries-team/batteries-included/releases/download/v2.1.0/batteries-2.1.tar.gz"
checksum: "md5=95567687a675107e58c66b93b9ea9bb1"
}
2 changes: 1 addition & 1 deletion packages/batteries/batteries.2.2.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ description:
flags: light-uninstall
url {
src:
"https://forge.ocamlcore.org/frs/download.php/1363/batteries-2.2.tar.gz"
"https://github.com/ocaml-batteries-team/batteries-included/releases/download/v2.2.0/batteries-2.2.tar.gz"
checksum: "md5=42063b5f2da9a311ff16799b8bec4ba5"
}
32 changes: 32 additions & 0 deletions packages/batteries/batteries.2.9.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
opam-version: "2.0"
description: "A community-maintained standard library extension"
maintainer: [
"Francois Berenger"
"Gabriel Scherer <[email protected]>"
"Thibault Suzanne <[email protected]>"
]
authors: "OCaml batteries-included team"
homepage: "http://batteries.forge.ocamlcore.org/"
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+ with OCaml linking exception"
doc: "http://ocaml-batteries-team.github.io/batteries-included/hdoc2/"
build: [
["ocaml" "setup.ml" "-configure" "--prefix" prefix]
[make "all"]
]
install: [make "install"]
remove: ["ocamlfind" "remove" "batteries"]
depends: [
"ocaml" {>= "4.00.0" & < "4.08.0"}
"ocamlfind" {build & >= "1.5.3"}
"ocamlbuild" {build}
"qtest" {test & >= "2.5"}
"qcheck" {test & >= "0.6"}
"num"
]
url {
src:
"https://github.com/ocaml-batteries-team/batteries-included/releases/download/v2.9.0/batteries-2.9.0.tar.gz"
checksum: "md5=482adf4d08e90cc215dbaee0314a84fa"
}
2 changes: 1 addition & 1 deletion packages/yajl-extra/yajl-extra.0.7.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ remove: [["ocamlfind" "remove" "JSON"]]
depends: [
"ocaml"
"ocamlfind"
"batteries"
"batteries" {< "2.0.0"}
"yajl"
"ocamlbuild" {build}
]
Expand Down
2 changes: 1 addition & 1 deletion packages/yajl-extra/yajl-extra.0.7.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ remove: [["ocamlfind" "remove" "yajl-extra"]]
depends: [
"ocaml"
"ocamlfind"
"batteries"
"batteries" {< "2.0.0"}
"yajl"
"ocamlbuild" {build}
]
Expand Down
2 changes: 1 addition & 1 deletion packages/yajl-extra/yajl-extra.0.7.2/opam
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ remove: [["ocamlfind" "remove" "yajl-extra"]]
depends: [
"ocaml"
"ocamlfind"
"batteries"
"batteries" {< "2.0.0"}
"yajl"
"ocamlbuild" {build}
]
Expand Down

0 comments on commit 5ec5371

Please sign in to comment.