From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH 04/10] gnu: Add ocaml-ppx-driver. Date: Wed, 08 Feb 2017 12:17:31 +0100 Message-ID: <87poitq6d0.fsf@gnu.org> References: <20170131205815.14576-1-julien@lepiller.eu> <20170131205815.14576-5-julien@lepiller.eu> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57367) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cbQFl-0000F0-GP for guix-devel@gnu.org; Wed, 08 Feb 2017 06:17:38 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cbQFi-00014U-BG for guix-devel@gnu.org; Wed, 08 Feb 2017 06:17:37 -0500 In-Reply-To: <20170131205815.14576-5-julien@lepiller.eu> (Julien Lepiller's message of "Tue, 31 Jan 2017 21:58:09 +0100") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Julien Lepiller Cc: guix-devel@gnu.org Hello! Minor issues: Julien Lepiller skribis: > + (synopsis "Feature-full driver for OCaml AST transformers") > + (description "A driver is an executable created from a set of OCaml = AST > +transformers linked together with a command line frontend. The aim is to The first thing should be a real sentence. > +provide a tool that can be used to: > +@enumerate > +@item easily view the pre-processed version of a file, no need to constr= uct a > + complex command line: ppx file.ml will do Could be: @command{ppx file.ml}. Ludo=E2=80=99.