From 78651dba09226aa01b5b93f8f65d14ee4083d6bb Mon Sep 17 00:00:00 2001 From: Ioannis Filippidis Date: Mon, 30 Oct 2017 12:43:01 -0700 Subject: [PATCH 1/3] DOC: note in README that package `kaputt` is optional --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 07d0ba0..b53c488 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ The compilation requirements are: * a recent version of ocaml (at least 4.02) * xmlm (http://erratique.ch/software/xmlm) -* kaputt (http://kaputt.x9c.fr) +* kaputt (http://kaputt.x9c.fr) (optional) * oasis (http://oasis.forge.ocamlcore.org) * result (if you are running ocaml < 4.03 ) * sexplib From 9ed752b9a5129df5954261d2f1bd87eb9d31affb Mon Sep 17 00:00:00 2001 From: Ioannis Filippidis Date: Mon, 30 Oct 2017 12:43:37 -0700 Subject: [PATCH 2/3] DOC: list required package `containers` in README Added in bf385759997b313f23b11b71386b4ff971fc41c1 --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b53c488..2f868fc 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,7 @@ will suffice. The compilation requirements are: * a recent version of ocaml (at least 4.02) +* containers (https://github.com/c-cube/ocaml-containers) * xmlm (http://erratique.ch/software/xmlm) * kaputt (http://kaputt.x9c.fr) (optional) * oasis (http://oasis.forge.ocamlcore.org) @@ -34,7 +35,7 @@ The compilation requirements are: The easiest way to install them is via opam (https://opam.ocaml.org): -opam install oasis xmlm kaputt result sexplib +opam install containers oasis xmlm kaputt result sexplib To initialize the configuration, call From 73626bd30fb1027c533bb1b3c50ca61631f17306 Mon Sep 17 00:00:00 2001 From: Ioannis Filippidis Date: Mon, 30 Oct 2017 13:37:15 -0700 Subject: [PATCH 3/3] DOC: prefix command line options with `--` (typo) --- src/arg_handler.ml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/arg_handler.ml b/src/arg_handler.ml index 1103367..f211a8f 100644 --- a/src/arg_handler.ml +++ b/src/arg_handler.ml @@ -86,8 +86,8 @@ let handlers s = ] let use_string = - ("usage: tlapm [-fingerprints] [-xml-input] [-with-java path]" ^ - "[-check-schema] [-toolbox from to] input_file") + ("usage: tlapm [--fingerprints] [--xml-input] [--with-java path]" ^ + "[--check-schema] [--toolbox from to] input_file") let handle_arguments argv = let s = { settings = default_settings } in