From 81504d0597d44b02f57256721f0563760db52848 Mon Sep 17 00:00:00 2001 From: Francois BERENGER Date: Wed, 16 Aug 2017 09:38:10 +0900 Subject: [PATCH] simplification to the opam file so that it is easier to compare with the one in the opam repository --- opam | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/opam b/opam index 3b8a3c894..4b9c42618 100644 --- a/opam +++ b/opam @@ -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} @@ -25,6 +21,4 @@ depends: [ "bisect" {test} "num" ] -available: [ - ocaml-version >= "3.12.1" -] +available: [ocaml-version >= "3.12.1"]