From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:60407) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ifyRQ-00032M-KG for guix-patches@gnu.org; Fri, 13 Dec 2019 22:50:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ifyRO-0007V5-8T for guix-patches@gnu.org; Fri, 13 Dec 2019 22:50:04 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:57077) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ifyRO-0007UW-4b for guix-patches@gnu.org; Fri, 13 Dec 2019 22:50:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ifyRO-0005L2-2m for guix-patches@gnu.org; Fri, 13 Dec 2019 22:50:02 -0500 Subject: [bug#38604] [WIP SWI-Prolog 0/3] Add SWI-Prolog Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:49957) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ifyQw-00031W-I1 for guix-patches@gnu.org; Fri, 13 Dec 2019 22:49:35 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ifyQt-000649-Tx for guix-patches@gnu.org; Fri, 13 Dec 2019 22:49:34 -0500 Received: from mout01.posteo.de ([185.67.36.65]:36848) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ifyQt-0005zQ-IV for guix-patches@gnu.org; Fri, 13 Dec 2019 22:49:31 -0500 Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id 255A016005C for ; Sat, 14 Dec 2019 04:49:30 +0100 (CET) Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 47ZYSS3TdZz6tmD for ; Sat, 14 Dec 2019 04:49:27 +0100 (CET) From: Brett Gilio Date: Fri, 13 Dec 2019 21:49:27 -0600 Message-ID: <87immj7eig.fsf@posteo.net> MIME-Version: 1.0 Content-Type: text/x-patch Content-Disposition: inline; filename=0000-cover-letter.patch Content-Description: [WIP SWI-Prolog 0/3] Add SWI-Prolog 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: 38604@debbugs.gnu.org >From 08bee0ab7c3c67c6d3095e35bb734243bc93b217 Mon Sep 17 00:00:00 2001 From: Brett Gilio Date: Fri, 13 Dec 2019 21:47:11 -0600 Subject: [WIP SWI-Prolog 0/3] Add SWI-Prolog Just wanted to share my WIP on SWI-Prolog for anybody who wants to contribute, and so I can keep track of my own progress. Please send revision by re-rolling n+1. Brett Gilio (3): gnu: Rename module GPROLOG to PROLOG. gnu: Rename GPROLOG to PROLOG in local.mk gnu: Add swi-prolog. gnu/local.mk | 2 +- gnu/packages/gprolog.scm | 45 +++++++++++++++++++++++++++++++++++++++- 2 files changed, 45 insertions(+), 2 deletions(-) -- 2.24.1