unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Adam Kandur via Guix-patches via <guix-patches@gnu.org>
To: 42690@debbugs.gnu.org
Subject: [bug#42690] add sbcl-cl-lambda-fiddle
Date: Mon, 3 Aug 2020 09:30:51 +0200 (CEST)	[thread overview]
Message-ID: <MDnDita--3-2@tuta.io> (raw)

(define-public sbcl-cl-lambda-fiddle
  (let ((commit "d16bba55acf6065b412f64ab8fdff679a4a32b1e")
(revision "1"))
    (package
      (name "sbcl-lambda-fiddle")
      (version (git-version "0.0.0" revision commit))
      (source
       (origin
         (method git-fetch)
         (uri (git-reference
               (url "https://github.com/Shinmera/lambda-fiddle")
               (commit commit)))
         (file-name (git-file-name name version))
         (sha256
          (base32 "1zarj1pqjqmk95kdx1axkgpwy2wq3canczk7f9z5hvaw5an6gand"))))
      (build-system asdf-build-system/sbcl)
      (home-page "https://github.com/Shinmera/lambda-fiddle")
      (synopsis "Lambda-fiddle is a collection of utilities to process lambda-lists.")
      (description "Lambda-fiddle is a collection of utilities to process lambda-lists.
Mostly useful in contexts where you want a macro that uses lambda-lists in some fashion but need more precise processing.")
      (license license:zlib))))






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

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-03  7:30 Adam Kandur via Guix-patches via [this message]
2020-08-04  4:21 ` [bug#42690] add sbcl-cl-lambda-fiddle Brett Gilio

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=MDnDita--3-2@tuta.io \
    --to=guix-patches@gnu.org \
    --cc=42690@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).