Signed-off-by: Wilfred Hughes <me@wilfred.me.uk>
This commit is contained in:
Wilfred Hughes 2018-06-30 20:02:56 +01:00
parent a877fc00df
commit ca424fb3a8
2 changed files with 2 additions and 2 deletions

View File

@ -85,7 +85,7 @@ $ jbuilder build --only-packages <package-name> @install
Jbuilder is able to build a given source code repository against
several configurations simultaneously. This helps maintaining packages
across several versions of OCaml as you can tests them all at once
across several versions of OCaml as you can test them all at once
without hassle.
This feature should make cross-compilation easy, see details in the

View File

@ -15,7 +15,7 @@ In a directory of your choice, write this ``jbuild`` file:
(jbuild_version 1)
;; This declare the hello_world executable implemented by hello_world.ml
;; This declares the hello_world executable implemented by hello_world.ml
(executable
((name hello_world)))