guix-patches
[Top][All Lists]
Advanced

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

[bug#42690] add sbcl-cl-lambda-fiddle


From: Adam Kandur
Subject: [bug#42690] 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))))







reply via email to

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