GNU bug report logs -
#69552
[PATCH 0/2] Add cyclone scheme
Previous Next
Full log
Message #11 received at 69552 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/scheme.scm (cyclone): New variable.
Change-Id: Icf3890ded917b728177c2831231e87b52d996532
---
gnu/packages/scheme.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/gnu/packages/scheme.scm b/gnu/packages/scheme.scm
index 7931ac1cc1..997906aa02 100644
--- a/gnu/packages/scheme.scm
+++ b/gnu/packages/scheme.scm
@@ -1310,3 +1310,26 @@ (define cyclone-bootstrap
(description "Bootstrap the generate the cyclone scheme compiler")
(license expat)))
+(define-public cyclone
+ (package
+ ;; the bootstrapped compiler and final compiler share most build reqs
+ (inherit cyclone-bootstrap)
+ (name "cyclone")
+ (version "0.36.0")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/justinethier/cyclone.git")
+ (commit "v0.36.0")))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "0qz5sdcnqkvw78gx86k3g1f0di5aqagdxqvzc35j50h1q5kj67z6"))))
+ (native-inputs (list cyclone-bootstrap))
+ (home-page "http://justinethier.github.io/cyclone/")
+ (synopsis "Fast R7RS scheme which compiles to C")
+ (description
+ "A brand-new compiler that allows practical application
+development using R7RS Scheme. We provide modern features and a stable
+system capable of generating fast native binaries.")
+ (license expat)))
--
2.41.0
This bug report was last modified 1 year and 97 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.