From a603fb658f1e965a94df8dc62d08cba3848573f5 Mon Sep 17 00:00:00 2001 From: Jeremie Dimino Date: Fri, 24 Feb 2017 18:24:49 +0000 Subject: [PATCH] typo --- jbuilder.opam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jbuilder.opam b/jbuilder.opam index 8e3cf37b..218eed8a 100644 --- a/jbuilder.opam +++ b/jbuilder.opam @@ -19,7 +19,7 @@ of Jane Street packages. It reads metadata from \"jbuild\" files following a very simple s-expression syntax. jbuilder is fast, it has very low-overhead and support parallel builds -on all platforms. It is no system dependencies, all you need to build +on all platforms. It has no system dependencies, all you need to build jbuilder and packages using jbuilder is OCaml. You don't need or make or bash as long as the packages themselves don't use bash explicitely.