File tree Expand file tree Collapse file tree 1 file changed +42
-0
lines changed Expand file tree Collapse file tree 1 file changed +42
-0
lines changed Original file line number Diff line number Diff line change
1
+ opam-version: "2.0"
2
+ synopsis: "Non-blocking streaming Unicode codec for OCaml"
3
+ description: """\
4
+ **Warning.** You are encouraged not to use this library.
5
+
6
+ - As of OCaml 4.14, both UTF encoding and decoding are available
7
+ in the standard library, see the `String` and `Buffer` modules.
8
+ - If you are looking for a stream abstraction compatible with
9
+ effect based concurrency look into [`bytesrw`] package."""
10
+ maintainer: "Daniel Bünzli <daniel.buenzl
[email protected] >"
11
+ authors: "The uutf programmers"
12
+ license: "ISC"
13
+ tags: ["unicode" "text" "utf-8" "utf-16" "codec" "org:erratique"]
14
+ homepage: "https://erratique.ch/software/uutf"
15
+ doc: "https://erratique.ch/software/uutf/doc/"
16
+ bug-reports: "https://github.com/dbuenzli/uutf/issues"
17
+ depends: [
18
+ "ocaml" {>= "4.08.0"}
19
+ "ocamlfind" {build}
20
+ "ocamlbuild" {build}
21
+ "topkg" {build & >= "1.0.3"}
22
+ ]
23
+ depopts: ["cmdliner"]
24
+ conflicts: [
25
+ "cmdliner" {< "1.3.0"}
26
+ ]
27
+ build: [
28
+ "ocaml"
29
+ "pkg/pkg.ml"
30
+ "build"
31
+ "--dev-pkg"
32
+ "%{dev}%"
33
+ "--with-cmdliner"
34
+ "%{cmdliner:installed}%"
35
+ ]
36
+ dev-repo: "git+https://erratique.ch/repos/uutf.git"
37
+ url {
38
+ src: "https://erratique.ch/software/uutf/releases/uutf-1.0.4.tbz"
39
+ checksum:
40
+ "sha512=e35f408bc971cd8da3077e6c3321e0d8f4eb569898e0e219fde62dae78fbd0a0095cb7f036287656f6a1b346584f7b9f0c6dec0a5a092180da36e43247027598"
41
+ }
42
+ x-maintenance-intent: ["(latest)"]
You can’t perform that action at this time.
0 commit comments