osmo_gsup/src/osmo_gsup.app.src

10 lines
157 B
Plaintext
Raw Normal View History

2019-06-14 18:08:00 +00:00
{application, osmo_gsup, [
{description, "OSMOCOM GSUP library"},
{vsn, "0.1.1"},
{registered, []},
{applications, [
kernel,
stdlib
]}
]}.