Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / net / ocamlnet / DESCR
blob65764247fbe009a3257ada753fececa3c2ac7fad
1 The Ocamlnet project provides a collection of modules for the
2 Objective Caml language which focus on application-level Internet
3 protocols and conventions.
5 The current distribution contains:
7 - a mature implementation of the CGI protocol
8 - an implementation of the JSERV protocol (AJP-1.2), can be used with
9   mod_jserv (Apache JServ) and mod_jk (Jakarta connector) to connect
10   application servers written in O'Caml with web servers
11 - a FastCGI implementation
12 - a POP3 client
13 - an SMTP client
14 - a library of string processing functions related to Internet
15   protocols (formerly known as "netstring" and distributed separately):
16   MIME encoding/decoding, Date/time parsing, Character encoding
17   conversion, HTML parsing and printing, URL parsing and printing,
18   OO-representation of channels, and a lot more.
19 - an experimental web server component