mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
2b1dacc826
- Name em@i.l or variations thereof. While I'm here also fix some whitespace and other formatting errors, including moving WWW: to the last line in the file.
19 lines
836 B
Plaintext
19 lines
836 B
Plaintext
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: http://sourceforge.net/projects/ocamlnet
|