<?xml version="1.0" encoding="ISO-8859-1"?>

<!DOCTYPE message PUBLIC
  "-//MLarc//DTD MLarc output files//EN"
  "../../mlarc.dtd"[
  <!ATTLIST message
    listname CDATA #REQUIRED
    title CDATA #REQUIRED
  >
]>

  <?xml-stylesheet href="../../mlarc.xsl" type="text/xsl"?>


<message 
  url="2002/07/6c69fdd2080fc98e6b36873e19de895c"
  from="Gerd Stolpmann &lt;info@g...&gt;"
  author="Gerd Stolpmann"
  date="2002-07-21T16:40:37"
  subject="[Caml-list] ocamlnet-0.93 released"
  prev="2002/07/b6696076b1bd316d89f212c2d6849e48"
  next="2002/07/c52712390dd950b3b1df7a8c40fd0ec8"
  prev-thread="2002/07/759be1ad6a6899b3005b48af216dc987"
  next-thread="2002/07/4802f10029290a05949a2114919ab9d6"
  root="../../"
  period="month"
  listname="caml-list"
  title="Archives of the Caml mailing list">

<thread subject="[Caml-list] ocamlnet-0.93 released">
<msg 
  url="2002/07/6c69fdd2080fc98e6b36873e19de895c"
  from="Gerd Stolpmann &lt;info@g...&gt;"
  author="Gerd Stolpmann"
  date="2002-07-21T16:40:37"
  subject="[Caml-list] ocamlnet-0.93 released">
</msg>
</thread>

<contents>
Hi list,

I have recently released a new version of ocamlnet that includes all changes
since February. The list of changes is attached below.

----------------------------------------------------------------------------
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 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/project/ocamlnet

Developers and code contributions are welcome.

Ocamlnet is licensed under the zlib/libpng license.

----------------------------------------------------------------------------
Where can I download the sources?
----------------------------------------------------------------------------

http://prdownloads.sourceforge.net/ocamlnet/ocamlnet-0.93.tar.gz
http://www.ocaml-programming.de/packages/ocamlnet-0.93.tar.gz

You NEED the PCRE library as prerequisite, and findlib is recommended
(but not required).

----------------------------------------------------------------------
Changes between 0.92 and 0.93:
----------------------------------------------------------------------

Netbuffer: Large buffers are better supported, especially on 32 bit
platforms.

Netconversion/Netmappings_*: Added ISO-8859-16. There is now an intermediate
format for netmappings that does not depend on the current O'Caml version.
There is now a pipeline class for character conversion. `Enc_subset is
new.

Netencoding: Html.encode and Html.decode are now available for other encodings
than ISO-8859-1.

Nethtml: encode and decode are now available for other encodings
than ISO-8859-1. The HTML parser can cope with such other encodings,
too, provided that they are ASCII-compatible.

Netmime: The ~strip argument is available again.

Netstream: The interpretation of the ~len argument of the class input_stream
has been fixed.

Netstring_pcre: Fixed bounded_split and split.

Netcgi_jserv: Works now under mod_jk, too. Support for the `Process_pool
model (pool of preforked processes)


Gerd
-- 
----------------------------------------------------------------------------
Gerd Stolpmann      Telefon: +49 6151 997705 (privat)
Viktoriastr. 45             
64293 Darmstadt     EMail:   gerd@gerd-stolpmann.de
Germany                     
----------------------------------------------------------------------------
-------------------
To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr
Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners

</contents>

</message>

