diff options
author | Heiko Rosemann <heiko.rosemann@web.de> | 2013-10-29 12:06:32 +0100 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-10-29 20:12:27 -0500 |
commit | 911a71704a3dd5c953c1a0098090adbb3cc6a701 (patch) | |
tree | e60d9571870007acd0c06be50a5e9337ef6aaf15 /libraries/lgi/README | |
parent | 36b8d3d52a2662c364ce65d743b468b257bf65e9 (diff) | |
download | slackbuilds-911a71704a3dd5c953c1a0098090adbb3cc6a701.tar.gz |
libraries/lgi: Added (LUA GObject bindings).
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'libraries/lgi/README')
-rw-r--r-- | libraries/lgi/README | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libraries/lgi/README b/libraries/lgi/README new file mode 100644 index 0000000000..de6bd889f8 --- /dev/null +++ b/libraries/lgi/README @@ -0,0 +1,3 @@ +lgi is gobject-introspection based dynamic Lua binding to GObject +based libraries. +It allows using GObject-based libraries directly from Lua. |