Package: guile16-gui Version: 0.2 Revision: 1 BuildDepends: guile16-dev, guile16, guile16-libs Depends: guile16-shlibs, guile16-gtk Source: http://www.ossau.uklinux.net/guile/guile-gui-%v.tar.gz Source-MD5: 89764951316dc60c21ecdb3a61242bb6 DocFiles: README AUTHORS NEWS COPYING Description: Guile gui scheme code DescDetail: << Guile-gui is a collection of Guile Scheme code that aims to implement a graphical user interface for Guile. Please send suggestions, contributions and bug reports to neil@ossau.uklinux.net. . Usuage: guile-gui & . A GTK window should appear that contains a text area at the top and a (small) text entry widget at the bottom. You should be able to type Guile expressions into the entry widget in exactly the same way that you would type on the command line. In particular, parenthesis matching and history should both work as normal. Your input is echoed in a distinctive colour and font in the text area, and the text area also displays any output that results from the evaluation of your input. << CompileScript: << #!/bin/zsh -ef export PATH=%p/share/guile/1.6/scripts/binoverride:$PATH ./configure --prefix=%i --with-gtk-prefix=%p export GUILE_LOAD_PATH=%p/share/guile/1.6 make << InstallScript: << #!/bin/zsh -ef export PATH=%p/share/guile/1.6/scripts/binoverride:$PATH export GUILE_LOAD_PATH=%p/share/guile/1.6 mkdir -p %i/share/guile/1.6 make install mv %i/share/guile/gui %i/share/guile/1.6/gui << License: GPL Maintainer: W. G. Scott Homepage: http://www.ossau.uklinux.net/guile/