ocaml-http 0.1.4-3build4 source package in Ubuntu

Changelog

ocaml-http (0.1.4-3build4) oneiric; urgency=low

  * Rebuild to pick up ocaml fixes on armel.
 -- Adam Conrad <email address hidden>   Wed, 24 Aug 2011 16:41:09 -0600

Upload details

Uploaded by:
Adam Conrad
Uploaded to:
Oneiric
Original maintainer:
Stefano Zacchiroli
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-3build4.tar.gz 145.5 KiB b581ed69f406b40ad2297a7fa740ec590e06a78b216b1f1117cb8722b7b9a550
ocaml-http_0.1.4-3build4.dsc 1.1 KiB d9c74f93746474321bdf0a6081a807131a7249d5bcf44ec58014913715300685

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.