all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: jgart via Guix-patches via <guix-patches@gnu.org>
To: 57654@debbugs.gnu.org
Cc: jgart <jgart@dismail.de>
Subject: [bug#57654] [PATCH 09/16] gnu: Add cl-evaled-when.
Date: Wed,  7 Sep 2022 19:48:57 -0500	[thread overview]
Message-ID: <20220908004904.27259-9-jgart@dismail.de> (raw)
In-Reply-To: <20220908004904.27259-1-jgart@dismail.de>

* gnu/packages/lisp-xyz.scm (cl-evaled-when, ecl-evaled-when,
sbcl-evaled-when): New variables.
---
 gnu/packages/lisp-xyz.scm | 32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 0db2c3e33d..d0aff38e35 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -23537,6 +23537,38 @@ (define-public cl-fakenil
 (define-public ecl-fakenil
   (sbcl-package->ecl-package sbcl-fakenil))
 
+(define-public sbcl-evaled-when
+  (let ((commit "c59f8ab20b846cac81d4be80d056a3d65676e8eb")
+        (revision "0"))
+  (package
+      (name "sbcl-evaled-when")
+      (version (git-version "1.0" revision commit))
+      (source
+        (origin
+          (method git-fetch)
+          (uri (git-reference
+                (url "https://github.com/Hexstream/evaled-when")
+                (commit commit)))
+          (file-name (git-file-name name version))
+          (sha256
+           (base32 "07g1a50aairvsj57issb18si5a9r3skpbk05nlixmlj0mva3gkl3"))))
+      (build-system asdf-build-system/sbcl)
+      (native-inputs
+        (list sbcl-parachute sbcl-enhanced-boolean))
+      (inputs (list sbcl-trivial-cltl2))
+      (home-page "https://www.hexstreamsoft.com/libraries/evaled-when/")
+      (synopsis "Extract and replicate the compile-time side-effects of forms")
+      (description
+"Provides a way of extracting and replicating the compile-time
+side-effects of forms.")
+      (license license:unlicense))))
+
+(define-public cl-evaled-when
+  (sbcl-package->cl-source-package sbcl-evaled-when))
+
+(define-public ecl-evaled-when
+  (sbcl-package->ecl-package sbcl-evaled-when))
+
 (define-public sbcl-smug
   (let ((commit "647a2428df297e1dd183ba7c19574bdb1320ae79")
         (revision "0"))
-- 
2.37.2





  parent reply	other threads:[~2022-09-08  0:51 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-08  0:34 [bug#57654] [PATCH] gnu: Add cl-definitions-systems jgart via Guix-patches via
2022-09-08  0:48 ` [bug#57654] [PATCH 01/16] gnu: Add cl-canonicalized-initargs jgart via Guix-patches via
2022-09-08  0:48   ` [bug#57654] [PATCH 02/16] gnu: Add cl-enhanced-typep jgart via Guix-patches via
2022-09-08  0:48   ` [bug#57654] [PATCH 03/16] gnu: Add cl-enhanced-defclass jgart via Guix-patches via
2022-09-08  0:48   ` [bug#57654] [PATCH 04/16] gnu: Add cl-object-class jgart via Guix-patches via
2022-09-08  0:48   ` [bug#57654] [PATCH 05/16] gnu: Add cl-shared-preferences jgart via Guix-patches via
2022-09-08  0:48   ` [bug#57654] [PATCH 06/16] gnu: Add cl-inheriting-readers jgart via Guix-patches via
2022-09-08  0:48   ` [bug#57654] [PATCH 07/16] gnu: Add cl-simple-guess jgart via Guix-patches via
2022-09-08  0:48   ` [bug#57654] [PATCH 08/16] gnu: Add cl-fakenil jgart via Guix-patches via
2022-09-08  0:48   ` jgart via Guix-patches via [this message]
2022-09-08  0:48   ` [bug#57654] [PATCH 10/16] gnu: Add cl-enhanced-eval-when jgart via Guix-patches via
2022-09-08  0:48   ` [bug#57654] [PATCH 11/16] gnu: Add cl-enhanced-boolean jgart via Guix-patches via
2022-09-08  0:49   ` [bug#57654] [PATCH 12/16] gnu: Add cl-cesdi jgart via Guix-patches via
2022-09-08  0:49   ` [bug#57654] [PATCH 13/16] gnu: Add cl-compatible-metaclasses jgart via Guix-patches via
2022-09-08  0:49   ` [bug#57654] [PATCH 14/16] gnu: Add cl-class-options jgart via Guix-patches via
2022-09-08  0:49   ` [bug#57654] [PATCH 15/16] gnu: Add cl-enhanced-find-class jgart via Guix-patches via
2022-09-08  0:49   ` [bug#57654] [PATCH 16/16] gnu: Add cl-definitions-systems jgart via Guix-patches via
2022-09-09 12:32 ` bug#57654: [PATCH] " 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

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

  git send-email \
    --in-reply-to=20220908004904.27259-9-jgart@dismail.de \
    --to=guix-patches@gnu.org \
    --cc=57654@debbugs.gnu.org \
    --cc=jgart@dismail.de \
    /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.