File: 0001-Uchar-is-a-standard-module-in-OCaml-4.03.patch

package info (click to toggle)
jsonm 1.0.1-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 224 kB
  • sloc: ml: 1,318; makefile: 32
file content (34 lines) | stat: -rw-r--r-- 950 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
From: Mehdi Dogguy <mehdi@debian.org>
Date: Mon, 21 May 2018 11:57:12 +0200
Subject: Uchar is a standard module in OCaml >= 4.03

---
 _tags    | 4 ++--
 pkg/META | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/_tags b/_tags
index d983054..a7d5000 100644
--- a/_tags
+++ b/_tags
@@ -1,5 +1,5 @@
-true : bin_annot, safe_string, package(bytes), package(uchar), package(uutf)
+true : bin_annot, safe_string, package(bytes), package(uutf)
 <src> : include
 <test> : include
 <test/jsontrip.*> : package(unix)
-<test/examples.*> : package(unix)
\ No newline at end of file
+<test/examples.*> : package(unix)
diff --git a/pkg/META b/pkg/META
index 8719534..2eb481e 100644
--- a/pkg/META
+++ b/pkg/META
@@ -1,6 +1,6 @@
 description = "Non-blocking streaming JSON codec"
 version = "1.0.1"
-requires = "uchar bytes uutf"
+requires = "bytes uutf"
 archive(byte) = "jsonm.cma"
 archive(native) = "jsonm.cmxa"
 plugin(byte) = "jsonm.cma"