unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#42689] add sbcl-cl-livesupport
@ 2020-08-03  7:30 Adam Kandur via Guix-patches via
  2020-08-04  4:22 ` Brett Gilio
                   ` (4 more replies)
  0 siblings, 5 replies; 11+ messages in thread
From: Adam Kandur via Guix-patches via @ 2020-08-03  7:30 UTC (permalink / raw)
  To: 42689


(define-public sbcl-cl-livesupport
  (let ((commit "71e6e412df9f3759ad8378fabb203913d82e228a")
(revision "1"))
    (package
      (name "sbcl-livesupport")
      (version (git-version "0.0.0" revision commit))
      (source
       (origin
         (method git-fetch)
         (uri (git-reference
               (url "https://github.com/cbaggers/livesupport")
               (commit commit)))
         (file-name (git-file-name name version))
         (sha256
          (base32 "1rvnl0mncylbx63608pz5llss7y92j7z3ydambk9mcnjg2mjaapg"))))
      (build-system asdf-build-system/sbcl)
      (home-page "https://github.com/cbaggers/livesupport")
      (synopsis "Some helpers that make livecoding at little easier")
      (description "A macro commonly used in livecoding to enable continuing when errors are raised. Simply wrap around a chunk of code and it provides a restart called 'continue' which ignores the error and carrys on from the end of the body. I usually wrap this around the code 'step' function in my main loop.")
      (license license:bsd-2))))





^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2020-08-22 18:24 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-03  7:30 [bug#42689] add sbcl-cl-livesupport Adam Kandur via Guix-patches via
2020-08-04  4:22 ` Brett Gilio
     [not found]   ` <MDtvt6v--3-2@tuta.io>
2020-08-04 17:28     ` Brett Gilio
     [not found]       ` <MDucLhm--3-2@tuta.io>
2020-08-04 18:09         ` Brett Gilio
2020-08-04 18:54 ` [bug#42689] another try Adam Kandur via Guix-patches via
2020-08-05  1:38   ` Brett Gilio
2020-08-05  5:28     ` Alexandru-Sergiu Marton
2020-08-05  7:17 ` [bug#42689] [PATCH] gnu: Add sbcl-livesupport Adam Kandur via Guix-patches via
2020-08-11 20:23 ` Adam Kandur via Guix-patches via
2020-08-12  6:55 ` Adam Kandur via Guix-patches via
2020-08-22 18:23   ` Leo Famulari

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).