Packages

Ceylan-WOOPER, a Wrapper for Object-Oriented Programming in Erlang, as an OTP active application here (see http://wooper.esperide.org)

Current section

Files

Jump to
wooper src wooper.app.src
Raw

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.4"},
{registered,[wooper_class_manager]},
{applications,[kernel,stdlib,myriad]},
{env,[]},
{modules,[wooper_class_manager,wooper_instance_proxy,
wooper_info,wooper_app,wooper_parse_utils,wooper,
wooper_sup,wooper_utils,wooper_introspection,
wooper_class_management,wooper_instance_destruction,
wooper_parse_transform,wooper_internals,
wooper_method_management,wooper_state_management,
wooper_instance_construction,wooper_serialisation]},
{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"}]}]}.