AltGr / opam

OPAM is a source-based package manager for OCaml. It supports multiple simultaneous compiler installations, flexible package constraints, and a Git-friendly development workflow.
http://opam.ocamlpro.com
Other
1 stars 0 forks source link

Handle system compilers #1

Open AltGr opened 10 years ago

samoht commented 10 years ago

This is will be a bit tricky.

Especially the 'auto-upgrade' hook which ask the user to recompile all the packages when the system compiler has been upgraded.

Not sure what's the right solution for this, maybe adding a special field for 'auto-update' commands to run on each opam update / upgrade. This could be used for other external dependencies as well.