Mention guile-xosd2
authorclinton <clinton@unknownlamer.org>
Mon, 2 Mar 2009 21:52:58 +0000 (21:52 +0000)
committerclinton <clinton@unknownlamer.org>
Mon, 2 Mar 2009 21:52:58 +0000 (21:52 +0000)
Code.muse

index 06e8e5c..c1ab47a 100644 (file)
--- a/Code.muse
+++ b/Code.muse
@@ -55,6 +55,15 @@ native SBCL implementation and a portable implementation relying upon
 [[http://common-lisp.net/project/bordeaux-threads/][Bordeaux Threads]]. Patches to export other Lisp implementations' timer
 interface are welcome.
 
+* Scheme
+
+** [[darcsweb::guile-xosd2][Guile XOSD2]]
+
+A simple SWIG based wrapper for [[http://www.ignavus.net/software.html][libxosd2]]. I forked this from
+[[https://gna.org/projects/guile-xosd][guile-xosd]] after the maintainer did not respond to an email with a
+small patch to make the interface nicer. Guile-XOSD2 requires SWIG
+1.3.x and has been tested against the VM branch of Guile. I renamed
+most of the functions to have properly Scheme names.
 
 * Old Projects