Source: erlang-cowboy Maintainer: Debian Erlang Packagers Uploaders: Taku YASUI , Nobuhiro Iwamatsu Section: devel Priority: optional Build-Depends: debhelper-compat (= 13), erlang-dev, erlang-proper-dev, erlang-ranch (>= 2), erlang-cowlib (>= 2), Build-Depends-Indep: asciidoc, asciidoc-dblatex, docbook-xml, dblatex, docbook-xsl, erlang-asciideck (>= 0.2) Standards-Version: 4.7.4 Homepage: https://github.com/ninenines/cowboy Vcs-Browser: https://salsa.debian.org/erlang-team/packages/erlang-cowboy Vcs-Git: https://salsa.debian.org/erlang-team/packages/erlang-cowboy.git Package: erlang-cowboy Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends}, ${erlang:Depends}, erlang-ranch (>= 2), erlang-cowlib (>= 2) Description: Cowboy is a small, fast and modular HTTP server written in Erlang 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. Package: erlang-cowboy-doc Architecture: all Section: doc Depends: ${misc:Depends}, libjs-jquery Description: Documentation files for erlang-cowboy - a small Erlang HTTP server 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 documentation and examples.