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

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

bug#42690: closed (add sbcl-cl-lambda-fiddle)


From: GNU bug Tracking System
Subject: bug#42690: closed (add sbcl-cl-lambda-fiddle)
Date: Wed, 07 Oct 2020 09:39:02 +0000

Your message dated Wed, 07 Oct 2020 11:38:42 +0200
with message-id <87k0w2pe8t.fsf@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@gnu.org.)


-- 
42690: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=42690
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- 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))))





--- End Message ---
--- Begin Message --- Subject: Re: [bug#43718] [PATCH] gnu: Add sbcl-lambda-fiddle Date: Wed, 07 Oct 2020 11:38:42 +0200 User-agent: mu4e 1.4.13; emacs 27.1
Pushed as 582d0108d6e3e225dab810e6c0c03f8a4ca33e1c with a few edits.
Thanks.

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

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