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 27 28 29 30 31 32 33 34 35 36 37
|
Source: erlang-erlware-commons
Maintainer: Debian Erlang Packagers <pkg-erlang-devel@lists.alioth.debian.org>
Uploaders: Nobuhiro Iwamatsu <iwamatsu@debian.org>
Section: devel
Priority: optional
Standards-Version: 4.6.0.1
Homepage: https://github.com/erlware/erlware_commons
Build-Depends: debhelper-compat (= 13),
erlang-dev (>= 1:13.b.4),
erlang-eunit,
erlang-cf,
dh-rebar
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/erlang-team/packages/erlang-erlware-commons.git
Vcs-Browser: https://salsa.debian.org/erlang-team/packages/erlang-erlware-commons
Package: erlang-erlware-commons
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends},
erlang-base-hipe | erlang-base | ${erlang-abi:Depends}, ${erlang:Depends}
Description: Erlware common libraries
Erlware commons provides extensions to the stdlib application distributed
in Erlang. The functions provided by this are used in Erlware's production
application.
Package: erlang-erlware-commons-dev
Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends},
erlang-erlware-commons (>= ${source:Version})
Description: Erlware common libraries - development files
Erlware commons provides extensions to the stdlib application distributed
in Erlang. The functions provided by this are used in Erlware's production
application.
.
This package includes erlang-erlware-commons headers which are necessary to
build Erlang applications which use erlang-erlware-commons.
|