]> git.pld-linux.org Git - packages/ocaml-uutf.git/blob - ocaml-uutf-uchar.patch
- new; uchar patch from Fedora to avoid ocaml-uchar dependency
[packages/ocaml-uutf.git] / ocaml-uutf-uchar.patch
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"} ]
11 --- a/pkg/META
12 +++ b/pkg/META
13 @@ -1,6 +1,6 @@
14  version = "%%VERSION_NUM%%"
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.064766 seconds and 3 git commands to generate.