* [bug#51151] [PATCH] gnu: Add cl-conium
@ 2021-10-12 6:42 Foo Chuan Wei
2021-10-13 8:51 ` bug#51151: " Guillaume Le Vaillant
0 siblings, 1 reply; 2+ messages in thread
From: Foo Chuan Wei @ 2021-10-12 6:42 UTC (permalink / raw)
To: 51151
* gnu/packages/lisp-xyz.scm (sbcl-conium, cl-conium, ecl-conium):
New variables.
---
gnu/packages/lisp-xyz.scm | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 5d9db448d0..743be1d5ce 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -18841,3 +18841,32 @@ formats within this framework.")
(define-public cl-feeder
(sbcl-package->cl-source-package sbcl-feeder))
+
+(define-public sbcl-conium
+ (let ((commit "089adfd8759ec7973bb6f67b98d7a246e67aeb05")
+ (revision "1"))
+ (package
+ (name "sbcl-conium")
+ (version (git-version "0.0.0" revision commit))
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/sharplispers/conium")
+ (commit commit)))
+ (sha256
+ (base32
+ "0y31za8xr8734p2pf8mrw1jd1fksh2d4y1p12wwjyn8hxxsvsx1w"))))
+ (build-system asdf-build-system/sbcl)
+ (inputs `(("closer-mop" ,sbcl-closer-mop)))
+ (home-page "https://github.com/sharplispers/conium")
+ (synopsis "Portability library for debugger- and compiler-related tasks")
+ (description
+ "Conium is a portability library for debugger- and compiler-related
+tasks in Common Lisp. It is fork of SWANK-BACKEND.")
+ (license license:public-domain))))
+
+(define-public cl-conium
+ (sbcl-package->cl-source-package sbcl-conium))
+
+(define-public ecl-conium
+ (sbcl-package->ecl-package sbcl-conium))
base-commit: 0105f33a4ddd7d3ef3d66bd16e16595dd500d404
--
2.25.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-10-13 8:53 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-10-12 6:42 [bug#51151] [PATCH] gnu: Add cl-conium Foo Chuan Wei
2021-10-13 8:51 ` bug#51151: " Guillaume Le Vaillant
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).