Source: erlang-cowboy Maintainer: Debian Erlang Packagers Uploaders: Taku YASUI , Nobuhiro Iwamatsu , Balint Reczey Section: devel Priority: optional Standards-Version: 4.1.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 (>= 11), dpkg-dev (>= 1.16.1~), erlang-dev (>= 1:17), erlang-eunit (>= 1:17), dh-rebar, erlang-proper-dev (>= 1.0), erlang-common-test, erlang-ranch (>= 1.0.0~), erlang-cowlib (>= 1.3.0~), erlang-edoc Package: erlang-cowboy Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends}, erlang-base-hipe | erlang-base | ${erlang-abi:Depends}, ${erlang:Depends}, erlang-ranch (>= 1.0.0~), erlang-cowlib (>= 1.3.0~) 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.