this repo has no description

dune-expend is not compatible with core v0.15 (uses Core.Sys.getcwd)

Kate 5a83b6fb 385a567e

Changed files
+4 -4
packages
dune-expand
dune-expand.0.0.1
+4 -4
packages/dune-expand/dune-expand.0.0.1/opam
···
bug-reports: "https://gitlab.com/gopiandcode/dune-expand/issues"
depends: [
"dune" {>= "2.8"}
-
"sexplib" {>= "~"}
-
"ppx_sexp_conv" {>= "~"}
-
"ppx_deriving" {>= "~"}
-
"core" {>= "~"}
+
"sexplib" {>= "~" & < "v0.15"}
+
"ppx_sexp_conv" {>= "~" & < "v0.15"}
+
"ppx_deriving" {>= "~" & < "v0.15"}
+
"core" {>= "~" & < "v0.15"}
"cmdliner" {>= "1.0.0"}
"ocaml" {>= "4.11.0"}
"odoc" {with-doc}