this repo has no description

cuid: Fix dependency constraints

Kate eb489d69 fbd4484f

Changed files
+2 -2
packages
cuid
cuid.0.1
cuid.0.2
+1 -1
packages/cuid/cuid.0.1/opam
···
"alcotest" {with-test}
"re" {with-test}
"jbuilder"
-
"core" {< "v0.15"}
+
"core" {>= "v0.9.0" & < "v0.15"}
]
synopsis: "CUID generator for OCaml."
description: "For further information, please refer to http://usecuid.org"
+1 -1
packages/cuid/cuid.0.2/opam
···
"alcotest" {with-test}
"re" {with-test}
"dune" {>= "1.0"}
-
"core" {< "v0.15"}
+
"core" {>= "v0.9.0" & < "v0.15"}
"nocrypto"
"bisect_ppx" {< "2.6.0"}
]