package opam-build

  1. Overview
  2. Docs
An opam plugin to build projects

Install

Dune Dependency

Authors

Maintainers

Sources

v0.1.0.tar.gz
md5=e9c34359d7c5130164ee7642a9070849
sha512=64b38dd9a068e37ca2a86c18211c3e7c20f0a8f79442efc9edb71b6d6b24b02904e5633b7d86b2bffcf5ec0561108ebebe4e065e771dab3a271a07b95daeeda8

CHANGES.md.html

v0.1.0 (22/11/2021)

  • A simple project with two plugins:

    • opam-build: which builds any project easily with just one command: opam build. The command will setup a local switch and install all the required dependencies.

    • opam-test: which does the same thing as opam-build but runs the tests on top of it. It also circumvents issues with cyclic test dependencies in opam (where the tests require a package that needs the library it is trying to test). Such cyclic dependency is present in packages such as odoc or base. See https://github.com/ocaml/opam/issues/4594