this repo has no description

bimap is not compatible with core v0.15 (Unbound module Core_kernel__)

Kate 6b373ca7 66bc1b4d

Changed files
+1 -1
packages
bimap
bimap.20201231
+1 -1
packages/bimap/bimap.20201231/opam
···
bug-reports: "https://github.com/pat227/bimap.git/issues"
depends: [
"ocaml" {>= "4.06.0"}
-
"core" {>= "v0.11.3"}
+
"core" {>= "v0.11.3" & < "v0.15"}
"dune" {>= "2.0"}
"ounit" {with-test & >= "2.2.2"}
]