lua-users home
lua-l archive

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


On Fri, May 13, 2011 at 21:18, Diab Jerius <dj@head.cfa.harvard.edu> wrote:
> validate.args provides facilities to validate arguments to functions.
> It provides a basic set of validation constraints which can be expanded
> upon. It understands positional and named arguments.

> A rockspec and a complete tarball are available here:

> https://bitbucket.org/djerius/validate.args/downloads/validate-args-1.0.1-1.rockspec
> https://bitbucket.org/djerius/validate.args/downloads/validate-args-1.0.1.tar.gz

Any specific reason why would you release this under GPL v.3?

It is customary in Lua community to release code under MIT.

Alexander.