From eb64619f118a44b074495d27aae58753e77f754f Mon Sep 17 00:00:00 2001 From: David Scott Date: Tue, 23 May 2017 14:22:46 +0100 Subject: [PATCH] Fix minor typos in packages.md Signed-off-by: David Scott --- tmpl/wiki/packages.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/tmpl/wiki/packages.md b/tmpl/wiki/packages.md index 1c069298e..bcefee3b4 100644 --- a/tmpl/wiki/packages.md +++ b/tmpl/wiki/packages.md @@ -1,4 +1,4 @@ -## Packing with jbuilder and topkg +## Packaging with jbuilder and topkg This post describes the current state-of-the-art in building and releasing Mirage libraries with @@ -41,9 +41,7 @@ We adopt the following conventions: multiple `opam` packages via multiple `.opam` files in the same repo. See [rgrinberg](http://rgrinberg.com/posts/optional-dependencies-considered-harmful/)'s post for a rationale -- we prefer a one-to-one mapping of `ocamlfind` package to `opam` package. - This is to avoid misunderstandings over whether you need to type `mirage-types.lwt` - or `mirage-types-lwt` in the current context. +- we prefer to use the same name for both the `ocamlfind` package and the `opam` package. This is to avoid misunderstandings over whether you need to type `mirage-types.lwt` or `mirage-types-lwt` in the current context. - we write `CHANGES.md` entries in the same style, to ensure they are parseable by `topkg` - we do not enable warnings as errors in the repo; instead we turn these on for