aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdlib/test/escript_SUITE_data/archive_script/archive_script_dict/ebin/archive_script_dict.app
blob: d703977a1d4a72803269ada7a20a796090986428 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
{application, archive_script_dict,
 [{description, "archive_script_dict"},
  {vsn, "0.1"},
  {modules, [
	     archive_script_dict,
	     archive_script_dict_sup
            ]},
  {registered, [
		archive_script_dict_sup
	       ]},
  {applications, [kernel, stdlib]},
  {mod, {archive_script_dict_app, [[]]}}]}.