Current section
Files
Jump to
Current section
Files
src/wooper.app.src
{application,wooper,
[{description,"Ceylan-WOOPER, a Wrapper for Object-Oriented Programming in Erlang, as an OTP active application here (see http://wooper.esperide.org)"},
{vsn,"2.0.7"},
{registered,[wooper_class_manager]},
{applications,[kernel,stdlib,myriad]},
{env,[]},
{modules,[wooper_method_management,wooper_class_manager,
wooper_sup,wooper_instance_destruction,wooper,
wooper_instance_construction,wooper_class_management,
wooper_introspection,wooper_parse_utils,
wooper_parse_transform,wooper_serialisation,
wooper_app,wooper_state_management,wooper_info,
wooper_internals,wooper_instance_proxy,wooper_utils]},
{licenses,["Ceylan-WOOPER is licensed by its author (Olivier Boudeville) under a disjunctive tri-license, giving you the choice of one of the three following sets of free software/open source licensing terms:\n\t- the Mozilla Public License (MPL), version 1.1 or later (very close to the former Erlang Public License, except aspects regarding Ericsson and/or the Swedish law)\n\t- the GNU General Public License (GPL), version 3.0 or later\n\t- the GNU Lesser General Public License (LGPL), version 3.0 or later"]},
{mod,{wooper_app,[]}},
{links,[{"Official website","http://wooper.esperide.org"},
{"Github",
"https://github.com/Olivier-Boudeville/Ceylan-WOOPER"}]}]}.