GNU bug report logs - #42690
add sbcl-cl-lambda-fiddle

Previous Next

Package: guix-patches;

Reported by: Adam Kandur <rndd <at> tuta.io>

Date: Mon, 3 Aug 2020 07:32:01 UTC

Severity: normal

Done: Guillaume Le Vaillant <glv <at> posteo.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Guillaume Le Vaillant <glv <at> posteo.net>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#42690: closed (add sbcl-cl-lambda-fiddle)
Date: Wed, 07 Oct 2020 09:39:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Wed, 07 Oct 2020 11:38:42 +0200
with message-id <87k0w2pe8t.fsf <at> yamatai>
and subject line Re: [bug#43718] [PATCH] gnu: Add sbcl-lambda-fiddle
has caused the debbugs.gnu.org bug report #42690,
regarding add sbcl-cl-lambda-fiddle
to be marked as done.

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


-- 
42690: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=42690
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Adam Kandur <rndd <at> tuta.io>
To: Guix Patches <guix-patches <at> gnu.org>
Subject: add sbcl-cl-lambda-fiddle
Date: Mon, 3 Aug 2020 09:30:51 +0200 (CEST)
(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))))




[Message part 3 (message/rfc822, inline)]
From: Guillaume Le Vaillant <glv <at> posteo.net>
To: Adam Kandur <rndd <at> tuta.io>
Cc: 42690-done <at> debbugs.gnu.org, 43718-done <at> debbugs.gnu.org
Subject: Re: [bug#43718] [PATCH] gnu: Add sbcl-lambda-fiddle
Date: Wed, 07 Oct 2020 11:38:42 +0200
[Message part 4 (text/plain, inline)]
Pushed as 582d0108d6e3e225dab810e6c0c03f8a4ca33e1c with a few edits.
Thanks.
[signature.asc (application/pgp-signature, inline)]

This bug report was last modified 4 years and 230 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.