https://github.com/tabe/ypsilon-foreign-lib
A collection of foreign libraries for Ypsilon Scheme
https://github.com/tabe/ypsilon-foreign-lib
Last synced: 4 months ago
JSON representation
A collection of foreign libraries for Ypsilon Scheme
- Host: GitHub
- URL: https://github.com/tabe/ypsilon-foreign-lib
- Owner: tabe
- Created: 2009-10-09T03:38:22.000Z (over 16 years ago)
- Default Branch: master
- Last Pushed: 2010-03-08T10:51:44.000Z (over 16 years ago)
- Last Synced: 2025-07-18T19:22:07.538Z (11 months ago)
- Language: Scheme
- Homepage: http://fixedpoint.jp/
- Size: 70.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Ypsilon Foreign libraries -- A collection of foreign libraries for Ypsilon Scheme
== License
New BSD License
== Acknowledgements
Special thanks to the author of Ypsilon Scheme System [0].
== Notes
* Tests of library (ypsilon gcrypt) requires external library (base64) [1].
Run `YPSILON_SITELIB="path of (base64)" make test'.
== Index
[0] http://code.google.com/p/ypsilon/
[1] http://github.com/tabe/base64/