tangled
alpha
login
or
join now
anil.recoil.org
/
ocaml-punycode
0
fork
atom
Punycode (RFC3492) in OCaml
0
fork
atom
overview
issues
pulls
pipelines
ocamlmin
anil.recoil.org
2 months ago
c3c8e11d
cb3b948d
1/1
build.yml
success
3min 33s
+2
-2
2 changed files
expand all
collapse all
unified
split
dune-project
punycode.opam
+1
-1
dune-project
···
19
19
Provides encoding and decoding of internationalized domain names,
20
20
with proper Unicode normalization and mixed-case annotation support.")
21
21
(depends
22
22
-
(ocaml (>= 4.14.0))
22
22
+
(ocaml (>= 5.4.0))
23
23
(dune (>= 3.0))
24
24
(uutf (>= 1.0.0))
25
25
(uunf (>= 15.0.0))
+1
-1
punycode.opam
···
11
11
homepage: "https://tangled.org/@anil.recoil.org/ocaml-punycode"
12
12
bug-reports: "https://tangled.org/@anil.recoil.org/ocaml-punycode/issues"
13
13
depends: [
14
14
-
"ocaml" {>= "4.14.0"}
14
14
+
"ocaml" {>= "5.4.0"}
15
15
"dune" {>= "3.20" & >= "3.0"}
16
16
"uutf" {>= "1.0.0"}
17
17
"uunf" {>= "15.0.0"}