···1414 "ocamlbuild" {build}
1515 "topkg" {build & >= "1.0.3"}]
1616depopts: ["cmdliner"]
1717-conflicts: ["cmdliner" {< "0.9.8"}]
1717+conflicts: ["cmdliner" {< "1.1.0"}]
1818build: [["ocaml" "pkg/pkg.ml" "build" "--dev-pkg" "%{dev}%"
1919 "--with-cmdliner" "%{cmdliner:installed}%"]]
2020description: """
···2626Functions are also provided to fold over the characters of UTF encoded
2727OCaml string values and to directly encode characters in OCaml
2828Buffer.t values. **Note** that since OCaml 4.14, that functionality
2929-can be found in the Stdlib and you are encouraged to migrate to.
2929+can be found in the Stdlib and you are encouraged to migrate to it.
30303131Uutf has no dependency and is distributed under the ISC license.
3232