aboutsummaryrefslogtreecommitdiff
path: root/valua-0.2.2-1.rockspec
diff options
context:
space:
mode:
Diffstat (limited to 'valua-0.2.2-1.rockspec')
-rw-r--r--valua-0.2.2-1.rockspec25
1 files changed, 0 insertions, 25 deletions
diff --git a/valua-0.2.2-1.rockspec b/valua-0.2.2-1.rockspec
deleted file mode 100644
index 2faa780..0000000
--- a/valua-0.2.2-1.rockspec
+++ /dev/null
@@ -1,25 +0,0 @@
-package = "valua"
-version = "0.2.2-1"
-source = {
- url = "https://github.com/Etiene/valua/releases/download/0.2.2/valua-0.2.2.tar.gz",
- tag = "valua-0.2.2"
-}
-description = {
- summary = "Validation for Lua!",
- detailed = [[
- This module provides tools for validating values, very useful in forms, but also usable elsewhere. It works in appended chains. Create a new validation object and start chaining your test functions.
- ]],
- homepage = "https://github.com/Etiene/valua",
- license = "MIT"
-}
-dependencies = {
- "lua >= 5.1, < 5.3"
-}
-build = {
- type = "none",
- install ={
- lua ={
- valua = "valua.lua"
- }
- }
-}