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