ocaml-http 0.1.5-1build6 source package in Ubuntu

Changelog

ocaml-http (0.1.5-1build6) xenial; urgency=medium

  * No-change rebuild against ocaml 4.02.

 -- Łukasz 'sil2100' Zemczak <email address hidden>  Wed, 04 Nov 2015 21:37:49 -0600

Upload details

Uploaded by:
Łukasz Zemczak
Uploaded to:
Xenial
Original maintainer:
Debian OCaml Maintainers
Architectures:
any
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release universe devel

Downloads

File Size SHA-256 Checksum
ocaml-http_0.1.5.orig.tar.gz 196.3 KiB 9a3f5f0929c0a0ddcca973bb9b206ee8eaf51ed62f76ada9ab3e0620c1120127
ocaml-http_0.1.5-1build6.debian.tar.xz 5.1 KiB 375fbcced503f48bc5bc1c27b3f2a7676d2ae5e35308ab2d68930c11d76f55cb
ocaml-http_0.1.5-1build6.dsc 1.7 KiB 3418ffedefb08c006be8b3ba7eebad45c3bc73c3d51e119261716efa80e3d400

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.