- Improvements on --enable-share
- Remove link to typerex.org
- Add
opam-bin clean unused
to remove unused shared files
- Variable OPAM_BIN_EXCLUDE and config option
exclude_dirs
to list files to skip while computing checksums
- Fix a bug preventing creation of binary packages when sharing is disabled
- Add command 'opam-bin info' with a summary of opam-bin actions
- Use
drom
to manage the project- configure sphinx-target field to target docs/ directly
- configure .github/workflows to skip Windows for missing deps
- Add sharing of files between switches:
- Add
opam bin config --enable-share
to activate sharing during install - Add
opam share FILES
andopam share -r DIR
to share a specific set of files
- Add
- Initial version