Geiser - News
Geiser 0.1 released
Item posted by Jose Antonio Ortega Ruiz <jao> on Mon 20 Dec 2010 02:17:49 AM UTC.
I'm happy to announce the first release of Geiser, version 0.1. Geiser
is a slimy Emacs interaction mode for Scheme, supporting Guile 1.9.14
and Racket 5.x. More information and a nice manual are available at
Geiser's website, <http://www.nongnu.org/geiser/>.
Here are the compressed sources:
<http://download.savannah.ngnu.org/releases/geiser/0.1/geiser-0.1.tar.gz>
(324KB)
Here are the GPG detached signatures[*]:
<http://download.savannah.gnu.org/releases/geiser/0.1/geiser-0.1.tar.gz.sig>
Here are the MD5 and SHA1 checksums:
06a058e317f887e8120f7214e7410d04 geiser-0.1.tar.gz
8ee532822f315dfa7bb869a2a5aa3bb2c2bf33bb geiser-0.1.tar.gz
[*] You can use either of the above signature files to verify that
the corresponding file (without the .sig suffix) is intact. First,
be sure to download both the .sig file and the corresponding tarball.
Then, run a command like this:
gpg --verify geiser-0.1.tar.gz.sig
If that command fails because you don't have the required public key,
then run this command to import it:
gpg --keyserver keys.gnupg.net --recv-keys D321D881
and rerun the `gpg --verify' command.
Powered by Savane 3.14-8aba.
Corresponding source code