this repo has no description
1opam-version: "2.0" 2maintainer: "vb@luminar.eu.org" 3authors: "Jérémie 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" "--%{camlp4:enable}%-camlp4"] 9 [make] 10] 11install: [make "install"] 12depends: [ 13 "ocaml" {< "5.0"} 14 "ocamlfind" {build} 15 "base-bytes" 16 "ocamlbuild" {build} 17] 18depopts: ["pcre" "camlp4"] 19dev-repo: "git+https://github.com/vbmithr/ocaml-text" 20doc: "https://vbmithr.github.io/ocaml-text/doc" 21synopsis: 22 "Library for dealing with \"text\", i.e. sequence of unicode characters, in a convenient way" 23description:"""It supports: 24 - character encoding/decoding using iconv 25 - manipulation of text as UTF-8 encoded strings 26 - localised text functions such as compare, upper, ... 27 - human readable regular expression inside patterns 28""" 29url { 30 src: 31 "https://github.com/vbmithr/ocaml-text/releases/download/0.8.1/text-0.8.1.tbz" 32 checksum: [ 33 "sha256=163b2cbc9f07915ea9093333b689f85fb6bcad3c4876222001f19c2016ee1d54" 34 "sha512=b096d761fd664bb8a814bedf8d5454de305d82baf43d5e59528e04126d573c6c337e6b8bd7c58e647e7020f6dcb7d4bd42ddd2730296808de28bc556ccdea187" 35 ] 36}