erlang-cowboy 2.0.0~pre.1+dfsg1-4 source package in Ubuntu

Changelog

erlang-cowboy (2.0.0~pre.1+dfsg1-4) unstable; urgency=medium

  * Fix typo URI of Vcs-Git.

 -- Nobuhiro Iwamatsu <email address hidden>  Thu, 07 Jun 2018 12:00:12 +0900

Upload details

Uploaded by:
Debian Erlang Packagers
Uploaded to:
Sid
Original maintainer:
Debian Erlang Packagers
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc
Focal release universe misc

Downloads

File Size SHA-256 Checksum
erlang-cowboy_2.0.0~pre.1+dfsg1-4.dsc 2.4 KiB be4487559eedca9a9283184655a40603e6a3212a1c3659cded320dda937eae8c
erlang-cowboy_2.0.0~pre.1+dfsg1.orig.tar.xz 884.4 KiB 970e5690b5d51ed662c79b41dc3736e442638b36dc9c85a2f00a28790494d581
erlang-cowboy_2.0.0~pre.1+dfsg1-4.debian.tar.xz 5.2 KiB d1c935c6463898386d4854327355b83d38210cdc8bdd57c02943c93f853d3378

No changes file available.

Binary packages built by this source

erlang-cowboy: No summary available for erlang-cowboy in ubuntu cosmic.

No description available for erlang-cowboy in ubuntu cosmic.

erlang-cowboy-doc: No summary available for erlang-cowboy-doc in ubuntu eoan.

No description available for erlang-cowboy-doc in ubuntu eoan.

erlang-cowboy-examples: Examples for erlang-cowboy

 Cowboy is also a socket acceptor pool, able to accept connections
 for any kind of TCP protocol.
 .
 Cowboy aims to provide the following advantages:
 .
   * 'Small' code base.
   * Damn 'fast'.
   * 'Modular': transport and protocol handlers are replaceable.
   * 'Binary HTTP' for greater speed and lower memory usage.
   * Easy to 'embed' inside another application.
   * Selectively 'dispatch' requests to handlers, allowing you to send some
     requests to your embedded code and others to a FastCGI application in
     PHP or Ruby.
   * No parameterized module. No process dictionary. 'Clean' Erlang code.
 .
 This package includes erlang-cowboy examples.