-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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 x-maintenance-intent for Irmin packages #27217
base: master
Are you sure you want to change the base?
Conversation
Thanks! :) for There's no need for specifying the x-reason-for-archival, this will be added when the package(s) are moved to opam-repository-archive. |
Ok sure! Thanks for the clarifications :) |
Thanks |
I don't think the last commit (adding sources to irmin-unix) is necessary -- since back then irmin used optional dependencies, and the irmin-unix was just a package depending on irmin and the optional dependencies to get irmin.unix built -- i.e. irmin-unix didn't install anything (and there's no ocamlfind package for irmin-unix) -- so no sources are necessary. |
686f27e
to
d7c54ec
Compare
Yeah hm you're right I removed that last commit. |
The deprecated
irmin-mem
andirmin-unix
packages were moved to the mainirmin
package some time ago (underirmin.mem
andirmin.unix
).