this repo has no description

fromager is not compatible with core v0.15 (uses Core.Sys.file_exists)

Kate 0fc68165 9ef44018

Changed files
+2 -2
packages
fromager
fromager.0.4.0
fromager.0.5.0
+1 -1
packages/fromager/fromager.0.4.0/opam
···
"ocaml" {>= "4.07"}
"dune" {>= "2.8"}
"toml" {>= "7.0"}
-
"core" {>= "v0.12.4"}
"ocamlformat"
]
build: ["dune" "build" "-p" name "-j" jobs]
···
"ocaml" {>= "4.07"}
"dune" {>= "2.8"}
"toml" {>= "7.0"}
+
"core" {>= "v0.12.4" & < "v0.15"}
"ocamlformat"
]
build: ["dune" "build" "-p" name "-j" jobs]
+1 -1
packages/fromager/fromager.0.5.0/opam
···
"ocaml" {>= "4.08"}
"dune" {>= "2.8"}
"otoml" {>= "0.9.3"}
-
"core" {>= "v0.12.4"}
"ocamlformat"
]
build: ["dune" "build" "-p" name "-j" jobs]
···
"ocaml" {>= "4.08"}
"dune" {>= "2.8"}
"otoml" {>= "0.9.3"}
+
"core" {>= "v0.12.4" & < "v0.15"}
"ocamlformat"
]
build: ["dune" "build" "-p" name "-j" jobs]