Current section

Files

Jump to
amqp10_common src amqp10_common.app.src
Raw

src/amqp10_common.app.src

{application, amqp10_common, [
{description, "Modules shared by rabbitmq-amqp1.0 and rabbitmq-amqp1.0-client"},
{vsn, "4.2.1"},
{modules, []},
{registered, []},
{applications, [kernel,stdlib]},
{optional_applications, []},
{env, []},
%% Hex.pm package informations.
{licenses, ["MPL-2.0"]},
{links, [
{"Website", "https://www.rabbitmq.com/"},
{"GitHub", "https://github.com/rabbitmq/rabbitmq-server/tree/main/deps/amqp10_common"}
]},
{build_tools, ["make", "rebar3"]},
{files, [
"erlang.mk",
"git-revisions.txt",
"include",
"LICENSE*",
"Makefile",
"rabbitmq-components.mk",
"README",
"README.md",
"src"
]}
]}.