guenchi / Raven

Raven is a Package Manager for Chez Scheme
http://ravensc.com
MIT License
120 stars 13 forks source link

raven install core doesn't install all files #50

Closed hinkelman closed 5 years ago

hinkelman commented 5 years ago

When I run raven install core, I only get alist.sc, exception.sc, and string.sc, but not the other files (e.g., loop.sc).

guenchi commented 5 years ago

Hi,

the Raven depot has only release 1.0.0 of Core.

the rest files need more test for release, so if you still wish to use it. Just copy the files

https://github.com/guenchi/Core

to the ./lib/core/

Louis