Punycode (RFC3492) in OCaml

ocamlmin

+2 -2
+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 - (ocaml (>= 4.14.0)) 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 - "ocaml" {>= "4.14.0"} 14 + "ocaml" {>= "5.4.0"} 15 15 "dune" {>= "3.20" & >= "3.0"} 16 16 "uutf" {>= "1.0.0"} 17 17 "uunf" {>= "15.0.0"}