emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#42647: closed (add sbcl-qbase64)


From: GNU bug Tracking System
Subject: bug#42647: closed (add sbcl-qbase64)
Date: Sun, 02 Aug 2020 07:34:01 +0000

Your message dated Sun, 02 Aug 2020 09:32:48 +0200
with message-id <87d0497ba7.fsf@yamatai>
and subject line Re: [bug#42647] add sbcl-qbase64
has caused the debbugs.gnu.org bug report #42647,
regarding add sbcl-qbase64
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
42647: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=42647
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: add sbcl-qbase64 Date: Sat, 1 Aug 2020 11:24:24 +0200 (CEST)
(define-public sbcl-qbase64
  (let ((commit "6374899aec189600e6b7b77c89009d0835154b93")
    (revision "1"))
    (package
      (name "sbcl-qbase64")
      (version (git-version "0.0.0" revision commit))
      (source
       (origin
         (method git-fetch)
         (uri (git-reference
               (url "https://github.com/chaitanyagupta/qbase64";)
               (commit commit)))
         (file-name (git-file-name name version))
         (sha256
          (base32 "1dir0s70ca3hagxv9x15zq4p4ajgl7jrcgqsza2n2y7iqbxh0dwi"))))
      (build-system asdf-build-system/sbcl)
      (inputs
       `(("sbcl-trivial-gray-streams" ,sbcl-trivial-gray-streams)
     ("metabang-bind" ,sbcl-metabang-bind)))
      (native-inputs
       `(("fiveam" ,sbcl-fiveam)))
      (home-page "https://github.com/chaitanyagupta/qbase64";)
      (synopsis "qbase64 provides a fast and flexible base64 encoder and 
decoder for Common Lisp.")
      (description "qbase64 provides a fast and flexible base64 encoder and 
decoder for Common Lisp.")
      (license license:bsd-3))))



--- End Message ---
--- Begin Message --- Subject: Re: [bug#42647] add sbcl-qbase64 Date: Sun, 02 Aug 2020 09:32:48 +0200 User-agent: mu4e 1.4.12; emacs 26.3
Adam Kandur via Guix-patches via <guix-patches@gnu.org> skribis:

> (define-public sbcl-qbase64
>   (let ((commit "6374899aec189600e6b7b77c89009d0835154b93")
>     (revision "1"))
>     (package
>       (name "sbcl-qbase64")
>       (version (git-version "0.0.0" revision commit))
>       (source
>        (origin
>          (method git-fetch)
>          (uri (git-reference
>                (url "https://github.com/chaitanyagupta/qbase64";)
>                (commit commit)))
>          (file-name (git-file-name name version))
>          (sha256
>           (base32 "1dir0s70ca3hagxv9x15zq4p4ajgl7jrcgqsza2n2y7iqbxh0dwi"))))
>       (build-system asdf-build-system/sbcl)
>       (inputs
>        `(("sbcl-trivial-gray-streams" ,sbcl-trivial-gray-streams)
>      ("metabang-bind" ,sbcl-metabang-bind)))
>       (native-inputs
>        `(("fiveam" ,sbcl-fiveam)))
>       (home-page "https://github.com/chaitanyagupta/qbase64";)
>       (synopsis "qbase64 provides a fast and flexible base64 encoder and 
> decoder for Common Lisp.")
>       (description "qbase64 provides a fast and flexible base64 encoder and 
> decoder for Common Lisp.")
>       (license license:bsd-3))))

Patch pushed as a05edef2ac692be8bf3033fe008b7c1b29f83123 with a few
modifications (version, indentation, etc...). Thanks.

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]