From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julien Lepiller Subject: Re: [PATCH 04/10] gnu: Add ocaml-ppx-driver. Date: Mon, 13 Feb 2017 22:22:55 +0100 Message-ID: <20170213222255.7ef3d18a@lepiller.eu> References: <20170131205815.14576-1-julien@lepiller.eu> <20170131205815.14576-5-julien@lepiller.eu> <87poitq6d0.fsf@gnu.org> 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]:44235) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cdO5Z-0003df-Kb for guix-devel@gnu.org; Mon, 13 Feb 2017 16:23:17 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cdO5U-0008Gy-O1 for guix-devel@gnu.org; Mon, 13 Feb 2017 16:23:13 -0500 Received: from dau94-h03-89-91-205-84.dsl.sta.abo.bbox.fr ([89.91.205.84]:38856 helo=skaro.lepiller.eu) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cdO5U-0008Cx-AD for guix-devel@gnu.org; Mon, 13 Feb 2017 16:23:08 -0500 Received: from localhost (localhost [127.0.0.1]) by skaro.lepiller.eu (Postfix) with ESMTP id DC1A47FFE1 for ; Mon, 13 Feb 2017 22:23:04 +0100 (CET) Received: from skaro.lepiller.eu ([127.0.0.1]) by localhost (lepiller.eu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id cI0oIOerrI8q for ; Mon, 13 Feb 2017 22:23:01 +0100 (CET) Received: from localhost (89-93-157-164.hfc.dyn.abo.bbox.fr [89.93.157.164]) by skaro.lepiller.eu (Postfix) with ESMTPSA id 7A46B7F9B1 for ; Mon, 13 Feb 2017 22:23:00 +0100 (CET) In-Reply-To: <87poitq6d0.fsf@gnu.org> 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: guix-devel@gnu.org On Wed, 08 Feb 2017 12:17:31 +0100 ludo@gnu.org (Ludovic Court=C3=A8s) wrote: > Hello! >=20 > Minor issues: >=20 > Julien Lepiller skribis: >=20 > > + (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 =20 >=20 > The first thing should be a real sentence. Not sure what you mean here... >=20 > > +provide a tool that can be used to: > > +@enumerate > > +@item easily view the pre-processed version of a file, no need to > > construct a > > + complex command line: ppx file.ml will do =20 >=20 > Could be: @command{ppx file.ml}. >=20 > Ludo=E2=80=99.