123456789101112131415161718192021222324 |
- {application, syn,
- [
- {description, "A global Process Registry and Process Group manager."},
- {vsn, "2.0.1"},
- {registered, [
- syn_groups,
- syn_registry,
- syn_sup
- ]},
- {applications, [
- kernel,
- stdlib,
- mnesia
- ]},
- {mod, {syn_app, []}},
- {env, []},
- {licenses, ["MIT"]},
- {links, [
- {"Github", "https://github.com/ostinelli/syn"},
- {"ostinelli|net", "http://www.ostinelli.net/a-journey-to-syn-v2/"}
- ]}
- ]
- }.
|