[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: RE: Lua libraries
- From: Nick Trout <Nick.Trout@...>
- Date: Tue, 29 Jan 2002 14:58:37 -0000
> 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