mirage / ocaml-crunch

Convert a filesystem into a static OCaml module
Other
74 stars 21 forks source link

Fix opam constraints over ocamlfind #37

Closed kit-ty-kate closed 7 years ago

kit-ty-kate commented 7 years ago

I encountered a compilation problem while installing crush and upgrading ocamlfind at the same time. The first one has been compiled before the second and as expected, it failed.

This is because the constraint build & test means this is a dependency only if tests are enabled and it doesn't need to be recompiled if ocamlfind is upgraded.

kit-ty-kate commented 7 years ago

Closing since it no longer explicitly requires ocamlfind.