From bf898ace9437d70e96a08958eef08f1516d7a4ca Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Tue, 26 May 2020 22:40:25 -0400 Subject: [PATCH] Sync docs from readme --- index.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/index.md b/index.md index 0437e531..5535300f 100644 --- a/index.md +++ b/index.md @@ -22,6 +22,7 @@ Cyclone is a brand-new Scheme-to-C compiler with the goal of supporting real-wor - A concurrent, generational garbage collector based on Cheney on the MTA - Includes an optimizing Scheme-to-C compiler, - ... as well as an interpreter for debugging +- A [Package Manager](https://github.com/cyclone-scheme/cyclone-winds) and a growing list of packages. - Support for [many popular SRFI's](docs/API.md#srfi-libraries) - Online user manual and API documentation - Support for Linux, Windows, FreeBSD, and Mac platforms. @@ -95,6 +96,10 @@ And the `icyc` command to start an interactive interpreter. Note you can use [`r Read the documentation below for more information on how to use Cyclone. +# Package Manager + +The [cyclone-winds](https://github.com/cyclone-scheme/cyclone-winds#cyclone-winds) package manager provides the ability to install packaged libraries and programs for Cyclone. See the `cyclone-winds` site for more information. + # Documentation - The [User Manual](docs/User-Manual) covers in detail how to use Cyclone and provides information on the Scheme language features implemented by Cyclone.