c002250
--- a/opam
c002250
+++ b/opam
c002250
@@ -12,7 +12,6 @@ depends: [
c002250
   "ocamlfind" {build}
c002250
   "ocamlbuild" {build}
c002250
   "topkg" {build}
c002250
-  "uchar"
c002250
 ]
c002250
 depopts: ["cmdliner"]
c002250
 conflicts: ["cmdliner" { < "0.9.6"} ]
c002250
--- a/pkg/META
c002250
+++ b/pkg/META
c002250
@@ -1,6 +1,6 @@
c002250
 version = "%%VERSION_NUM%%"
c002250
 description = "Non-blocking streaming Unicode codec for OCaml"
c002250
-requires = "bytes uchar"
c002250
+requires = "bytes"
c002250
 archive(byte) = "uutf.cma"
c002250
 archive(native) = "uutf.cmxa"
c002250
 plugin(byte) = "uutf.cma"
c002250
--- a/_tags
c002250
+++ b/_tags
c002250
@@ -1,4 +1,4 @@
c002250
-true : bin_annot, safe_string, package(bytes), package(uchar)
c002250
+true : bin_annot, safe_string, package(bytes)
c002250
 
c002250
 <src> : include
c002250