ocaml-http 0.1.4-4build2 source package in Ubuntu

Changelog

ocaml-http (0.1.4-4build2) precise; urgency=low

  * Rebuild for new OCaml library ABIs.
 -- Colin Watson <email address hidden>   Fri, 11 Nov 2011 21:03:52 +0000

Upload details

Uploaded by:
Colin Watson
Uploaded to:
Precise
Original maintainer:
Debian OCaml Maintainers
Architectures:
any
Section:
devel
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
ocaml-http_0.1.4.orig.tar.gz 146.7 KiB 12ef688340bffdb4d3c86de999812779e0f4288d3971d1534148ec37af24614b
ocaml-http_0.1.4-4build2.debian.tar.gz 5.1 KiB 4dac93c056cbea8af5787158dcc766fa4a8672731abe3065050c58cae7219167
ocaml-http_0.1.4-4build2.dsc 2.1 KiB b5716db9c7606a3380aeb39b1393e350be9cf60771b63b1facf4aa4af96ac2ed

Available diffs

View changes file

Binary packages built by this source

libhttp-ocaml-dev: OCaml library for writing HTTP servers

 OCaml HTTP is a library for the Objective Caml programming language,
 used to build simple HTTP servers, largely inspired to Perl's
 HTTP::Daemon module.
 .
 In order to implement an HTTP servers the programmer has to provide a
 daemon specification which contains, among other parameters, a callback
 function invoked by OCaml HTTP on well formed HTTP requests received.
 HTTP responses could be sent over an out_channel connected with client
 socket, accessible from the callback.
 .
 The library contains also facility functions that helps in creating
 well formed HTTP responses and a tiny HTTP client.