sigscheme: new package in lang section
authorjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 16 May 2010 13:13:23 +0000 (13:13 +0000)
committerjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 16 May 2010 13:13:23 +0000 (13:13 +0000)
commit9ae15a1edff897a711e583d6c16e06427daff1d5
tree7011b1634f17f623b8270579252973b7349000be
parenta66cf46a4b4e3374826d2c386251e50537764495
sigscheme: new package in lang section

this patch adds a new package in the lang section:

http://code.google.com/p/sigscheme/

SigScheme is a R5RS Scheme interpreter for embedded use. It features
small footprint (64KB in library form on the 'small' configuration)
like SIOD and TinyScheme, low memory consumption (2-words per cons
cell), multibyte characters handling (UTF-8, EUCs and Shift_JIS) and
more.

-Raphael

git-svn-id: svn://svn.openwrt.org/openwrt/packages@21473 3c298f89-4303-0410-b956-a3cf2f4a3e73
lang/sigscheme/Makefile [new file with mode: 0644]