~mna/tcheck

7896ada5f00f97733f313f0052dae1f3561f02e4 — Martin Angers 4 years ago 45e9811 v0.1
add rockspec
1 files changed, 19 insertions(+), 0 deletions(-)

A rockspecs/tcheck-0.1-1.rockspec
A rockspecs/tcheck-0.1-1.rockspec => rockspecs/tcheck-0.1-1.rockspec +19 -0
@@ 0,0 1,19 @@
package = "tcheck"
version = "0.1-1"
source = {
   url = "git+ssh://git@git.sr.ht/~mna/tcheck"
}
description = {
   summary = "A pure Lua module with no external dependency that provides simple sanity-checks of types for values.",
   homepage = "https://git.sr.ht/~mna/tcheck",
   license = "BSD"
}
dependencies = {
   "lua >= 5.3, < 5.5",
}
build = {
   type = "builtin",
   modules = {
      tcheck = "tcheck.lua",
   }
}