aboutsummaryrefslogtreecommitdiffstats
path: root/lib/asn1/src/asn1.app.src
blob: 02cbba0f10c13063cd23f2d4537b3c3162deb975 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{application, asn1,
 [{description, "The Erlang ASN1 compiler version %VSN%"},
  {vsn, "%VSN%"},
  {modules, [
	asn1rt,
        asn1rt_nif
             ]},
  {registered, [
	asn1_ns,
	asn1db
		]},
  {env, []},
  {applications, [kernel, stdlib]},
  {runtime_dependencies, ["stdlib-2.0","kernel-3.0","erts-6.0"]}
  ]}.