opam-version: "2.0" maintainer: "opam-devel@lists.ocaml.org" authors: ["Oliver Friedmann" "Martin Lange"] homepage: "https://github.com/tcsprojects/tcslib" bug-reports: "https://github.com/tcsprojects/tcslib/issues" license: "BSD-3-Clause" dev-repo: "git+https://github.com/tcsprojects/tcslib.git" build: [ ["ocaml" "setup.ml" "-configure" "--prefix" prefix] ["ocaml" "setup.ml" "-build"] ["ocaml" "setup.ml" "-configure" "--enable-tests"] {with-test} ["ocaml" "setup.ml" "-build"] {with-test} ["ocaml" "setup.ml" "-test"] {with-test} ] install: ["ocaml" "setup.ml" "-install"] remove: ["ocamlfind" "remove" "Camldiets"] depends: [ "ocaml" {>= "4.03.0" & < "5.0"} "ocamlbuild" {build} "ocamlfind" {build} "num" ] synopsis: "A multi-purpose library for OCaml." description: "A multi-purpose library for OCaml." flags: light-uninstall url { src: "https://github.com/tcsprojects/tcslib/archive/v0.1.tar.gz" checksum: [ "sha256=d4ed22fd007ce20df2fa7f186f209d3d5d5f42725eb24f3e7c1ecba7d701ff04" "md5=abdeb4a00553fd943312167b1d9a180f" ] }