From ea4de9a618320053a0a3397dd0514770dd4368e6 Mon Sep 17 00:00:00 2001 From: Simon Cruanes Date: Mon, 15 Jan 2018 08:44:18 -0600 Subject: [PATCH] udpate opam file --- containers.opam | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) diff --git a/containers.opam b/containers.opam index d43c4984..982e7fb2 100644 --- a/containers.opam +++ b/containers.opam @@ -4,25 +4,11 @@ version: "dev" author: "Simon Cruanes" maintainer: "simon.cruanes@inria.fr" build: [ - ["./configure" - "--prefix" prefix - "--disable-bench" - "--disable-tests" - "--%{base-unix:enable}%-unix" - "--enable-docs" - ] - [make "build"] -] -install: [ - [make "install"] + ["jbuilder" "build" "-p" name "-j" jobs] ] build-doc: [ make "doc" ] build-test: [ make "test" ] -remove: [ - ["ocamlfind" "remove" "containers"] -] depends: [ - "ocamlfind" {build} "jbuilder" {build} "base-bytes" "result" @@ -37,7 +23,7 @@ conflicts: [ ] tags: [ "stdlib" "containers" "iterators" "list" "heap" "queue" ] homepage: "https://github.com/c-cube/ocaml-containers/" -doc: "http://cedeela.fr/~simon/software/containers/" +doc: "https://c-cube.github.io/ocaml-containers" available: [ocaml-version >= "4.02.0"] dev-repo: "https://github.com/c-cube/ocaml-containers.git" bug-reports: "https://github.com/c-cube/ocaml-containers/issues/"