vyorkin / ocaml-todo

A simple todo app written in OCaml
MIT License
2 stars 1 forks source link

What version of Opium and Opium_kernel did you use? #1

Closed idkjs closed 3 years ago

idkjs commented 3 years ago

I tried building this project but get an error that Opium_kernal is not a module. I cant seem to get it installed.

Thanks for sharing!

vyorkin commented 3 years ago

Hi @idkjs ! Let me try to build it myself in a few minutes

vyorkin commented 3 years ago

Yes, you're right, I'm not sure about the exact version I used at that time (I don't remember 😅), but you may try 0.18.x or even 0.17.x

idkjs commented 3 years ago

Been trying them all. There is a sweet spot for opium and the other deps. Actually had it working the other day when i was studying it but forgot to run opam lock. Last version that Opium_kernel in it was 18 so that should work but then the Headers.t starts complaining so have to see where that is coming from. Saved it in my fork for now. Will get back to it. Thanks for the feedback.