From 5f94836f4d1adca31c502706831b9ac600c3f41f Mon Sep 17 00:00:00 2001 From: Sébastien Dailly Date: Mon, 12 Feb 2018 15:22:56 +0100 Subject: Update licence, add opam script --- opam | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100755 opam (limited to 'opam') diff --git a/opam b/opam new file mode 100755 index 0000000..264016e --- /dev/null +++ b/opam @@ -0,0 +1,31 @@ +opam-version: "1.2" + +version: "0.1" + +maintainer: "Chimrod" +author: "Chimrod" + +homepage: "http://git.chimrod.com/cgit.cgi/licht.git" +dev-repo: "http://git.chimrod.com/cgit.cgi/licht.git" + +build: [ + [make "-f" "Makefile" "PREFIX=%{prefix}%"] +] +install: [ + [make "-f" "Makefile" "install" "PREFIX=%{prefix}%"] +] +remove: [ + [make "-f" "Makefile" "uninstall" "PREFIX=%{prefix}%"] +] +depends: [ + "ocamlfind" + "ocamlbuild" {build} + "menhir" + "curses" + "camlzip" + "xmlm" + "text" + "zarith" { >= "1.5" } + "base" +] +available: [ ocaml-version >= "4.06.0" ] -- cgit v1.2.3