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

README.md.html

README.md

opam-build and opam-test are two opam plugins that

To install it, simply call:

$ opam install opam-build

Then to use it, in the directory you want to build, simply call:

$ opam build

I hope these plugins help beginners have a more straighforward experience with OCaml.