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 16/16] gnu: Add cl-definitions-systems.
Date: Wed,  7 Sep 2022 19:49:04 -0500	[thread overview]
Message-ID: <20220908004904.27259-16-jgart@dismail.de> (raw)
In-Reply-To: <20220908004904.27259-1-jgart@dismail.de>

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

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 7431c72911..1b7096a05d 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -23752,6 +23752,37 @@ (define-public cl-enhanced-find-class
 (define-public ecl-enhanced-find-class
   (sbcl-package->ecl-package sbcl-enhanced-find-class))
 
+(define-public sbcl-definitions-systems
+  (package
+      (name "sbcl-definitions-systems")
+      (version "2.0.1")
+      (source
+        (origin
+          (method git-fetch)
+          (uri (git-reference
+                (url "https://github.com/Hexstream/definitions-systems")
+                (commit (string-append "v" version))))
+          (file-name (git-file-name name version))
+          (sha256
+           (base32 "009392mj0qdq4jy0dw5r41schnygwj286759yvyg7xja30a0psfq"))))
+      (build-system asdf-build-system/sbcl)
+      (native-inputs
+        (list sbcl-parachute))
+      (inputs
+        (list sbcl-simple-guess sbcl-canonicalized-initargs))
+      (home-page "https://www.hexstreamsoft.com/libraries/definitions-systems/")
+      (synopsis "Unified extensible way of processing named definitions")
+      (description
+"@code{definitions-systems} provides a simple unified extensible way of
+processing named definitions.")
+      (license license:unlicense)))
+
+(define-public cl-definitions-systems
+  (sbcl-package->cl-source-package sbcl-definitions-systems))
+
+(define-public ecl-definitions-systems
+  (sbcl-package->ecl-package sbcl-definitions-systems))
+
 (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   ` [bug#57654] [PATCH 15/16] gnu: Add cl-enhanced-find-class jgart via Guix-patches via
2022-09-08  0:49   ` jgart via Guix-patches via [this message]
2022-09-09 12:32 ` bug#57654: [PATCH] gnu: Add cl-definitions-systems 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-16-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).