2003-04-03 17:16:47 +02:00
|
|
|
A collection of modules for the Objective Caml language which focus
|
|
|
|
on application-level Internet protocols and conventions.
|
|
|
|
|
2008-04-08 21:21:34 +02:00
|
|
|
Ocamlnet consists of a number of libraries:
|
2003-04-03 17:16:47 +02:00
|
|
|
|
2008-04-08 21:21:34 +02:00
|
|
|
* netstring is about processing strings that occur in network context
|
|
|
|
* netcgi1 and netcgi2 focus on portable web applications
|
|
|
|
* nethttpd is a web server component (HTTP server implementation)
|
|
|
|
* netplex is a generic server framework
|
|
|
|
* rpc implements OncRPC
|
|
|
|
* netclient implements clients for HTTP, FTP, and Telnet
|
|
|
|
* equeue is an event queue used for many protocol implementations
|
|
|
|
* shell is about calling external commands
|
|
|
|
* netshm provides shared memory for IPC purposes
|
|
|
|
* netsys contains bindings for system functions
|
|
|
|
* smtp and pop are two further client implementations
|
2003-04-03 17:16:47 +02:00
|
|
|
|
|
|
|
WWW: http://sourceforge.net/projects/ocamlnet
|
|
|
|
|
2008-04-08 21:21:34 +02:00
|
|
|
- Manfred Lotz
|
|
|
|
<manfred.lotz@yahoo.de>
|