]> git.pld-linux.org Git - packages/ocaml-uutf.git/blame - ocaml-uutf-uchar.patch
- typo
[packages/ocaml-uutf.git] / ocaml-uutf-uchar.patch
CommitLineData
97fa1e21
JB
1--- a/opam
2+++ b/opam
3@@ -12,7 +12,6 @@ depends: [
4 "ocamlfind" {build}
5 "ocamlbuild" {build}
6 "topkg" {build}
7- "uchar"
8 ]
9 depopts: ["cmdliner"]
10 conflicts: ["cmdliner" { < "0.9.6"} ]
1c9dbdcf
JB
11--- uutf-1.0.2/pkg/META.orig 2021-11-26 06:36:05.852321090 +0100
12+++ uutf-1.0.2/pkg/META 2021-11-26 06:36:39.647405558 +0100
97fa1e21 13@@ -1,6 +1,6 @@
1c9dbdcf 14 version = "1.0.2"
97fa1e21
JB
15 description = "Non-blocking streaming Unicode codec for OCaml"
16-requires = "bytes uchar"
17+requires = "bytes"
18 archive(byte) = "uutf.cma"
19 archive(native) = "uutf.cmxa"
20 plugin(byte) = "uutf.cma"
21--- a/_tags
22+++ b/_tags
23@@ -1,4 +1,4 @@
24-true : bin_annot, safe_string, package(bytes), package(uchar)
25+true : bin_annot, safe_string, package(bytes)
26
27 <src> : include
28
This page took 0.069662 seconds and 4 git commands to generate.