blob: b153ad198b6949432ef48c0e4ad954a98268e4d5 (
plain)
1
2
3
4
5
6
7
8
9
10
|
%-*-Mode:erlang;coding:utf-8;tab-width:4;c-basic-offset:4;indent-tabs-mode:()-*-
% ex: set ft=erlang fenc=utf-8 sts=4 ts=4 sw=4 et nomod:
{application, pqueue,
[{description, "Priority Queue Data Structures"},
{vsn, "2.0.7"},
{modules, [pqueue, pqueue2, pqueue3, pqueue4]},
{registered, []},
{applications, [stdlib, kernel]}]}.
|