diff options
author | Andre Barboza <bmg.andre@gmail.com> | 2010-08-15 13:27:26 -0500 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2010-08-15 20:53:59 -0500 |
commit | e16b792769ec02479ed8aa60978572e6dc78a1e7 (patch) | |
tree | a95be10c50ebecdd928ad681166161e1d69b159f /development/mono-addins/README | |
parent | f1ffeb1d7e271e5436666fc83ee7173e09ae50d2 (diff) | |
download | slackbuilds-e16b792769ec02479ed8aa60978572e6dc78a1e7.tar.gz |
development/mono-addins: Added (a framework for creating extensible applications)
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'development/mono-addins/README')
-rw-r--r-- | development/mono-addins/README | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/development/mono-addins/README b/development/mono-addins/README new file mode 100644 index 0000000000..c1c432b6b3 --- /dev/null +++ b/development/mono-addins/README @@ -0,0 +1,11 @@ +Mono.Addins is a framework for creating extensible applications, and for +creating libraries which extend those applications. + +Mono.Addins has been designed to be easy to use and useful for a wide range +of applications: from simple applications with small extensibility needs, to +complex applications which need support for large add-in structures. + +This new framework intends to set an standard for building extensible +applications and add-ins in Mono. + +Requires mono and gtk-Sharp, available at SlackBuilds.org |