diff --git a/README.md b/README.md index 1a0520aa..57d3f0fe 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,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. @@ -100,6 +101,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.md) covers in detail how to use Cyclone and provides information on the Scheme language features implemented by Cyclone.