Skip to content

Commit

Permalink
updated opam file with bits from the one in opam-repository
Browse files Browse the repository at this point in the history
  • Loading branch information
UnixJunkie committed Aug 19, 2019
1 parent c3a880a commit 9c4a180
Showing 1 changed file with 16 additions and 8 deletions.
24 changes: 16 additions & 8 deletions opam
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
opam-version: "1.2"
name: "batteries"
maintainer: "thelema314@gmail.com"
opam-version: "2.0"
synopsis: "A community-maintained standard library extension"
maintainer: [
"Francois Berenger <unixjunkie@sdf.org>"
"Gabriel Scherer <gabriel.scherer@gmail.com>"
"Thibault Suzanne <thi.suzanne@gmail.com>"
]
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"
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: [
Expand All @@ -14,10 +18,14 @@ build: [
install: [make "install"]
remove: ["ocamlfind" "remove" "batteries"]
depends: [
"ocamlfind" {>= "1.5.3"}
"ocaml" {>= "3.12.1"}
"ocamlfind" {build & >= "1.5.3"}
"ocamlbuild" {build}
"qtest" {test & >= "2.5"}
"qcheck" {test & >= "0.6"}
"qtest" {with-test & >= "2.5"}
"qcheck" {with-test & >= "0.6"}
"num"
]
available: [ocaml-version >= "3.12.1"]
#url {
# src: "https://github.com/ocaml-batteries-team/batteries-included/releases/download/vXXX/batteries-XXX.tar.gz"
# checksum: "md5=XXX"
#}

0 comments on commit 9c4a180

Please sign in to comment.