guix-commits
[Top][All Lists]
Advanced

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

02/04: gnu: Add emacs-lcr.


From: guix-commits
Subject: 02/04: gnu: Add emacs-lcr.
Date: Wed, 5 Jun 2019 01:40:44 -0400 (EDT)

wigust pushed a commit to branch master
in repository guix.

commit d8bc8245a6c5a5d70ba827cc514c21cf0362d2b9
Author: Brian Leung <address@hidden>
Date:   Mon Jun 3 22:15:19 2019 +0200

    gnu: Add emacs-lcr.
    
    * gnu/packages/emacs-xyz.scm (emacs-lcr): New variable.
    
    Signed-off-by: Oleg Pykhalov <address@hidden>
---
 gnu/packages/emacs-xyz.scm | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index d9a2ab8..3b91639 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -8301,6 +8301,29 @@ multiplexer.")
 editing RPM spec files.")
     (license license:gpl2+)))
 
+(define-public emacs-lcr
+  (package
+    (name "emacs-lcr")
+    (version "1.1")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/jyp/lcr";)
+             (commit version)))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "0mc55icihxqpf8b05990q1lc2nj2792wcgyr73xsiqx0963sjaj8"))))
+    (build-system emacs-build-system)
+    (propagated-inputs
+     `(("emacs-dash" ,emacs-dash)))
+    (home-page "https://github.com/jyp/lcr";)
+    (synopsis "Lightweight coroutines in Emacs Lisp")
+    (description "This package provides macros that can translate code into
+equivalent continuation-passing code, as well as miscellaneous utility
+functions written in continuation-passing style.")
+    (license license:gpl3+)))
+
 (define-public emacs-git-messenger
   (package
     (name "emacs-git-messenger")



reply via email to

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