hackwaly / ocamlearlybird

OCaml debug adapter
MIT License
208 stars 23 forks source link

opam can't find earlybird on opam 1.2.2 and ocaml 4.02.3 on WSL #4

Closed Jonas164 closed 5 years ago

Jonas164 commented 5 years ago

I am trying to setup my Ocaml dev environment on Windows with WSL. Sadly, opam can't find the earlybird package, even after running opam update.

hackwaly commented 5 years ago

Use opam 2.0 if possible. The minimal ocaml version supported is 4.04

Jonas164 commented 5 years ago

Opam 2.0 does not seem to be available for WSL sadly.

hackwaly commented 5 years ago

What about OCaml 4.04 ~ 4.07. I don't know if they are supported on WSL. Opam version should not care

Jonas164 commented 5 years ago

Tried it on ocaml 4.04. Still not working image

hackwaly commented 5 years ago

https://opam.ocaml.org/doc/Upgrade_guide.html#What-you-need-to-be-aware-of_1 According to these statements. 1.2 repo no longer accepts new package to publish on it. This issue should can not be solved.

So, please wait the opam 2.0 to support WSL.