lwt 2.4.3-1 source package in Ubuntu

Changelog

lwt (2.4.3-1) unstable; urgency=low


  * New upstream release
  * Use format version 1.0 in debian/copyright
  * Bump Standards-Version to 3.9.4
  * Upload to unstable

 -- Stéphane Glondu <email address hidden>  Thu, 09 May 2013 17:28:49 +0200

Upload details

Uploaded by:
Debian OCaml Maintainers
Uploaded to:
Sid
Original maintainer:
Debian OCaml Maintainers
Architectures:
any all
Section:
libdevel
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
lwt_2.4.3-1.dsc 2.5 KiB d9a544b90eb726190d603e076491025231d6b5c41702c101fb8a7604f510f96b
lwt_2.4.3.orig.tar.gz 492.2 KiB efee23937750290d6dee96eed6c0bbdb19817d5be6eefcba61ac5031fac10107
lwt_2.4.3-1.debian.tar.gz 7.1 KiB b870355a412048a1144cf9cd206584369620d22dc8319873205ca46fe447dd49

No changes file available.

Binary packages built by this source

liblwt-glib-ocaml: No summary available for liblwt-glib-ocaml in ubuntu saucy.

No description available for liblwt-glib-ocaml in ubuntu saucy.

liblwt-glib-ocaml-dev: No summary available for liblwt-glib-ocaml-dev in ubuntu saucy.

No description available for liblwt-glib-ocaml-dev in ubuntu saucy.

liblwt-ocaml: No summary available for liblwt-ocaml in ubuntu saucy.

No description available for liblwt-ocaml in ubuntu saucy.

liblwt-ocaml-dev: No summary available for liblwt-ocaml-dev in ubuntu saucy.

No description available for liblwt-ocaml-dev in ubuntu saucy.

liblwt-ocaml-doc: No summary available for liblwt-ocaml-doc in ubuntu saucy.

No description available for liblwt-ocaml-doc in ubuntu saucy.

liblwt-ssl-ocaml: No summary available for liblwt-ssl-ocaml in ubuntu saucy.

No description available for liblwt-ssl-ocaml in ubuntu saucy.

liblwt-ssl-ocaml-dev: cooperative OpenSSL bindings for OCaml

 Lwt is a library of cooperative threads implemented in monadic style.
 With respect to preemptive threads, cooperative threads are not using
 a scheduler to distribute processor time between threads. Instead of
 this, each thread must tell the others that he wants to let them
 work.
 .
 This package contains all the development stuff you need to use Lwt
 with cooperative OpenSSL in your programs.