From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: ANN: guix-import-debian Date: Tue, 03 May 2016 13:43:09 +0200 Message-ID: <87oa8ncqpe.fsf@gnu.org> References: <5726445F.3090000@crazy-compilers.com> <87shy0dfzr.fsf@gnu.org> <5727AF9D.7070807@crazy-compilers.com> 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]:58083) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1axYji-00075e-2F for guix-devel@gnu.org; Tue, 03 May 2016 07:43:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1axYjW-0000LS-CV for guix-devel@gnu.org; Tue, 03 May 2016 07:43:24 -0400 In-Reply-To: <5727AF9D.7070807@crazy-compilers.com> (Hartmut Goebel's message of "Mon, 2 May 2016 21:50:53 +0200") 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: Hartmut Goebel Cc: guix-devel Hartmut Goebel skribis: > Am 02.05.2016 um 10:24 schrieb Ludovic Court=C3=A8s: >> Nice work! > Thanks. > >> Would be great to have it integrated in =E2=80=98guix import=E2=80=99. = Did you look at >> the other importers in guix/import/*.scm? Hopefully it should be simple >> enough to do the same within this framework, even without being a >> die-hard Schemer ;-), and it would be readily available to all of Guix. > > Do you mean intergrating my tool into "guix import" or reimplement it in > guile? In both cases somebody else would need to take on the job. Fair enough! > While having it readily available in guix would indeed be good, I'm not > going to do it 1) I'm not a guile-programmer and doing this would take > me too much time which I could spend more useful on other stuff. 2) > Parsing debian-822-like files seams to be non-trivial (given there is a > quite complex python module for this task), re implementing this in > guile seams to be quite a bit of work. ISTR that this syntax is very close to that of recutils, for which we already have a simple parser in (guix records). But yeah, dunno, maybe there are other complications. Anyway, thanks for your work! Ludo=E2=80=99.