this repo has no description

emile: Add missing constraints (uses Bigstringaf.blit)

Kate a5493f8a 30340ce7

Changed files
+3 -1
packages
emile
emile.1.0
emile.1.1
+1
packages/emile/emile.1.0/opam
···
"ipaddr" {>= "2.7.0"}
"base64" {>= "3.0.0"}
"pecu" {>= "0.3"}
+
"bigstringaf" {>= "0.2.0"}
"uutf"
"alcotest" {with-test}
]
+2 -1
packages/emile/emile.1.1/opam
···
"angstrom" {>= "0.14.0"}
"ipaddr" {>= "2.7.0"}
"base64" {>= "3.0.0"}
-
"pecu"
+
"pecu" {>= "0.3"}
+
"bigstringaf" {>= "0.2.0"}
"uutf"
"alcotest" {with-test}
]