From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.migadu.com ([2001:41d0:403:58f0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms8.migadu.com with LMTPS id AAD+KZ3YYGV7cgAA9RJhRA:P1 (envelope-from ) for ; Fri, 24 Nov 2023 18:08:45 +0100 Received: from aspmx1.migadu.com ([2001:41d0:403:58f0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id AAD+KZ3YYGV7cgAA9RJhRA (envelope-from ) for ; Fri, 24 Nov 2023 18:08:45 +0100 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 90ABB5AB31 for ; Fri, 24 Nov 2023 18:08:45 +0100 (CET) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=posteo.net header.s=2017 header.b=lAaLWiP8; dmarc=fail reason="SPF not aligned (strict)" header.from=posteo.net (policy=none); spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" ARC-Seal: i=1; s=key1; d=yhetil.org; t=1700845725; a=rsa-sha256; cv=none; b=PIgBzUTw7EBfXUMjD5lqTJlN/oOsbUtMvfuz8XQB6My9KN42FYMRxbHFRcxPfSkfmffdyg izQKSo7LZ9t2q1Y5NvB6FLGUR7ip5g2ps0AwMS8BlA80x0AL0SIuM5ph2L31VigdMLh5vL sS+hpqZGeHE9QaNgMolITbdex2dnwotvqnV4yepehroR/H8obc93pwPf0y5r9bNgyi+f7x ZHsikb1t/fIDLR14FZ2DGYoNKyGocQedZKQ2CgiiwYxW+BijAWJed/vIR84WzWdAivJ8IA aj0U2aMArlIAuYdtPKqRD6xrtZlaJmWo/MR5v4P2yTkEmXHnnA8z14q+NkKWkw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1700845725; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=+NomG4ADshehlCIsz2WY1l6xFOxYvRUm103JpLp/VF0=; b=mbNACH60OuSkJ7gtnkeJ0lJDWZpHO2LnHASzHpKAa6pnDnwqxOBzY8OAXa2oc/dyYDAGsJ l4fXSOXukpwdzIEoMWw6dNtdqlmHz0ceBQm1vLv2YhEhQqFSEo5p4NRuVyJM9jwWpnv6Bv JBwbKeFY9XovtH0y5nIfm22EWE1Zs50C8usooPo34b3L+DXWx23X9HT5xWz2aAiB5QxzlK acYxrYQzAgP94wUV96eDunXAFWsK2V2c6r4lcqg1SK034A0oBjiu2qMa5yXFkliUFmL+Pr VaUN8k0kiZy40sU8VngPeg/rNrNyTT7ca92BD1LVrdRE0xDIDeqV3TczmP0EpQ== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=posteo.net header.s=2017 header.b=lAaLWiP8; dmarc=fail reason="SPF not aligned (strict)" header.from=posteo.net (policy=none); spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1r6Zeu-0001L4-93; Fri, 24 Nov 2023 12:08:04 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1r6Zeq-0001Hu-2V for guix-patches@gnu.org; Fri, 24 Nov 2023 12:08:00 -0500 Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1r6Zep-0005l3-QH for guix-patches@gnu.org; Fri, 24 Nov 2023 12:07:59 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1r6Zeu-0004hi-B2; Fri, 24 Nov 2023 12:08:04 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#67428] [PATCH v2 08/12] gnu: Add cl-permutation Resent-From: Michal Atlas Original-Sender: "Debbugs-submit" Resent-CC: glv@posteo.net, cox.katherine.e+guix@gmail.com, me@bonfacemunyoki.com, jgart@dismail.de, guix-patches@gnu.org Resent-Date: Fri, 24 Nov 2023 17:08:04 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 67428 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 67428@debbugs.gnu.org Cc: Michal Atlas , Guillaume Le Vaillant , Katherine Cox-Buday , Munyoki Kilyungi , jgart X-Debbugs-Original-Xcc: Guillaume Le Vaillant , Katherine Cox-Buday , Munyoki Kilyungi , jgart Received: via spool by 67428-submit@debbugs.gnu.org id=B67428.170084567217997 (code B ref 67428); Fri, 24 Nov 2023 17:08:04 +0000 Received: (at 67428) by debbugs.gnu.org; 24 Nov 2023 17:07:52 +0000 Received: from localhost ([127.0.0.1]:37111 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1r6Zeh-0004g7-H0 for submit@debbugs.gnu.org; Fri, 24 Nov 2023 12:07:51 -0500 Received: from mout01.posteo.de ([185.67.36.65]:57051) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1r6ZeW-0004eU-TE for 67428@debbugs.gnu.org; Fri, 24 Nov 2023 12:07:42 -0500 Received: from submission (posteo.de [185.67.36.169]) by mout01.posteo.de (Postfix) with ESMTPS id AAA01240028 for <67428@debbugs.gnu.org>; Fri, 24 Nov 2023 18:07:30 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1700845650; bh=04n3z2CxBUBudLu6Ta9EfzZRwsyzlcdyj7SjIGM7hiQ=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version: Content-Transfer-Encoding:From; b=lAaLWiP8mouSGnSKSCAQsO8Z0Xk2eikRSEV8EOgbGR28dB274CRhrS0K2N8HUpdKN mMrWapjgq2IZGW3pX6x/X4zP6bOF3F6eHTUL8XmbOr11v20kwqLcjlaURe/E6hQwqv 148ecEah/i/BXuuJX0BU07EP5YnG2KEXb/B9H0MVVyGlgRDxxVt1n4RxEYmAgSMqoz IYIfPvJ3gRwg61yP8YjKdjZB1ckMJftA5L/9aH0qoPLqBWlX0z3m3VugEQkcLNKcqM sgS1NKRPDKUPJZprtv8h7vBeuT/NTsxqhnVw78v6NGSOZmD9UfFVaaRuKe1TYLZ6oC ZaGQ2Gn9MqTAA== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4ScLyB2Y2Tz6tm4; Fri, 24 Nov 2023 18:07:30 +0100 (CET) From: Michal Atlas Date: Fri, 24 Nov 2023 17:07:13 +0000 Message-ID: <2c56e740c836b5124332ee94708af388b6422bd8.1700844983.git.michal_atlas+git@posteo.net> In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Flow: FLOW_IN X-Migadu-Country: US X-Migadu-Scanner: mx11.migadu.com X-Spam-Score: 4.68 X-Migadu-Queue-Id: 90ABB5AB31 X-Migadu-Spam-Score: 4.68 X-TUID: ajDk/1HbVCVO * gnu/packages/lisp-xyz.scm (sbcl-cl-permutation, ecl-cl-permutation, cl-permutation): New variables. Change-Id: Ib5cf64fa1311e76bcf710d8f5f673226a3e410b6 --- gnu/packages/lisp-xyz.scm | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm index 2c82e188af..666ee46474 100644 --- a/gnu/packages/lisp-xyz.scm +++ b/gnu/packages/lisp-xyz.scm @@ -20647,6 +20647,42 @@ (define-public ecl-cl-messagepack (define-public cl-messagepack (sbcl-package->cl-source-package sbcl-cl-messagepack)) +(define-public sbcl-cl-permutation + (let ((commit "20c10e9ca56452d2fafc3ec0984dcdf78b4f4b19") + (revision "0")) + (package + (name "sbcl-cl-permutation") + (version (git-version "0.0.0" revision commit)) + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/stylewarning/cl-permutation") + (commit commit))) + (file-name (git-file-name name version)) + (sha256 + (base32 "0i932g0k50y24hxizni6zfya4kcw77yk3b0llivm9g50s7fxj9dk")))) + (build-system asdf-build-system/sbcl) + (inputs (list sbcl-alexandria + sbcl-iterate + sbcl-cl-algebraic-data-type + sbcl-closer-mop + sbcl-bordeaux-fft + sbcl-priority-queue + sbcl-cl-cont + sbcl-fiasco)) + (synopsis "Permutations and permutation groups in Common Lisp") + (description + "A library for operating on permutations and permutation groups") + (home-page "https://github.com/stylewarning/cl-permutation") + (license license:bsd-3)))) + +(define-public ecl-cl-permutation + (sbcl-package->ecl-package sbcl-cl-permutation)) + +(define-public cl-permutation + (sbcl-package->cl-source-package sbcl-cl-permutation)) + (define-public sbcl-messagebox (let ((commit "ea3688d9a9954bee7079c0173bc7b3f327021e9f") (revision "1")) -- 2.41.0