Skip to content

Commit

Permalink
updated opam file
Browse files Browse the repository at this point in the history
to reflect more the one from opam-repository
  • Loading branch information
UnixJunkie committed Dec 16, 2019
1 parent 7b53eef commit 565dbea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions opam
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ 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"
license: "LGPL-2.1-or-later with OCaml-LGPL-linking-exception"
doc: "http://ocaml-batteries-team.github.io/batteries-included/hdoc2/"
build: [
["ocaml" "setup.ml" "-configure" "--prefix" prefix]
Expand All @@ -18,7 +18,7 @@ build: [
install: [make "install"]
remove: ["ocamlfind" "remove" "batteries"]
depends: [
"ocaml" {>= "3.12.1"}
"ocaml" {>= "4.00.0" & < "4.10.0"}
"ocamlfind" {build & >= "1.5.3"}
"ocamlbuild" {build}
"qtest" {with-test & >= "2.5"}
Expand Down

0 comments on commit 565dbea

Please sign in to comment.