ocaml-http 0.1.4-4 source package in Ubuntu

Changelog

ocaml-http (0.1.4-4) unstable; urgency=low

  * Team upload
  * Use dh-ocaml 0.9 (Closes: #642730)
  * debian/control:
    - set Maintainer to Debian OCaml Maintainers
    - set Homepage to forge.ocamlcore.org, add debian/watch
    - suggest ocaml-findlib
    - bump Standards-Version to 3.9.2
    - bump debhelper compatibility level to 8
  * Switch source package format to 3.0 (quilt)
 -- Ubuntu Archive Auto-Sync <email address hidden>   Mon,  17 Oct 2011 13:42:45 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
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-4.debian.tar.gz 5.0 KiB 50ccc9344a418da9f492e43770c8c518d8f8428f5a512697d3193a599133b4b7
ocaml-http_0.1.4-4.dsc 2.0 KiB d5de53218bba14a62c5a01ccb739abb25c6741ca8a71d3549883dba83adaf670

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.