https://github.com/djerius/validate.args
Lua module to validate arguments and data structures
https://github.com/djerius/validate.args
lua
Last synced: 8 months ago
JSON representation
Lua module to validate arguments and data structures
- Host: GitHub
- URL: https://github.com/djerius/validate.args
- Owner: djerius
- License: gpl-3.0
- Created: 2017-07-18T17:29:38.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-18T17:29:52.000Z (over 8 years ago)
- Last Synced: 2025-06-06T04:03:19.483Z (10 months ago)
- Topics: lua
- Language: Lua
- Homepage:
- Size: 1.18 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: NEWS
- License: COPYING
Awesome Lists containing this project
README
validate.args
Description
-----------
Function argument and data structure validation for Lua
COPYRIGHT & LICENSE
-------------------
--8<--8<--8<--8<--
Copyright (C) 2010 Smithsonian Astrophysical Observatory
This file is part of validate.args
Validate-Args is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or (at
your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see .
-->8-->8-->8-->8--