[Bigloo-lib-devel] announce: bigloo-lib 0.13 is released
Status: Beta
Brought to you by:
wowa
|
From: <wo...@je...> - 2000-08-02 13:31:51
|
The following message is a courtesy copy of an article that has been posted to comp.lang.scheme as well. Hi, bigloo-lib 0.13 is released to sourceforge.net Changes from 0.12 version ************************* -- bigloo-common: SRFI-13 (string-lib) partly supported, i18n (interface to gettext added) -- bigloo-gtk: is now almost operational. 29 of 49 tests from original testgtk.c passed -- it works now with (slightly patched) bigloo2.2a. -- multiple new OS bindings -- more documentation README ****** Bigloo-lib is a set of libraries for Bigloo, the Scheme programming language compiler (<http://kaolin.unice.fr/bigloo/>). Most of the libraries are interfaces for various C libraries, such as C runtime library, LDAP client API or XML parser API. Other libraries are written entirely on `pure Scheme', such as HTTP library and NODE library. The libraries are intended to make it easier to write programs in Bigloo scheme. Besides, the `bigloo-lib' provides a suitable framework to configure, compile, install and deploy Bigloo (in particular, the system-dependent) libraries, so it may be a good place to put code created by other Bigloo developers. General info ************ Currently the package includes the following libraries: * Common utilities (used by all other packages) * RDBMS generic interface (currently only with MySQL back-end) * HTTP+CGI (CGI programming framework) * XML parser (interface to James Clark's expat library ) * LDAP client interface * interface for GTK+ (in guile-gtk style) Also the following packages are to be included soon : * INFORMIX and ODBC back-ends for RDBMS library * interface to GD (GIF/PNG image processing library) Project Home page ================= <http://bigloo-lib.sourceforge.net> Currently the site contents is `bigloo-lib' documentation, converted by `texi2html'. SourceForge Project page ======================== Maintained automagically by SourceForge software: <http://sourceforge.net/project/?group_id=3455> Documentation ============= While the package is in alpha development state, the documentation you may see at project WEB site may differ from that provided with last `bigloo-lib' release. Usually the documentation describes the development "bleeding edge", some of the features described here will be visible in the next release only. Use the documentation included into the package. Download ======== <http://sourceforge.net/project/filelist.php?group_id=3455> Anonymous CVS Access ==================== This project's CVS repository can be checked out through anonymous (pserver) CVS with the following instruction set. When prompted for a password for anonymous, simply press the Enter key. cvs -d:pserver:ano...@cv...:/cvsroot/bigloo-lib login cvs -d:pserver:ano...@cv...:/cvsroot/bigloo-lib co . Also, you can browse the CVS tree with CVSWEB <http://cvs.sourceforge.net/cgi-bin/cvsweb.cgi?cvsroot=bigloo-lib> Daily tarballs of entire project CVS Repository are available at <http://cvs.sourceforge.net/cvstarballs/bigloo-lib-cvsroot.tar.gz> Mailing lists ============= <mailto:big...@li...> Bug Tracking ============ <https://sourceforge.net/bugs/?group_id=3455> Regards, Vladimir V. Tsichevski senior expert ----------------------------------------------------- Jet Infosystems Krasnoproletarskaya 6, Tel. (+7 095) 972-1182 Moscow 103006, Russia Fax (+7 095) 972-0791 ----------------------------------------------------- Any opinions or recommendations herein are those of the author and not of his computer. |