From unknown Sat Sep 13 00:51:26 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#35988 <35988@debbugs.gnu.org> To: bug#35988 <35988@debbugs.gnu.org> Subject: Status: [PATCH 5/9] gnu: Add sbcl-iolib.common-lisp. Reply-To: bug#35988 <35988@debbugs.gnu.org> Date: Sat, 13 Sep 2025 07:51:26 +0000 retitle 35988 [PATCH 5/9] gnu: Add sbcl-iolib.common-lisp. reassign 35988 guix-patches submitter 35988 Pierre Neidhardt severity 35988 normal tag 35988 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Wed May 29 09:30:22 2019 Received: (at submit) by debbugs.gnu.org; 29 May 2019 13:30:22 +0000 Received: from localhost ([127.0.0.1]:58346 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hVyes-0002dI-Ia for submit@debbugs.gnu.org; Wed, 29 May 2019 09:30:22 -0400 Received: from eggs.gnu.org ([209.51.188.92]:57947) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hVyen-0002bn-9Y for submit@debbugs.gnu.org; Wed, 29 May 2019 09:30:17 -0400 Received: from lists.gnu.org ([209.51.188.17]:39599) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hVyei-0006q9-6N for submit@debbugs.gnu.org; Wed, 29 May 2019 09:30:12 -0400 Received: from eggs.gnu.org ([209.51.188.92]:44087) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hVyeh-00046t-6e for guix-patches@gnu.org; Wed, 29 May 2019 09:30:12 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.1 required=5.0 tests=BAYES_50,RCVD_IN_DNSWL_LOW autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hVyeg-0006mL-1J for guix-patches@gnu.org; Wed, 29 May 2019 09:30:11 -0400 Received: from relay11.mail.gandi.net ([217.70.178.231]:53233) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hVyef-0006ap-Ru for guix-patches@gnu.org; Wed, 29 May 2019 09:30:09 -0400 Received: from localhost.localdomain (lfbn-1-4117-19.w92-169.abo.wanadoo.fr [92.169.116.19]) (Authenticated sender: mail@ambrevar.xyz) by relay11.mail.gandi.net (Postfix) with ESMTPSA id A3D0110001D for ; Wed, 29 May 2019 13:29:57 +0000 (UTC) From: Pierre Neidhardt To: guix-patches@gnu.org Subject: [PATCH 5/9] gnu: Add sbcl-iolib.common-lisp. Date: Wed, 29 May 2019 15:29:52 +0200 Message-Id: <20190529132956.7454-5-mail@ambrevar.xyz> X-Mailer: git-send-email 2.21.0 In-Reply-To: <20190529132956.7454-1-mail@ambrevar.xyz> References: <20190529132917.7142-1-mail@ambrevar.xyz> <20190529132956.7454-1-mail@ambrevar.xyz> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 217.70.178.231 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Spam-Score: -1.1 (-) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.1 (--) * gnu/packages/lisp.scm (sbcl-iolib.common-lisp): New variable. --- gnu/packages/lisp.scm | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm index db405af8d9..c4a9d9bd78 100644 --- a/gnu/packages/lisp.scm +++ b/gnu/packages/lisp.scm @@ -5426,3 +5426,14 @@ and @code{kqueue(2)}), a pathname library and file-system utilities.") (arguments '(#:asd-file "iolib.conf.asd")) (synopsis "Compile-time configuration for IOLib, a Common Lisp I/O library"))) + +(define-public sbcl-iolib.common-lisp + (package + (inherit sbcl-iolib.asdf) + (name "sbcl-iolib.common-lisp") + (inputs + `(("iolib.asdf" ,sbcl-iolib.asdf) + ("iolib.conf" ,sbcl-iolib.conf))) + (arguments + '(#:asd-file "iolib.common-lisp.asd")) + (synopsis "Slightly modified Common Lisp for IOLib, a Common Lisp I/O library"))) -- 2.21.0 From debbugs-submit-bounces@debbugs.gnu.org Wed May 29 10:08:25 2019 Received: (at control) by debbugs.gnu.org; 29 May 2019 14:08:25 +0000 Received: from localhost ([127.0.0.1]:59460 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hVzFh-0003z4-BO for submit@debbugs.gnu.org; Wed, 29 May 2019 10:08:25 -0400 Received: from relay5-d.mail.gandi.net ([217.70.183.197]:34541) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hVzFf-0003yk-4S for control@debbugs.gnu.org; Wed, 29 May 2019 10:08:23 -0400 X-Originating-IP: 92.169.116.19 Received: from bababa (lfbn-1-4117-19.w92-169.abo.wanadoo.fr [92.169.116.19]) (Authenticated sender: pierre@atlas.engineer) by relay5-d.mail.gandi.net (Postfix) with ESMTPSA id DCC191C0006 for ; Wed, 29 May 2019 14:08:20 +0000 (UTC) From: Pierre Neidhardt To: control@debbugs.gnu.org Subject: control message for bug #35988 Date: Wed, 29 May 2019 16:08:19 +0200 Message-ID: <87tvddjquk.fsf@ambrevar.xyz> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-Spam-Score: -0.2 (/) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.2 (-) --=-=-= Content-Type: text/plain close 35988 --=-=-= Content-Type: multipart/signed; boundary="==-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" --==-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable =2D-=20 Pierre Neidhardt https://ambrevar.xyz/ --==-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEUPM+LlsMPZAEJKvom9z0l6S7zH8FAlzuklMACgkQm9z0l6S7 zH/J+Af8D5A9qtJR6bm6W3hp2kPaS0AFQVfnxCGCT0dhdPsi5C39pFiUwho1e51o i0KIfhLAWKGan7qieIrAwqlY1p05K37fR5vCxDgWbdbHlLesXvWdhC0Wu8QBDufl agtV4Vd2GQSEK6drYj2nI0krjM94PtbT77vhSlTSYIz7arznJAzazjFkFGIlmBLL RDDldXRWWQPeGDfAztqeVxlULeMO7EcSVl8XcsEELqhQd0EZXXBwcxTwh7mIsest gj3/M1HsRDiXDmPMSyb+ieVGeW+zLlfzpc0XbvN9Qon+G2JTxuoQfJRwW685hC9p 2NeLTb8kzF2epiKmE/PQSrR8qmmTXQ== =63mA -----END PGP SIGNATURE----- --==-=-=-- --=-=-=-- From unknown Sat Sep 13 00:51:26 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Thu, 27 Jun 2019 11:24:08 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator