odb
odb copied to clipboard
Handle ocaml version upgrade
All installed findlib packages need to be reinstalled on ocaml upgrade - hcarty's suggestion:
14:43 < hcarty> thelema: A 60% solution could be to provide a way to have odb dump a command line which would replicate the currently installed packages 14:43 < hcarty> thelema: For example, "ocaml odb.ml --replay" could print "ocaml odb.ml batteries camomile ..."
Partly solved by --auto-reinstall which reinstalls packages that depend on what just got upgraded
Still needs more automation. --auto-reinstall
is not really a solution.