all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Guillaume LE VAILLANT <glv@posteo.net>
To: 36467@debbugs.gnu.org
Cc: Guillaume LE VAILLANT <glv@posteo.net>
Subject: [bug#36467] [PATCH 04/12] gnu: Add periods-series
Date: Tue,  2 Jul 2019 00:31:19 +0200	[thread overview]
Message-ID: <20190701223127.32222-4-glv@posteo.net> (raw)
In-Reply-To: <20190701223127.32222-1-glv@posteo.net>

* gnu/packages/lisp.scm (sbcl-periods-series, cl-periods-series): New
  variables.
---
 gnu/packages/lisp.scm | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm
index f00e8b3a5b..42aa30bbf3 100644
--- a/gnu/packages/lisp.scm
+++ b/gnu/packages/lisp.scm
@@ -6062,6 +6062,23 @@ discontiguous ranges of time.")
 (define-public cl-periods
   (sbcl-package->cl-source-package sbcl-periods))
 
+(define-public sbcl-periods-series
+  (package
+    (inherit sbcl-periods)
+    (name "sbcl-periods-series")
+    (inputs
+     `(("periods" ,sbcl-periods)
+       ("series" ,sbcl-series)))
+    (arguments
+     '(#:asd-file "periods-series.asd"
+       #:asd-system-name "periods-series"))
+    (description
+     "Periods-series is an extension of the periods Common Lisp library
+providing functions compatible with the series Common Lisp library.")))
+
+(define-public cl-periods-series
+  (sbcl-package->cl-source-package sbcl-periods-series))
+
 (define-public sbcl-fprog
   (let ((commit "7016d1a98215f82605d1c158e7a16504ca1f4636")
         (revision "1"))
-- 
2.22.0

  parent reply	other threads:[~2019-07-01 22:34 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-07-01 22:27 [bug#36467] [PATCH 00/12] gnu: Add some Common Lisp libraries Guillaume LE VAILLANT
2019-07-01 22:31 ` [bug#36467] [PATCH 01/12] gnu: Add fprog Guillaume LE VAILLANT
2019-07-01 22:31   ` [bug#36467] [PATCH 02/12] gnu: Add series Guillaume LE VAILLANT
2019-07-01 22:31   ` [bug#36467] [PATCH 03/12] gnu: Add periods Guillaume LE VAILLANT
2019-07-01 22:31   ` Guillaume LE VAILLANT [this message]
2019-07-01 22:31   ` [bug#36467] [PATCH 05/12] gnu: Add metatilities-base Guillaume LE VAILLANT
2019-07-01 22:31   ` [bug#36467] [PATCH 06/12] gnu: Add cl-containers Guillaume LE VAILLANT
2019-07-01 22:31   ` [bug#36467] [PATCH 07/12] gnu: Add xlunit Guillaume LE VAILLANT
2019-07-01 22:31   ` [bug#36467] [PATCH 08/12] gnu: Add cambl Guillaume LE VAILLANT
2019-07-01 22:31   ` [bug#36467] [PATCH 09/12] gnu: Add cl-ledger Guillaume LE VAILLANT
2019-07-01 22:31   ` [bug#36467] [PATCH 10/12] gnu: Add bst Guillaume LE VAILLANT
2019-07-01 22:31   ` [bug#36467] [PATCH 11/12] gnu: Add cl-octet-streams Guillaume LE VAILLANT
2019-07-01 22:31   ` [bug#36467] [PATCH 12/12] gnu: Add cl-lzlib Guillaume LE VAILLANT
     [not found] ` <handler.36467.B.15620201228378.ack@debbugs.gnu.org>
2019-08-08 14:33   ` [bug#36467] [PATCH v2] gnu: Add some Common Lisp libraries Guillaume Le Vaillant
2019-09-04 13:35     ` Ludovic Courtès
2019-09-16  8:55       ` Pierre Neidhardt
2019-09-16 14:11         ` [bug#36467] [PATCH v3] " Guillaume Le Vaillant
2019-09-16 15:12           ` Ludovic Courtès
2019-09-16 17:50             ` Pierre Neidhardt
2019-09-17 15:50               ` Katherine Cox-Buday
2019-09-17 16:09                 ` Pierre Neidhardt
2019-09-18  9:58                   ` Pierre Neidhardt

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

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190701223127.32222-4-glv@posteo.net \
    --to=glv@posteo.net \
    --cc=36467@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 external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.