1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
|
Source: erlang-cowlib
Maintainer: Debian Erlang Packagers <pkg-erlang-devel@lists.alioth.debian.org>
Uploaders: Balint Reczey <balint@balintreczey.hu>
Section: devel
Priority: optional
Standards-Version: 4.1.4
Build-Depends: debhelper (>= 9), dpkg-dev (>= 1.16.1~),
erlang-dev (>= 1:14.b.4),
erlang-eunit (>= 1:14.b.4),
erlang-edoc (>= 1:14.b.4),
markdown
Homepage: https://github.com/extend/cowlib
Vcs-Git: https://salsa.debian.org/erlang-team/packages/erlang-cowlib.git
Vcs-Browser: https://salsa.debian.org/erlang-team/packages/erlang-cowlib
Package: erlang-cowlib
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends},
erlang-base-hipe | erlang-base | ${erlang-abi:Depends},
${erlang:Depends}
Description: Erlang library for manipulating web protocols
Cowlib provides libraries for parsing and building messages for
various Web protocols, including SPDY, HTTP and Websocket.
.
It is optimized for completeness rather than speed. No value is
ignored, they are all returned.
|