diff options
Diffstat (limited to 'sid.opam')
-rw-r--r-- | sid.opam | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,5 +1,5 @@ opam-version: "2.0" -version: "1" +version: "1.1" synopsis: "Handle security identfiers" maintainer: "Philipp Gesang <phg@phi-gamma.net>" @@ -14,11 +14,12 @@ depends: [ "ocamlbuild" {build} "oasis" {build} "stdint" + "cmdliner" "ounit" {with-test} ] build: [ ["oasis" "setup"] - ["ocaml" "setup.ml" "-configure" "--prefix" prefix "--enable-tests"] + ["ocaml" "setup.ml" "-configure" "--prefix" prefix "--enable-tests" {with-test}] ["ocaml" "setup.ml" "-build"] ["ocaml" "setup.ml" "-doc"] {with-doc} ] |