this repo has no description
1opam-version: "2.0"
2maintainer: "opam-devel@lists.ocaml.org"
3authors: ["Oliver Friedmann" "Martin Lange"]
4homepage: "https://github.com/tcsprojects/tcslib"
5bug-reports: "https://github.com/tcsprojects/tcslib/issues"
6license: "BSD-3-Clause"
7dev-repo: "git+https://github.com/tcsprojects/tcslib.git"
8build: [
9 ["ocaml" "setup.ml" "-configure" "--prefix" prefix]
10 ["ocaml" "setup.ml" "-build"]
11 ["ocaml" "setup.ml" "-configure" "--enable-tests"] {with-test}
12 ["ocaml" "setup.ml" "-build"] {with-test}
13 ["ocaml" "setup.ml" "-test"] {with-test}
14]
15install: ["ocaml" "setup.ml" "-install"]
16remove: ["ocamlfind" "remove" "Camldiets"]
17depends: [
18 "ocaml" {>= "4.03.0" & < "5.0"}
19 "ocamlbuild" {build}
20 "ocamlfind" {build}
21 "num"
22]
23synopsis: "A multi-purpose library for OCaml."
24description: "A multi-purpose library for OCaml."
25flags: light-uninstall
26url {
27 src: "https://github.com/tcsprojects/tcslib/archive/v0.1.tar.gz"
28 checksum: [
29 "sha256=d4ed22fd007ce20df2fa7f186f209d3d5d5f42725eb24f3e7c1ecba7d701ff04"
30 "md5=abdeb4a00553fd943312167b1d9a180f"
31 ]
32}