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