-
Notifications
You must be signed in to change notification settings - Fork 19
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
Update packages (2022-03) #125
Comments
Checked the menhir bits because menhir now comes with dune files (at least the release tarballs do). |
bheap 2.0.0 also uses dune now, I tested it and it locks, pulls and |
sexplib v0.14 uses dune and builds in a duniverse ( |
dose3 7.0.0 depends upstream on dune but can't be installed at the moment due to depending on extlib 1.7.8. This PR might fix it. |
ppx_tools 6.4 and 6.5 build with dune (and in fact it seems all 6.x releases seem to use dune upstream, our duniverse port is somewhat strange). |
io-page 2.4.0 builds with dune (again, 2.3.0 also does, I am confused what our dune port does) |
ocamlgraph 2.0.0 uses dune upstream too. |
I created a list of outdated packages (packages that have a newer version in the upstream repo than here).
io-page
2.3.0 uses dune upstream #144(list based on ocaml/opam-repository@4e30c15 and c750941)
This does not always mean that an action is required - sometimes it means that dune support has been merged upstream.
We can do that process later and try to automate this down the line but let's keep this manual for now.
The text was updated successfully, but these errors were encountered: