From aeb05e247128d00681fcf2b25baa589743e44768 Mon Sep 17 00:00:00 2001 From: Philipp Gesang Date: Tue, 6 Nov 2018 13:22:51 +0100 Subject: fix opam build, bump version MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Add cmdliner to deps, - set {with-test} filter on unit tests, - version 1 → 1.1. --- _oasis | 2 +- sid.opam | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/_oasis b/_oasis index b07c0af..9e20097 100644 --- a/_oasis +++ b/_oasis @@ -1,7 +1,7 @@ OASISFormat: 0.4 Name: sid Synopsis: Handle security identifiers (SID). -Version: 1 +Version: 1.1 Authors: phg License: LGPL-3 with OCaml linking exception BuildTools: ocamlbuild diff --git a/sid.opam b/sid.opam index feab9b7..b7979fd 100644 --- a/sid.opam +++ b/sid.opam @@ -1,5 +1,5 @@ opam-version: "2.0" -version: "1" +version: "1.1" synopsis: "Handle security identfiers" maintainer: "Philipp Gesang " @@ -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} ] -- cgit v1.2.3