guile-ncurses-2.2 released [stable]
"Mike Gran" <[email protected]> Sat, 8 Apr 2017 07:29:23 -0700
| Newsgroups | gmane.lisp.guile.user,gmane.lisp.guile.sources |
|---|---|
| Message-ID | <[email protected]> |
Hi, I sheepisly announce a new release of Guile Ncurses. Guile Ncurses is a text user interface library for the GNU Guile dialect of the Scheme programming language. The text user interface functionality is largely from the the GNU Ncurses library. The only change in this release here is to build with Guile 2.2. There are no functional changes or bug fixes. Here are the compressed sources and a GPG detached signature[*]: http://www.gnu.org/software/guile-ncurses/guile-ncurses-2.2.tar.gz http://www.gnu.org/software/guile-ncurses/guile-ncurses-2.2.tar.gz.sig Use a mirror for higher download bandwidth: http://www.gnu.org/order/ftp.html Here are the MD5 and SHA1 checksums: 33a04e48df0a0c84c7b91cbaa4d42444 guile-ncurses-2.2.tar.gz 9effece1e06b6ca1be3f3f6a6be3e1c854af833e guile-ncurses-2.2.tar.gz [*] Use a .sig file 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 guile-ncurses-2.2.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 [email protected] and rerun the 'gpg --verify' command. NEWS - Build with Guile 2.2.