this repo has no description
1opam-version: "2.0"
2maintainer: "Fabrice Le Fessant <fabrice.le_fessant@ocamlpro.com>"
3authors: [
4 "Fabrice Le Fessant <fabrice.le_fessant@ocamlpro.com>"
5]
6homepage: "http://www.typerex.org/ocp-build.html"
7dev-repo: "git+https://github.com/OCamlPro/typerex-build.git"
8bug-reports: "https://github.com/OCamlPro/typerex-build/issues"
9
10build: [
11 ["./configure" "--prefix" "%{prefix}%"]
12 [make]
13]
14depends: [
15 "ocaml" {< "4.12"}
16 ("seq" {>= "base"} & "ocaml" {>= "4.07.0"} | "seq" {< "base"} & "ocaml" {< "4.07.0"})
17 "ocamlfind"
18 "cmdliner" {>= "1" & < "1.1.0"}
19 "re" {>= "1.7.3"}
20]
21conflicts: [
22 "typerex" {< "1.99.7"}
23]
24install: [make "install"]
25synopsis: "Project manager for OCaml"
26url {
27 src: "https://github.com/OCamlPro/ocp-build/archive/v1.99.21.tar.gz"
28 checksum: [
29 "sha256=f7c9deda72776f9d3ffe4943a192e6e0ff5ca1bb9db1a90f09c25f76bb9eafa7"
30 "md5=8dee966e3533273ef0dcd3968ebf65e7"
31 ]
32}