Browse Source

Add opam file

Leo 10 years ago
parent
commit
f66b2bc813
1 changed files with 23 additions and 0 deletions
  1. 23 0
      opam

+ 23 - 0
opam

@@ -0,0 +1,23 @@
+opam-version: "1.2"
+name: "oclaunch"
+version: "git-dev"
+maintainer: "Leo <leowzukw@vmail.me>"
+authors: "Leo <leowzukw@vmail.me>"
+license: "CeCILL"
+homepage: "http://www.oclaunch.tuxfamily.org"
+bug-reports: "https://gitlab.com/WzukW/oclaunch/issues/new"
+dev-repo: "git@gitlab.com:WzukW/oclaunch.git"
+build: [
+  ["./configure" "--prefix=%{prefix}%"]
+  [make]
+]
+available: [ ocaml-version >= "4.01.0"]
+install: [make "install"]
+remove: ["ocamlfind" "remove" "ocl"]
+depends: [
+  "atdgen"
+  "base-threads"
+  "core"
+  "core_extended"
+  "ocamlfind" {build}
+]