An open API service indexing awesome lists of open source software.

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

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/