From: TakeV via Guix-patches via <guix-patches@gnu.org>
To: 69552@debbugs.gnu.org
Cc: TakeV <takev@disroot.org>
Subject: [bug#69552] [PATCH 2/2] gnu: Add cyclone.
Date: Mon, 4 Mar 2024 14:32:57 -0500 [thread overview]
Message-ID: <d5fdc31b60a312330fa23039ad8c9a4b153667f8.1709580311.git.takev@disroot.org> (raw)
In-Reply-To: <cover.1709580311.git.takev@disroot.org>
* 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
next prev parent reply other threads:[~2024-03-04 21:05 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-03-04 19:29 [bug#69552] [PATCH 0/2] Add cyclone scheme TakeV via Guix-patches via
2024-03-04 19:32 ` [bug#69552] [PATCH 1/2] gnu: Add cyclone-bootstrap TakeV via Guix-patches via
2024-03-04 19:32 ` TakeV via Guix-patches via [this message]
2024-03-04 22:29 ` [bug#69552] [PATCH 2/2] gnu: Add cyclone Juliana Sims
2024-03-06 23:56 ` [bug#69552] [PATCH vREVISION 1/2] gnu: Add cyclone-bootstrap TakeV via Guix-patches via
2024-03-06 23:56 ` [bug#69552] [PATCH vREVISION 2/2] gnu: Add cyclone TakeV via Guix-patches via
2024-03-13 12:12 ` [bug#69552] [PATCH vREVISION 1/2] gnu: Add cyclone-bootstrap Christopher Baines
2024-03-13 12:32 ` TakeV via Guix-patches via
2024-03-13 12:45 ` Christopher Baines
2024-03-13 14:17 ` TakeV via Guix-patches via
2024-03-13 14:42 ` Christopher Baines
2024-03-07 22:20 ` [bug#69552] [PATCH vREVISION 2/2] gnu: Add cyclone Juliana Sims via Guix-patches via
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=d5fdc31b60a312330fa23039ad8c9a4b153667f8.1709580311.git.takev@disroot.org \
--to=guix-patches@gnu.org \
--cc=69552@debbugs.gnu.org \
--cc=takev@disroot.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).