lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


> I think what you'd need for each library - to keep it all 
> simple is: the
> library dll and a script which described:
>  * the library API
>  * wrapped in any extra Lua functionality ie. nice way of calling eg.
> wxWindowCreate{name="foo"}
>  * dependency info ie. Lua version, which other libs and versions we
> require.
>  * docs
>  * authors, links to info etc.


 * and a parser which scanned in all the copyright notices, library
dependencies, modifications and code, and distribution notices and made sure
you weren't in breach of any of the them!

any volunteers?

:-D