Browse thread
Ocamlnet 1.0 released
- Gerd Stolpmann
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Gerd Stolpmann <gerd@g...> |
| Subject: | Ocamlnet 1.0 released |
Hi list, The Ocamlnet project announces version 1.0 of this library collection. This version includes a few bugfixes. It is also thought as the ultimately mature version of the library ever, hence the jump to 1.0. ---------------------------------------------------------------------------- What is Ocamlnet? ---------------------------------------------------------------------------- A collection of modules for the Objective Caml language which focus on application-level Internet protocols and conventions. The current distribution contains: - a mature implementation of the CGI protocol - an implementation of the JSERV protocol (AJP-1.2), can be used with mod_jserv (Apache JServ) and mod_jk (Jakarta connector) to connect application servers written in O'Caml with web servers - an implementation of the FastCGI protocol, for the same purpose - an experimental POP3 client - a library of string processing functions related to Internet protocols (formerly known as "netstring" and distributed separately): MIME encoding/decoding, Date/time parsing, Character encoding conversion, HTML parsing and printing, URL parsing and printing, OO-representation of channels, and a lot more. Ocamlnet is developed as a SourceForge project: http://sourceforge.net/projects/ocamlnet Developers and code contributions are welcome. Ocamlnet is licensed under the zlib/libpng license. ---------------------------------------------------------------------------- Changes from 0.98 to 1.0 ---------------------------------------------------------------------------- Only bug fixes and improvements to ease debugging of problems: Mail infrastructure: - One can now select a single LF as line terminator to write mail messages. This is the default when Netsendmail.sendmail pipes messages to the (external) MTA. FastCGI: - Improved exception handling. Low-level errors are signaled by the new FCGI_Error exception. - Improved fastcgi compatibility, works now also with lighttpd CGI: - Many exceptions explain in more detail what is going wrong. Other: - Fix for quoting errors in Neturl. Gerd -- ------------------------------------------------------------ Gerd Stolpmann * Viktoriastr. 45 * 64293 Darmstadt * Germany gerd@gerd-stolpmann.de http://www.gerd-stolpmann.de ------------------------------------------------------------