Skip to content

Commit

Permalink
simplification to the opam file so that it is easier to compare with …
Browse files Browse the repository at this point in the history
…the one in the opam repository
  • Loading branch information
Francois BERENGER committed Aug 16, 2017
1 parent 94a1128 commit 81504d0
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions opam
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,12 @@ 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"]]

install: [make "install"]
remove: ["ocamlfind" "remove" "batteries"]
depends: [
"ocamlfind" {>= "1.5.3"}
"ocamlbuild" {build}
Expand All @@ -25,6 +21,4 @@ depends: [
"bisect" {test}
"num"
]
available: [
ocaml-version >= "3.12.1"
]
available: [ocaml-version >= "3.12.1"]

0 comments on commit 81504d0

Please sign in to comment.