-
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 #12599 from gasche/batteries.2.9.0
Batteries.2.9.0 with 4.07.0 support
- Loading branch information
Showing
9 changed files
with
40 additions
and
8 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
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
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
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
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
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,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" | ||
} |
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
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
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