aboutsummaryrefslogtreecommitdiffstats
path: root/lib/asn1/src/asn1.app.src
blob: f2ee8deb7567bee808889af883d7dd05feeec919 (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,
        asn1rt_nif
             ]},
  {registered, [
	asn1_ns,
	asn1db
		]},
  {env, []},
  {applications, [kernel, stdlib]}
  ]}.