-
Notifications
You must be signed in to change notification settings - Fork 0
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
Add Z3 package #4
base: master
Are you sure you want to change the base?
Conversation
let's not do this as master is a moving target. can we just use the specific commit sha instead? |
Sure, that's easy to add. I was wondering whether it's possible to do both. How does opam decide which version to install by default? |
I propose just using |
I'm not sure it's possible to have master since it would break the checksum as soon as the target moves. opam uses latest version that satisfies constraints, sorted lexicographically |
Yeah, master would have to be without a hash, but I don't expect opam to allow that. How did you arrive at |
Oh, I get it, total number of commits, I was counting the ones since 4.12.2. |
last released is 4.12.2 so i've just incremented to 4.12.3 to force the opam solver to pick this
yeah it's arbitrary, either would do :) |
I changed it to |
This adds a package that install the latest Z3 master.