Source: erlang-cowboy Maintainer: Debian Erlang Packagers Uploaders: Taku YASUI , Nobuhiro Iwamatsu Section: devel Priority: optional 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 Build-Depends: debhelper-compat (= 13), erlang-dev, erlang-eunit, dh-rebar, erlang-proper-dev, erlang-common-test, erlang-ranch (>= 2), erlang-cowlib (>= 2), erlang-edoc, asciidoc, asciidoc-dblatex, docbook-xml, dblatex, docbook-xsl, erlang-asciideck 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-examples Architecture: all Depends: ${misc:Depends}, libjs-jquery Recommends: erlang-cowboy Description: 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. Package: erlang-cowboy-doc Architecture: all Section: doc Depends: ${misc:Depends} Description: Documentation files 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 documents.