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.3.tar.gz"
32 checksum: [
33 "sha256=b894f4028d71c3cbaf466dd221faa6b09e563c1be92571e7a0fcbf59523b8e97"
34 "md5=b55c4bb13f694fc149c38ee91738d937"
35 ]
36}