ocaml-http 0.1.6-1build2 source package in Ubuntu

Changelog

ocaml-http (0.1.6-1build2) jammy; urgency=medium

  * Rebuild against new OCAML ABI.

 -- Gianfranco Costamagna <email address hidden>  Sun, 07 Nov 2021 01:59:29 +0100

Upload details

Uploaded by:
Gianfranco Costamagna
Uploaded to:
Jammy
Original maintainer:
Debian OCaml Maintainers
Architectures:
any
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
ocaml-http_0.1.6.orig.tar.gz 46.8 KiB 55d5c696fd7a5329c872bacc2bfe2ef18072583688ca3823e45897bc3ebe2abb
ocaml-http_0.1.6-1build2.debian.tar.xz 4.9 KiB 1fe01e1f5e66ee08e1249452e9415c52fe9966c17013c770d9eaeb51623a605e
ocaml-http_0.1.6-1build2.dsc 2.0 KiB 43e3fe257819f9b8a0f26bf4dce940fdc4f2271ae0079d8c2c954631740c1610

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.