GNU bug report logs -
#51483
[PATCH] gnu: Add cl-pass
Previous Next
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Sat, 30 Oct 2021 09:14:26 +0000
with message-id <87r1c2ho0v.fsf <at> kitej>
and subject line Re: [bug#51483] [PATCH v2] gnu: Add cl-pass
has caused the debbugs.gnu.org bug report #51483,
regarding [PATCH] gnu: Add cl-pass
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
51483: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=51483
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
* gnu/packages/lisp-xyz.scm (cl-pass, ecl-cl-pass, sbcl-cl-pass):
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 e4e13b7ed7..46620cfe6c 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -18595,3 +18595,34 @@ higher-level lispier interface.")
(define-public ecl-cl-charms
(sbcl-package->ecl-package sbcl-cl-charms))
+
+(define-public sbcl-cl-pass
+ (let ((commit "e58e97c0c0588dc742c061208afb9bc31e4dbd34")
+ (revision "1"))
+ (package
+ (name "sbcl-cl-pass")
+ (version (git-version "0.1" revision commit))
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/eudoxia0/cl-pass")
+ (commit commit)))
+ (file-name (git-file-name "cl-pass" version))
+ (sha256
+ (base32
+ "05qx4jrkxqbqi72cxgswbpnifbdvp9mh7apc7566v522899bh0hb"))))
+ (build-system asdf-build-system/sbcl)
+ (inputs `(("ironclad" ,sbcl-ironclad)
+ ("trivial-utf-8" ,sbcl-trivial-utf-8)
+ ("split-sequence" ,sbcl-split-sequence)))
+ (native-inputs `(("fiveam" ,sbcl-fiveam)))
+ (home-page "https://github.com/eudoxia0/cl-pass")
+ (synopsis " Password hashing and verification library")
+ (description "cl-pass is a password hashing and verification library.")
+ (license license:expat))))
+
+(define-public cl-pass
+ (sbcl-package->cl-source-package sbcl-cl-pass))
+
+(define-public ecl-cl-pass
+ (sbcl-package->ecl-package sbcl-cl-pass))
base-commit: ad39268cdf075f4c4eeb87ed78ce46ca6f817675
--
2.25.1
[Message part 3 (message/rfc822, inline)]
[Message part 4 (text/plain, inline)]
Patch pushed as cd188b9c6f28bd907b625a5cd6c616d1d2529671.
Thanks.
[signature.asc (application/pgp-signature, inline)]
This bug report was last modified 3 years and 208 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.