Skip to content

Commit

Permalink
Add. rockspec file for v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
moteus committed Dec 8, 2014
1 parent 60af1d7 commit 6897067
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions rockspecs/try-0.1.0-1.rockspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
package = "try"
version = "0.1.0-1"

source = {
url = "https://github.com/moteus/lua-try/archive/v0.1.0.zip",
dir = "lua-try-0.1.0",
}

description = {
summary = "Simple exception support based on LuaSocket",
homepage = "https://github.com/moteus/lua-try",
license = "MIT/X11",
maintainer = "Alexey Melnichuk",
detailed = [[
]],
}

dependencies = {
"lua >= 5.1, < 5.4"
}

build = {
copy_directories = {'test'},

type = "builtin",

modules = {
try = {
sources = { "src/try.c" },
},
["try.co"] = "src/lua/try/co.lua",
}
}

0 comments on commit 6897067

Please sign in to comment.