this repo has no description

core-and-more.0.0.1 is not compatible with core v0.15 (uses Unix.gettimeofday)

Kate 385a567e 32a88ef2

Changed files
+1 -1
packages
core-and-more
core-and-more.0.0.1
+1 -1
packages/core-and-more/core-and-more.0.0.1/opam
···
depends: [
"ocaml" { >= "4.12.0" }
"dune" { >= "2.9.0" }
-
"core" { >= "v0.14.1" }
+
"core" { >= "v0.14.1" & < "v0.15" }
"ppx_deriving" { >= "4.5" }
"ppx_hash" { >= "v0.14.0" }
"posix-math" { >= "0.3.1-0" }