aboutsummaryrefslogtreecommitdiffstats
path: root/lib/asn1/src/asn1.app.src
blob: 09144ba2f7a1febf14e84ade23706428abd28a65 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{application, asn1,
 [{description, "The Erlang ASN1 compiler version %VSN%"},
  {vsn, "%VSN%"},
  {modules, [
	asn1rt,
	asn1rt_per_bin,
	asn1rt_per_bin_rt2ct,
	asn1rt_uper_bin,
	asn1rt_ber_bin,
	asn1rt_ber_bin_v2,
	asn1rt_check,
        asn1rt_nif
             ]},
  {registered, [
	asn1_ns,
	asn1db
		]},
  {env, []},
  {applications, [kernel, stdlib]}
  ]}.