From: jgart via Guix-patches via <guix-patches@gnu.org>
To: 57654@debbugs.gnu.org
Cc: jgart <jgart@dismail.de>
Subject: [bug#57654] [PATCH 05/16] gnu: Add cl-shared-preferences.
Date: Wed, 7 Sep 2022 19:48:53 -0500 [thread overview]
Message-ID: <20220908004904.27259-5-jgart@dismail.de> (raw)
In-Reply-To: <20220908004904.27259-1-jgart@dismail.de>
* gnu/packages/lisp-xyz.scm (cl-shared-preferences,
ecl-shared-preferences, sbcl-shared-preferences): New variables.
---
gnu/packages/lisp-xyz.scm | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 4aee6a1f1f..68e8729029 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -23413,6 +23413,36 @@ (define-public cl-object-class
(define-public ecl-object-class
(sbcl-package->ecl-package sbcl-object-class))
+(define-public sbcl-shared-preferences
+ (package
+ (name "sbcl-shared-preferences")
+ (version "1.1.1")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/Hexstream/shared-preferences")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "12m4kaba2lxndkjw30a6y2rq16fflh5016lp74l7pf3v0y3j1ydf"))))
+ (build-system asdf-build-system/sbcl)
+ (native-inputs (list sbcl-parachute))
+ (inputs
+ (list sbcl-trivial-garbage
+ sbcl-inheriting-readers))
+ (home-page "https://www.hexstreamsoft.com/libraries/shared-preferences/")
+ (synopsis "Flexible specification of package-local preferences")
+ (description
+"Notably allows flexible specification of package-local preferences.")
+ (license license:unlicense)))
+
+(define-public cl-shared-preferences
+ (sbcl-package->cl-source-package sbcl-shared-preferences))
+
+(define-public ecl-shared-preferences
+ (sbcl-package->ecl-package sbcl-shared-preferences))
+
(define-public sbcl-smug
(let ((commit "647a2428df297e1dd183ba7c19574bdb1320ae79")
(revision "0"))
--
2.37.2
next prev parent reply other threads:[~2022-09-08 0:50 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 ` jgart via Guix-patches via [this message]
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 ` [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-5-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.