1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-17 03:25:46 +00:00
freebsd-ports/www/ocaml-net/pkg-descr
Stanislav Sedov 2ffd1ee7e4 - Update ocaml-net to 2.2.9
- make PREFIX-clean
- use bsd.ocamk.mk framework
- update pkg description
- pass maintainership to submitter.

PR:		ports/118888 (based on)
Submitted by:	manfred.lotz@yahoo.de
2008-04-08 19:21:34 +00:00

22 lines
879 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
- Manfred Lotz
<manfred.lotz@yahoo.de>