From 88aac91cb587116ad1b2b75a4b21fea0ba959c33 Mon Sep 17 00:00:00 2001 From: Hannes Mehnert Date: Mon, 16 Dec 2019 19:31:43 +0100 Subject: [PATCH] fix --- Posts/ReproducibleOPAM | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Posts/ReproducibleOPAM b/Posts/ReproducibleOPAM index af6337f..a9c3610 100644 --- a/Posts/ReproducibleOPAM +++ b/Posts/ReproducibleOPAM @@ -35,7 +35,7 @@ Additional environment variables may be captured or used by opam packages to pro ## Tooling -**TL;DR: The *builder* builds an opam package, and outputs `.opam-switch`, `.build-hashes.N`, and `.build-environment.N`. The *rebuilder* uses these artifacts as input, builds the package and outputs another `.build-hashes.M` and `.build-environment.M`.** +*TL;DR: A **build** builds an opam package, and outputs `.opam-switch`, `.build-hashes.N`, and `.build-environment.N`. A **rebuild** uses these artifacts as input, builds the package and outputs another `.build-hashes.M` and `.build-environment.M`.* The command-line utility `orb` can be installed and used: