Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dok-scm-1.rockspec « rocks - github.com/torch/dok.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 79e68c3ed081fd1303165083d352b3712e3d0f33 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
package = "dok"
version = "scm-1"

source = {
   url = "git://github.com/torch/dok.git",
}

description = {
   summary = "Support for the old torch7 dok system",
   detailed = [[
   ]],
   homepage = "https://github.com/torch/dok",
   license = "BSD"
}

dependencies = {
   "lua >= 5.1",
   "sundown >= 1.0"
}

build = {
   type = "builtin",
   modules = {
      ["dok.init"] = "init.lua",
      ["dok.inline"] = "inline.lua",
   },
   install = {
      lua = {
--         ["dok.README"] = "README.md"
      }
   }
}