this repo has no description
1opam-version: "2.0" 2maintainer: "vb@luminar.eu.org" 3authors: "Jeremie Dimino" 4homepage: "https://github.com/vbmithr/ocaml-text" 5bug-reports: "https://github.com/vbmithr/ocaml-text/issues" 6build: [ 7 [make "setup.exe"] 8 ["./setup.exe" "-configure" "--%{pcre:enable}%-pcre"] 9 [make] 10] 11remove: [["ocamlfind" "remove" "text"]] 12depends: [ 13 "ocaml" {< "5.0"} 14 "ocamlfind" {build} 15 "base-bytes" 16 "ocamlbuild" {build} 17 "camlp4" 18] 19depopts: ["pcre"] 20dev-repo: "git+https://github.com/vbmithr/ocaml-text" 21install: [make "install"] 22synopsis: 23 "Library for dealing with \"text\", i.e. sequence of unicode characters, in a convenient way" 24flags: light-uninstall 25url { 26 src: "https://github.com/vbmithr/ocaml-text/archive/0.8.tar.gz" 27 checksum: [ 28 "sha256=bab32ca98a086631a0715d06109ebf09a71d2ac9aa901bc4f4ecd3d84331b746" 29 "md5=ec96a60a0c9dad44ce47d76764a303e6" 30 ] 31}