aboutsummaryrefslogtreecommitdiffstats
path: root/lualdap/README
diff options
context:
space:
mode:
authorTomas Guisasola <tomas@luaforge.net>2003-06-15 11:56:00 +0000
committerTomas Guisasola <tomas@luaforge.net>2003-06-15 11:56:00 +0000
commit56d3ebc0f90f405f3a397c1d2f5d1acfd929ffe6 (patch)
tree4f1b0b975be16692f6d4ce751c93ed1acde10911 /lualdap/README
downloadlualdap-56d3ebc0f90f405f3a397c1d2f5d1acfd929ffe6.tar.xz
lualdap-56d3ebc0f90f405f3a397c1d2f5d1acfd929ffe6.zip
Importando
Diffstat (limited to 'lualdap/README')
-rwxr-xr-xlualdap/README15
1 files changed, 15 insertions, 0 deletions
diff --git a/lualdap/README b/lualdap/README
new file mode 100755
index 0000000..53ba6d8
--- /dev/null
+++ b/lualdap/README
@@ -0,0 +1,15 @@
+LuaLDAP is a Lua interface to the OpenLDAP library.
+
+Here goes a small description of the files in the distribution
+
+ index.html -- Home page
+ lualdap.c -- C source file
+ lualdap.def -- .def file for Windows
+ lua.png -- Lua Logo
+ Makefile -- Makefile for Unix systems
+ manual.html -- Reference manual
+ lualdap.lua -- Dynamic library loader script
+ README -- This file
+ test.lua -- Overall API test script
+
+$Id: README,v 1.1 2003-06-15 11:55:59 tomas Exp $