blob: b5a4637b23745f9b1603f54beabdc0758e575d14 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
A collection of modules for the Objective Caml language which focus
on application-level Internet protocols and conventions.
Ocamlnet consists of a number of libraries:
* 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
WWW: https://sourceforge.net/projects/ocamlnet/
|