diff options
author | thefosk <marco@mashape.com> | 2015-11-06 22:11:02 -0800 |
---|---|---|
committer | thefosk <marco@mashape.com> | 2015-11-06 22:11:02 -0800 |
commit | dc4c9f1d2b51a72cbd66ddeff1a2880d6b99d57c (patch) | |
tree | 580852b97652d27fa6b63bd688ce13d5ed30c6e8 /lua_uuid-0.1-1.rockspec | |
parent | b1696f33dd7ae2b621ad8d04f1547df57731d6d0 (diff) | |
download | lua_uuid-dc4c9f1d2b51a72cbd66ddeff1a2880d6b99d57c.tar.gz lua_uuid-dc4c9f1d2b51a72cbd66ddeff1a2880d6b99d57c.tar.bz2 lua_uuid-dc4c9f1d2b51a72cbd66ddeff1a2880d6b99d57c.zip |
0.1-2
Diffstat (limited to 'lua_uuid-0.1-1.rockspec')
-rw-r--r-- | lua_uuid-0.1-1.rockspec | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/lua_uuid-0.1-1.rockspec b/lua_uuid-0.1-1.rockspec deleted file mode 100644 index 3d6eccb..0000000 --- a/lua_uuid-0.1-1.rockspec +++ /dev/null @@ -1,25 +0,0 @@ -package = "lua_uuid" -version = "0.1-1" -source = { - url = "https://github.com/Mashape/lua-uuid/archive/0.1-1.tar.gz", - dir = "lua_uuid-0.1-1" -} -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 |