Skip to content

Commit

Permalink
New rock.
Browse files Browse the repository at this point in the history
  • Loading branch information
clementfarabet committed Jun 8, 2013
1 parent 306ac65 commit 538d0f3
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions curl-0.1-0.rockspec
@@ -0,0 +1,29 @@
package = "curl"
version = "0.1-0"

source = {
url = "git://github.com/clementfarabet/curl",
branch = "master",
}

description = {
summary = "An interface to CURL.",
detailed = [[
An interface to CURL.
]],
homepage = "https://github.com/clementfarabet/curl",
license = "BSD"
}

dependencies = {
"luasocket >= 2.0.2",
"lua-cjson >= 2.1.0",
"sys >= 1.0"
}

build = {
type = "builtin",
modules = {
['curl.init'] = 'init.lua',
}
}

0 comments on commit 538d0f3

Please sign in to comment.