Skip to content

Commit

Permalink
batteries 2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gasche committed Nov 14, 2017
1 parent 4450370 commit 777da34
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/batteries/batteries.2.8.0/descr
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
a community-maintained standard library extension
24 changes: 24 additions & 0 deletions packages/batteries/batteries.2.8.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
opam-version: "1.2"
name: "batteries"
maintainer: "[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: "https://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: [
"ocamlfind" {>= "1.5.3"}
"ocamlbuild" {build}
"qtest" {test & >= "2.5"}
"qcheck" {test & >= "0.6"}
"bisect" {test}
"num"
]
available: [ocaml-version >= "3.12.1" & ocaml-version < "4.07.0"]
3 changes: 3 additions & 0 deletions packages/batteries/batteries.2.8.0/url
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
http:
"https://github.com/ocaml-batteries-team/batteries-included/releases/download/v2.8.0/batteries-2.8.0.tar.gz"
checksum: "2d9a811dcb47bae9f1159676d880a46b"

0 comments on commit 777da34

Please sign in to comment.