unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Sharlatan Hellseher <sharlatanus@gmail.com>
To: 59344@debbugs.gnu.org
Cc: Sharlatan Hellseher <sharlatanus@gmail.com>
Subject: [bug#59344] [PATCH 2/3] gnu: Add cl-metacopy
Date: Thu, 17 Nov 2022 23:50:19 +0000	[thread overview]
Message-ID: <20221117235020.5587-2-sharlatanus@gmail.com> (raw)
In-Reply-To: <20221117235020.5587-1-sharlatanus@gmail.com>

* gnu/packages/lisp-xyz.scm (cl-metacopy, sbcl-metacopy): 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 8df8579111..9e5d5e76d8 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -17996,6 +17996,40 @@ (define-public ecl-simple-inferiors
 (define-public cl-simple-inferiors
   (sbcl-package->cl-source-package sbcl-simple-inferiors))
 
+(define-public sbcl-metacopy
+  (let ((commit "1b5bf443206cc1dea7801ae23d1167bd02122d30")
+        (revision "1"))
+    (package
+      (name "sbcl-metacopy")
+      (version (git-version "0.2.0" revision commit))
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+               (url "https://github.com/gwkkwg/metacopy")
+               (commit commit)))
+         (file-name (git-file-name name version))
+         (sha256
+          (base32 "1rzp112djgw5n76s6hy2aq92bc43p0zd5bgzvqwvgvws4pls42s9"))))
+      (build-system asdf-build-system/sbcl)
+      (native-inputs
+       (list sbcl-lift sbcl-asdf-system-connections))
+      (inputs
+       (list sbcl-contextl sbcl-moptilities))
+      (home-page "https://github.com/gwkkwg/metacopy")
+      (synopsis "Flexible Common Lisp shallow/deep copy mechanism")
+      (description
+       "This package provides flexible Common Lisp shallow/deep copy mechanism.")
+      (license license:expat))))
+
+;; NOTE: (Sharlatan-20221112T214131+0000): There is no ecl-moptilities variable
+;; required for tests.
+;;
+;; ecl-metacopy
+
+(define-public cl-metacopy
+  (sbcl-package->cl-source-package sbcl-metacopy))
+
 (define-public sbcl-legit
   (let ((commit "5f8a2d4c4f5fb8e53340eeef600433ee20e03fbe")
         (revision "2"))
-- 
2.38.0





  reply	other threads:[~2022-11-17 23:51 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-17 23:47 [bug#59344] [PATCH 0/3] gnu: WIP Add cl-graph Sharlatan Hellseher
2022-11-17 23:50 ` [bug#59344] [PATCH 1/3] gnu: Add cl-asdf-system-connections Sharlatan Hellseher
2022-11-17 23:50   ` Sharlatan Hellseher [this message]
2022-11-17 23:50   ` [bug#59344] [PATCH 3/3] gnu: Add sbcl-cl-mathstats Sharlatan Hellseher
2022-11-18 13:43 ` [bug#59344] [PATCH 0/3] gnu: WIP Add cl-graph Guillaume Le Vaillant
2022-11-18 22:17   ` Sharlatan Hellseher
2022-11-18 22:19 ` [bug#59344] [PATCH 1/2] gnu: cl-containers: Fix build for all systems Sharlatan Hellseher
2022-11-18 22:19   ` [bug#59344] [PATCH 2/2] gnu: Add cl-graph Sharlatan Hellseher
2022-11-19 12:00     ` bug#59344: " 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=20221117235020.5587-2-sharlatanus@gmail.com \
    --to=sharlatanus@gmail.com \
    --cc=59344@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).