1234567891011121314151617181920212223242526 |
- opam-version: "1.2"
- name: "oclaunch"
- version: "0.3.0"
- maintainer: "Leo <leowzukw@oclaunch.eu.org>"
- authors: "Leo <leowzukw@oclaunch.eu.org>"
- homepage: "http://www.oclaunch.eu.org"
- bug-reports: "http://s.oclaunch.eu.org/bug"
- license: "CeCILL"
- dev-repo: "git@gitlab.com:WzukW/oclaunch.git"
- build: [
- ["./configure" "--prefix=%{prefix}%"]
- [make]
- ]
- install: [make "install"]
- remove: ["ocamlfind" "remove" "ocl"]
- depends: [
- "ocamlbuild"
- "atdgen" {>= 1.9.1}
- "base-threads"
- "core" {>= "112.35.00"}
- "textutils"
- "re2"
- "ocamlfind" {build}
- ]
- available: [ocaml-version >= "4.03.0"]
|