unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Guillaume Le Vaillant <glv@posteo.net>
To: Adam Kandur <rndd@tuta.io>
Cc: 42647-done@debbugs.gnu.org
Subject: bug#42647: add sbcl-qbase64
Date: Sun, 02 Aug 2020 09:32:48 +0200	[thread overview]
Message-ID: <87d0497ba7.fsf@yamatai> (raw)
In-Reply-To: <MDdKXZk--3-2@tuta.io>

[-- Attachment #1: Type: text/plain, Size: 1294 bytes --]


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 #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 227 bytes --]

      reply	other threads:[~2020-08-02  7:34 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-01  9:24 [bug#42647] add sbcl-qbase64 Adam Kandur via Guix-patches via
2020-08-02  7:32 ` Guillaume Le Vaillant [this message]

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=87d0497ba7.fsf@yamatai \
    --to=glv@posteo.net \
    --cc=42647-done@debbugs.gnu.org \
    --cc=rndd@tuta.io \
    /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).