Octachron / codept

Contextual Ocaml DEPendencies Tool: alternative ocaml dependency analyzer
Other
59 stars 10 forks source link

Install error (codept opam pkg) with OCaml 4.11.1 #4

Closed Fourchaux closed 3 years ago

Fourchaux commented 3 years ago

With: $ opam install codept

[ERROR] Package conflict!
  * No agreement on the version of ocaml:
    - (invariant) → ocaml-variants = 4.11.1+flambda → ocaml = 4.11.1
...
Octachron commented 3 years ago

The current opam package only works with <4.10 indeed. I need to make a release with the master/0.11 branch. Note that you can install with opam pin add codept --dev-repo and it should work fine.

Octachron commented 3 years ago

Codept 0.11.0 is on opam and support all OCaml from version 4.03.0 to the not yet released 4.13.0 .