From: Sharlatan Hellseher <sharlatanus@gmail.com>
To: 48615@debbugs.gnu.org
Subject: [bug#48615] [PATCH 5/6]: gnu: Add cl-slice
Date: Sun, 23 May 2021 20:37:37 +0000 [thread overview]
Message-ID: <CAO+9K5oLX7WboVtXaoOr+EgXnzU3fa5y9nxOg0CMog+noBjr0Q@mail.gmail.com> (raw)
In-Reply-To: <CAO+9K5o4yAzgNuSpV6JUBotQo7wnBPa6E=6M1Wx+K6TvzVu+ww@mail.gmail.com>
[-- Attachment #1: Type: text/plain, Size: 356 bytes --]
--
… наш разум - превосходная объяснительная машина которая способна
найти смысл почти в чем угодно, истолковать любой феномен, но
совершенно не в состоянии принять мысль о непредсказуемости.
[-- Attachment #2: 0005-gnu-Add-cl-slice.patch --]
[-- Type: text/x-patch, Size: 1873 bytes --]
From 38f0dd573caaa694a86b104ef11af8f8f8d97550 Mon Sep 17 00:00:00 2001
From: Sharlatan Hellseher <sharlatanus@gmail.com>
Date: Sun, 23 May 2021 21:20:13 +0100
Subject: [PATCH 5/6] gnu: Add cl-slice
* gnu/packages/lisp-xyz.scm (sbcl-cl-slice, ecl-cl-slice, cl-slice): New
variables.
---
gnu/packages/lisp-xyz.scm | 34 ++++++++++++++++++++++++++++++++++
1 file changed, 34 insertions(+)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 232622acbe..0c68460588 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -17025,3 +17025,37 @@ CL-I18N and CL-L10N.")
(define-public cl-locale
(sbcl-package->cl-source-package sbcl-cl-locale))
+
+(define-public sbcl-cl-slice
+ (let ((commit "c531683f287216aebbb0affbe090611fa1b5d697")
+ (revision "1"))
+ (package
+ (name "sbcl-cl-slice")
+ (version (git-version "0.1.0" revision commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/tpapp/cl-slice")
+ (commit commit)))
+ (file-name (git-file-name "cl-slice" version))
+ (sha256
+ (base32 "1ybznf4y5lda6bn163jcvj281qzhm24dfcwhbgxmm5n6f27gdccl"))))
+ (build-system asdf-build-system/sbcl)
+ (native-inputs
+ `(("clunit" ,sbcl-clunit)))
+ (inputs
+ `(("alexandria" ,sbcl-alexandria)
+ ("anaphora" ,sbcl-anaphora)
+ ("let-plus" ,sbcl-let-plus)))
+ (home-page "https://github.com/tpapp/cl-slice")
+ (synopsis "Array slices for Common Lisp")
+ (description
+ "This package provides DSL for array slices in Common Lisp.")
+ (license license:expat))))
+
+(define-public ecl-cl-slice
+ (sbcl-package->ecl-package sbcl-cl-slice))
+
+(define-public cl-slice
+ (sbcl-package->cl-source-package sbcl-cl-slice))
--
2.31.1
next prev parent reply other threads:[~2021-05-23 20:38 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-05-23 20:33 [bug#48615] [PATCH 6/6]: gnu: Add cl-djula Sharlatan Hellseher
2021-05-23 20:37 ` Sharlatan Hellseher [this message]
2021-05-23 20:37 ` [bug#48615] [PATCH 4/6]: gnu: Add cl-locale Sharlatan Hellseher
2021-05-23 20:38 ` [bug#48615] [PATCH 3/6]: gnu: Add cl-parser-combinators Sharlatan Hellseher
2021-05-23 20:39 ` [bug#48615] [PATCH 2/6]: gnu: Add cl-gettext Sharlatan Hellseher
2021-05-23 20:39 ` [bug#48615] [PATCH 1/6]: gnu: Add cl-arnesi Sharlatan Hellseher
2021-05-25 9:22 ` bug#48615: [PATCH 6/6]: gnu: Add cl-djula Guillaume Le Vaillant
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=CAO+9K5oLX7WboVtXaoOr+EgXnzU3fa5y9nxOg0CMog+noBjr0Q@mail.gmail.com \
--to=sharlatanus@gmail.com \
--cc=48615@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).