ocaml-http 0.1.4-4build1 source package in Ubuntu

Changelog

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

  * Rebuild for new libocamlnet-ocaml-dev ABI.
 -- Colin Watson <email address hidden>   Mon, 24 Oct 2011 11:46:09 +0100

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-4build1.debian.tar.gz 5.2 KiB 2968df934fbea0bb1403c6ffc32919fffd3a4ae72366797600fbd9575fcb5fdc
ocaml-http_0.1.4-4build1.dsc 2.0 KiB ff7faac6dbc46b4e3f2cef54742c6aa7d68f49dc92f0b90abc32e6ce73d4ddf5

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.