aboutsummaryrefslogtreecommitdiff
path: root/nerv/nerv-scm-1.rockspec
diff options
context:
space:
mode:
Diffstat (limited to 'nerv/nerv-scm-1.rockspec')
-rw-r--r--nerv/nerv-scm-1.rockspec10
1 files changed, 4 insertions, 6 deletions
diff --git a/nerv/nerv-scm-1.rockspec b/nerv/nerv-scm-1.rockspec
index d14140a..0b7e4cb 100644
--- a/nerv/nerv-scm-1.rockspec
+++ b/nerv/nerv-scm-1.rockspec
@@ -1,21 +1,19 @@
package = "nerv"
version = "scm-1"
source = {
- url = "..." -- We don't have one yet
+ url = "https://github.com/Determinant/nerv.git"
}
description = {
- summary = "An example for the LuaRocks tutorial.",
+ summary = "A Lua-based toolkit dedicated to high-performance deep neural network learning",
detailed = [[
]],
- homepage = "https://github.com/Determinant/nerv", -- We don't have one yet
- license = "BSD" -- or whatever you like
+ homepage = "https://github.com/Determinant/nerv",
+ license = "BSD"
}
dependencies = {
"lua >= 5.1"
- -- If you depend on other rocks, add them here
}
build = {
- -- We'll start here.
type = "make",
build_variables = {
CFLAGS="$(CFLAGS)",