aboutsummaryrefslogtreecommitdiff
path: root/lua_uuid-0.1-2.rockspec
diff options
context:
space:
mode:
authorthefosk <marco@mashape.com>2015-11-06 22:11:02 -0800
committerthefosk <marco@mashape.com>2015-11-06 22:11:02 -0800
commitdc4c9f1d2b51a72cbd66ddeff1a2880d6b99d57c (patch)
tree580852b97652d27fa6b63bd688ce13d5ed30c6e8 /lua_uuid-0.1-2.rockspec
parentb1696f33dd7ae2b621ad8d04f1547df57731d6d0 (diff)
downloadlua_uuid-dc4c9f1d2b51a72cbd66ddeff1a2880d6b99d57c.tar.gz
lua_uuid-dc4c9f1d2b51a72cbd66ddeff1a2880d6b99d57c.tar.bz2
lua_uuid-dc4c9f1d2b51a72cbd66ddeff1a2880d6b99d57c.zip
0.1-2
Diffstat (limited to 'lua_uuid-0.1-2.rockspec')
-rw-r--r--lua_uuid-0.1-2.rockspec25
1 files changed, 25 insertions, 0 deletions
diff --git a/lua_uuid-0.1-2.rockspec b/lua_uuid-0.1-2.rockspec
new file mode 100644
index 0000000..924db9e
--- /dev/null
+++ b/lua_uuid-0.1-2.rockspec
@@ -0,0 +1,25 @@
+package = "lua_uuid"
+version = "0.1-2"
+source = {
+ url = "https://github.com/Mashape/lua-uuid/archive/0.1-2.tar.gz",
+ dir = "lua-uuid-0.1-2"
+}
+description = {
+ summary = "UUID generation",
+ detailed = [[
+ This is an utility that leverages libuuid to generate UUID strings
+ ]],
+ homepage = "https://github.com/Mashape/lua-uuid",
+ license = "MIT"
+}
+dependencies = {
+ "lua >= 5.1"
+}
+build = {
+ type = "builtin",
+ modules = {
+ lua_uuid = {
+ sources = {"lua_uuid.c"},
+ }
+ }
+} \ No newline at end of file