[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: C++ wrapper
- From: Gabriel Peyré <nikopol0@...>
- Date: Thu, 21 Nov 2002 13:04:30 +0100
I think you're right : there is no way to release such a simple lib under
such a restrictive license.
I will change this as soon as possible.
The shell API will still use a restrictive license because I think it
involves a much more complex
design, and I don't think it can be useful for an opensource project, unless
the shell is provided "witth additional support" ...
Gabriel
----- Original Message -----
From: "Peter Prade" <Peter.Prade@gmx.de>
To: "Multiple recipients of list" <lua-l@tecgraf.puc-rio.br>
Sent: Thursday, November 21, 2002 11:32 AM
Subject: RE: C++ wrapper
> > - OR_LUA : a simple C++ wrapper for LUA. It retrieves data from
> > various LUA
> > types (including associative arrays)
> > in a safe manner, using STL-like iterators and virtual class.
> > http://nikopol0.alrj.org/or_lua/
>
> very cool!
> i've always wanted to write STL-like wrappers for Lua tables, but never
> found the time to do it.
> such a pity that the license prohibits commercial use.
>
> Cheers,
> Peter
>