-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Add {learn-ocaml, learn-ocaml-client} 0.12 #15877
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Is there a reason why these packages have such tight constraints? Using Apart from that, |
Three "=" constraints need to be kept for 0.12 though:
* "ocaml" {= "4.05.0"}
* "decompress" {= "0.8.1"}
* "ocplib-json-typed" {= "0.6"}
|
@kit-ty-kate , thanks a lot for your your feedback. Cc @yurug FYI
done, thanks.
Partly yes (see below) but indeed most of
AFAICT, learn-ocaml is currently tied with So in the current version of this PR, apart from ocaml, only two (because of some non-backward compatibility with their next version…) Kind regards |
|
Hi @kit-ty-kate , do you believe you'll have the time to take another look at this PR before Monday 2019-02-24? (as we're going to use |
|
I'm just waiting for the CI to finish and I'll have a final look by tonight |
|
Looks good. Thanks! |
learn-ocaml 0.12 has just been released by @yurug, and this PR adds the 2 related opam packages (server and CLI client).