unofficial mirror of guix-patches@gnu.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 15/16] gnu: Add cl-enhanced-find-class.
Date: Wed,  7 Sep 2022 19:49:03 -0500	[thread overview]
Message-ID: <20220908004904.27259-15-jgart@dismail.de> (raw)
In-Reply-To: <20220908004904.27259-1-jgart@dismail.de>

* gnu/packages/lisp-xyz.scm (cl-enhanced-find-class,
ecl-enhanced-find-class, sbcl-enhanced-find-class): New variables.
---
 gnu/packages/lisp-xyz.scm | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 42302383aa..7431c72911 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -23723,6 +23723,35 @@ (define-public cl-class-options
 (define-public ecl-class-options
   (sbcl-package->ecl-package sbcl-class-options))
 
+(define-public sbcl-enhanced-find-class
+  (package
+      (name "sbcl-enhanced-find-class")
+      (version "1.0")
+      (source
+        (origin
+          (method git-fetch)
+          (uri (git-reference
+                (url "https://github.com/Hexstream/enhanced-find-class")
+                (commit (string-append "v" version))))
+          (file-name (git-file-name name version))
+          (sha256
+           (base32 "1pf1mxb238zrmvgm9s0456s1x0m317ls23ls1d987riw69y3w9vx"))))
+      (build-system asdf-build-system/sbcl)
+      (native-inputs (list sbcl-parachute))
+      (inputs
+        (list sbcl-closer-mop))
+      (home-page "https://www.hexstreamsoft.com/libraries/enhanced-find-class/")
+      (synopsis "Canonical way of converting class designators to classes")
+      (description
+"Provides a canonical way of converting class designators to classes.")
+      (license license:unlicense)))
+
+(define-public cl-enhanced-find-class
+  (sbcl-package->cl-source-package sbcl-enhanced-find-class))
+
+(define-public ecl-enhanced-find-class
+  (sbcl-package->ecl-package sbcl-enhanced-find-class))
+
 (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   ` [bug#57654] [PATCH 09/16] gnu: Add cl-evaled-when jgart via Guix-patches via
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   ` jgart via Guix-patches via [this message]
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

  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=20220908004904.27259-15-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 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).