From 4260126f3b6eaacf6bf0c25e73fb3255a93e0517 Mon Sep 17 00:00:00 2001 From: Ronan Collobert Date: Thu, 13 Feb 2014 17:40:38 +0100 Subject: added rockspec --- rocks/cwrap-scm-1.rockspec | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 rocks/cwrap-scm-1.rockspec diff --git a/rocks/cwrap-scm-1.rockspec b/rocks/cwrap-scm-1.rockspec new file mode 100644 index 0000000..faec4e5 --- /dev/null +++ b/rocks/cwrap-scm-1.rockspec @@ -0,0 +1,32 @@ +package = "cwrap" +version = "scm-1" + +source = { + url = "git://github.com/torch/cwrap.git", +} + +description = { + summary = "Advanced automatic wrapper for C functions", + detailed = [[ + ]], + homepage = "https://github.com/torch/cwrap", + license = "BSD" +} + +dependencies = { + "lua >= 5.1", +} + +build = { + type = "builtin", + modules = { + ["cwrap.init"] = "init.lua", + ["cwrap.cinterface"] = "cinterface.lua", + ["cwrap.types"] = "types.lua", + }, + install = { + lua = { + ["cwrap.README"] = "README.md" + } + } +} -- cgit v1.2.3