diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2012-09-24 19:04:33 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2012-09-24 22:53:33 -0500 |
commit | a4cca0cb8d7dd132c72d54ae619757cbcec92948 (patch) | |
tree | 336cd5897113834ce389de508309b97167bcf2f7 /libraries/libpeas/README | |
parent | 082f2a17ce2dc138293231d5fa5c8e8ad7781460 (diff) | |
download | slackbuilds-a4cca0cb8d7dd132c72d54ae619757cbcec92948.tar.gz |
libraries/libpeas: Added (GObject Plugin System).
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'libraries/libpeas/README')
-rw-r--r-- | libraries/libpeas/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libraries/libpeas/README b/libraries/libpeas/README new file mode 100644 index 0000000000..956614982b --- /dev/null +++ b/libraries/libpeas/README @@ -0,0 +1,8 @@ +libpeas (GObject Plugin System) + +Libpeas is a gobject-based plugins engine, and is targetted at giving +every application the chance to assume its own extensibility. +It also has a set of features including, but not limited to: +- multiple extension points +- on demand (lazy) programming language support for C, Python and JS +- simplicity of the API |