From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59605) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fdx9C-0003HN-31 for guix-patches@gnu.org; Fri, 13 Jul 2018 08:26:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fdx99-0000et-0M for guix-patches@gnu.org; Fri, 13 Jul 2018 08:26:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:49878) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fdx98-0000eN-Qy for guix-patches@gnu.org; Fri, 13 Jul 2018 08:26:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fdx98-0002US-Jk for guix-patches@gnu.org; Fri, 13 Jul 2018 08:26:02 -0400 Subject: [bug#31939] [PATCH 08/13] gnu: Add go-github-com-stevedonovan-luar. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20180622183031.3044-1-ambrevar@gmail.com> <20180622183031.3044-7-ambrevar@gmail.com> Date: Fri, 13 Jul 2018 14:25:16 +0200 In-Reply-To: <20180622183031.3044-7-ambrevar@gmail.com> (Pierre Neidhardt's message of "Fri, 22 Jun 2018 20:30:26 +0200") Message-ID: <87h8l3gw5v.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Pierre Neidhardt Cc: 31939@debbugs.gnu.org Pierre Neidhardt skribis: > * gnu/packages/golang.scm (go-github-com-stevedonovan-luar): New variable. [...] > + (description "Luar is designed to make using Lua from Go more > +convenient. Go structs, slices and maps can be automatically converted = to Lua > +tables and vice-versa. The resulting conversion can either be a copy or= a > +proxy. In the latter case, any change made to the result will reflect o= n the > +source. > + > +Any Go function can be made available to Lua scripts, without having to = write > +C-style wrappers. > + > +Luar support cyclic structures (map[string]interface{}, lists, etc.). I believe this last line is not valid Texinfo. Since the description is already a big verbose, I=E2=80=99d suggest removing it. Ludo=E2=80=99.