bimap is not compatible with core v0.15 (Unbound module Core_kernel__)
Kate 3 years ago 6b373ca7 66bc1b4d
··· 9 9 bug-reports: "https://github.com/pat227/bimap.git/issues" 10 10 depends: [ 11 11 "ocaml" {>= "4.06.0"} 12 12 - "core" {>= "v0.11.3"} 12 12 + "core" {>= "v0.11.3" & < "v0.15"} 13 13 "dune" {>= "2.0"} 14 14 "ounit" {with-test & >= "2.2.2"} 15 15 ]