opam-version: "1.2" name: "oclaunch" version: "0.3.1" maintainer: "Leo " authors: "Leo " license: "CeCILL" homepage: "http://www.oclaunch.eu.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" {>= "112.35.00"} "textutils" "re2" "ocamlfind" {build} ]