ocaml-http 0.1.5-1build11 source package in Ubuntu

Changelog

ocaml-http (0.1.5-1build11) artful; urgency=high

  * No change rebuild against new ocaml abis.

 -- Dimitri John Ledkov <email address hidden>  Thu, 31 Aug 2017 02:11:25 +0100

Upload details

Uploaded by:
Dimitri John Ledkov
Uploaded to:
Artful
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
devel
Urgency:
Very Urgent

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
ocaml-http_0.1.5.orig.tar.gz 196.3 KiB 9a3f5f0929c0a0ddcca973bb9b206ee8eaf51ed62f76ada9ab3e0620c1120127
ocaml-http_0.1.5-1build11.debian.tar.xz 5.2 KiB f43417a0f007affa0c818d58e0d9ed45d739114800a7855ddd4d8ee6ac57f4f0
ocaml-http_0.1.5-1build11.dsc 1.8 KiB 755054e4d0f8072db1cb23ba493058d2eab73f822dc2147eac64acd39add1745

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.