ocaml-http 0.1.4-4build3 source package in Ubuntu

Changelog

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

  * Rebuild for OCaml 3.12.1.
 -- Colin Watson <email address hidden>   Sat, 19 Nov 2011 16:59:28 +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-4build3.debian.tar.gz 5.1 KiB ffa77379fcec1dbef3833f221e7d4f4ccb6ba59e7a781cb3d1d879f69f36fa10
ocaml-http_0.1.4-4build3.dsc 2.1 KiB 0cecb01835be68a5eebd9c66e922ee8aa8672a75a203ddf161e4e18b29ae8a1b

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.