package opam_bin_lib

  1. Overview
  2. Docs
The opam-bin tool is a simple framework to use `opam` with binary packages

Install

Dune Dependency

Authors

Maintainers

Sources

v1.0.0.tar.gz
sha256=33ca3ef9473f58aa47dd01c5d82f7ecdb4cb3edebec5c8c76b1aa2247304fda4

CHANGES.md.html

v0.9.5 ( 2020-09-14 )

  • Fix a bug preventing creation of binary packages when sharing is disabled

  • Add command 'opam-bin info' with a summary of opam-bin actions

v0.9.4 ( 2020-08-31 )

  • 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 and opam share -r DIR to share a specific set of files

v0.9.3 ( 2020-08-05 )

  • Initial version