├── strict-0-0.rockspec
├── pprint-0-0.rockspec
├── utf8-scm-1.rockspec
├── logroll-0-0.rockspec
├── plplot-0-0.rockspec
├── fn-0-0.rockspec
├── regress-scm-1.rockspec
├── buffer-scm-0.rockspec
├── pretty-nn-scm-1.rockspec
├── make-manifest.lua
├── env-scm-1.rockspec
├── distlearn-scm-1.rockspec
├── ncurses-scm-0.rockspec
├── nnfunc-scm-1.rockspec
├── class-scm-1.rockspec
├── curl-0.1-0.rockspec
├── rational-scm-1.rockspec
├── sndfile-scm-1.rockspec
├── tds-scm-1.rockspec
├── hash-scm-1.rockspec
├── sdl2-scm-1.rockspec
├── class-0.5.0-0.rockspec
├── fftw3-scm-1.rockspec
├── persist-scm-0.rockspec
├── dok-scm-1.rockspec
├── ffmpeg-1.0-0.rockspec
├── graph-scm-1.rockspec
├── fs-0.3-0.rockspec
├── ns-redis-scm-0.rockspec
├── lmdb.torch-scm-1.rockspec
├── luaffi-scm-1.rockspec
├── torch-7.scm-0.rockspec
├── findcuda-scm-1.rockspec
├── nn-scm-1.rockspec
├── restclient-0.1-0.rockspec
├── autograd-scm-1.rockspec
├── cwrap-scm-1.rockspec
├── iterm-scm-1.rockspec
├── schedlua-scm-1.rockspec
├── sys-1.1-0.rockspec
├── cutorch-scm-1.rockspec
├── nccl-scm-1.rockspec
├── qttorch-scm-1.rockspec
├── gfx.js-scm-0.rockspec
├── luaforever-scm-1.rockspec
├── thrift-scm-1.rockspec
├── ipc-scm-1.rockspec
├── thmap-scm-1.rockspec
├── nninit-scm-1.rockspec
├── sys-1.0-0.rockspec
├── underscore-dev-1.rockspec
├── recurrent-scm-1.rockspec
├── caffegraph-scm-1.rockspec
├── argcheck-0.5.0-0.rockspec
├── matio-scm-1.rockspec
├── metriclearning-scm-0.rockspec
├── nngraph-scm-1.rockspec
├── paths-scm-1.rockspec
├── python-scm-0.rockspec
├── cunn-scm-1.rockspec
├── cv-scm-1.rockspec
├── fex-0.1-0.rockspec
├── optim-1.0.5-0.rockspec
├── optnet-scm-1.rockspec
├── csvigo-scm-1.rockspec
├── qtlua-scm-1.rockspec
├── threads-scm-1.rockspec
├── async-scm-1.rockspec
├── clnn-scm-1.rockspec
├── xlua-1.1-0.rockspec
├── json-1.0-0.rockspec
├── util-0-0.rockspec
├── loadcaffe-1.0-0.rockspec
├── caffe-1.0-0.rockspec
├── cltorch-scm-1.rockspec
├── optim-1.0.3-0.rockspec
├── optim-1.0.3-1.rockspec
├── optim-1.0.4-0.rockspec
├── signal-scm-1.rockspec
├── inn-1.0-0.rockspec
├── torchffi-1.1.alpha-0.rockspec
├── torchnet-scm-1.rockspec
├── xlua-1.0-0.rockspec
├── torch-scm-1.rockspec
├── image-1.0-0.rockspec
├── hdf5-20-0.rockspec
├── openblas-conv-1.0-1.rockspec
├── redis-async-scm-0.rockspec
├── parallel-1.1-0.rockspec
├── parallel-1.0-0.rockspec
├── cudnn-scm-1.rockspec
├── svm-0.1-0.rockspec
├── image-1.0.1-0.rockspec
├── nnx-0.1-1.rockspec
├── dpnn-scm-1.rockspec
├── cunnx-scm-1.rockspec
├── manifold-scm-0.rockspec
├── rnn-scm-1.rockspec
├── ccn2-scm-1.rockspec
├── image-1.1.alpha-0.rockspec
├── nnbhwd-scm-1.rockspec
├── unsup-0.1-0.rockspec
├── eex-1.0-0.rockspec
├── inline-c-1.0-0.rockspec
├── audio-0.1-0.rockspec
├── gm-scm-1.rockspec
├── rq-monitor-scm-0.rockspec
├── camera-1.0-0.rockspec
├── camera-1.1-0.rockspec
├── graphicsmagick-1.scm-0.rockspec
├── template.html
├── display-scm-0.rockspec
├── mattorch-1.0-0.rockspec
├── README.md
├── argcheck-scm-1.rockspec
├── classic-scm-1.rockspec
├── mnist-scm-1.rockspec
├── imgraph-1.0-0.rockspec
├── redis-status-scm-0.rockspec
├── cephes-0-0.rockspec
├── dataload-scm-1.rockspec
├── totem-0-0.rockspec
├── videograph-1.0-0.rockspec
├── randomkit-0-0.rockspec
├── randomkit-0-1.rockspec
├── torch-word-emb-1.4-0.rockspec
├── cutorch-1.0-0.rockspec
├── cunn-1.0-0.rockspec
├── torchx-scm-1.rockspec
├── redis-queue-scm-0.rockspec
├── dp-scm-1.rockspec
├── dataset-scm-1.rockspec
├── gnuplot-scm-1.rockspec
├── sundown-scm-1.rockspec
├── cairo-scm-1.rockspec
├── cairo-0.5.0-0.rockspec
├── trepl-scm-1.rockspec
├── fbpython-0.1-2.rockspec
├── itorch-scm-1.rockspec
├── manifest
├── manifest-5.1
├── manifest-5.2
└── manifest-5.3
/strict-0-0.rockspec:
--------------------------------------------------------------------------------
1 | package = 'strict'
2 | version = '0-0'
3 |
4 | source = {
5 | url = 'git://github.com/deepmind/strict.git',
6 | branch = 'master'
7 | }
8 |
9 | description = {
10 | summary = 'Detect reading of undeclared variables and creating of global variables',
11 | homepage = 'http://github.com/deepmind/strict.git'
12 | }
13 |
14 | dependencies = {}
15 |
16 | build = {
17 | type = "builtin",
18 | modules = {
19 | ['strict'] = 'strict.lua'
20 | }
21 | }
22 |
--------------------------------------------------------------------------------
/pprint-0-0.rockspec:
--------------------------------------------------------------------------------
1 | package = 'pprint'
2 | version = '0-0'
3 |
4 | source = {
5 | url = 'git://github.com/deepmind/lua-pprint.git',
6 | branch = 'master'
7 | }
8 |
9 | description = {
10 | summary = "A pretty print library for Torch and lua.",
11 | homepage = "https://github.com/deepmind/lua-pprint.git"
12 | }
13 |
14 | dependencies = {'torch >= 7.0'}
15 | build = {
16 | type = 'builtin',
17 | modules = {
18 | ['pprint.init'] = 'init.lua'
19 | }
20 | }
21 |
--------------------------------------------------------------------------------
/utf8-scm-1.rockspec:
--------------------------------------------------------------------------------
1 | package = "utf8"
2 | version = "scm-1"
3 |
4 | source = {
5 | url = "git://github.com/clementfarabet/lua-utf8",
6 | }
7 |
8 | description = {
9 | summary = "Basic UTF-8 support.",
10 | detailed = [[
11 | Basic UTF-8 support.
12 | ]],
13 | homepage = "https://github.com/clementfarabet/lua-utf8",
14 | license = "BSD"
15 | }
16 |
17 | dependencies = {
18 | }
19 |
20 | build = {
21 | type = "builtin",
22 | modules = {
23 | ['utf8'] = 'utf8.lua',
24 | }
25 | }
26 |
--------------------------------------------------------------------------------
/logroll-0-0.rockspec:
--------------------------------------------------------------------------------
1 | package = 'logroll'
2 | version = '0-0'
3 |
4 | source = {
5 | url = 'git://github.com/akfidjeland/logroll.git',
6 | branch = 'master'
7 | }
8 |
9 | description = {
10 | summary = "A basic logging library for Lua and Torch.",
11 | homepage = "https://github.com/akfidjeland/logroll.git"
12 | }
13 |
14 | dependencies = { 'torch >= 7.0', 'fn', 'paths', 'pprint'}
15 | build = {
16 | type = "builtin",
17 | modules = {
18 | ['logroll.init'] = 'logroll/init.lua'
19 | }
20 | }
21 |
--------------------------------------------------------------------------------
/plplot-0-0.rockspec:
--------------------------------------------------------------------------------
1 | package = "plplot"
2 | version = "0-0"
3 |
4 | source = {
5 | url = 'git://github.com/deepmind/plplot-ffi.git',
6 | branch = 'master'
7 | }
8 |
9 | description = {
10 | summary = "A FFI interface to PLplot",
11 | homepage = "https://github.com/deepmind/plplot-ffi"
12 | }
13 |
14 | dependencies = {
15 | "lua >= 5.1",
16 | }
17 |
18 | build = {
19 | type = "builtin",
20 | modules = {
21 | ["plplot"] = "init.lua",
22 | ["plplot.api"] = "api.lua",
23 | ["plplot.cdefs"] = "cdefs.lua"
24 | }
25 | }
26 |
--------------------------------------------------------------------------------
/fn-0-0.rockspec:
--------------------------------------------------------------------------------
1 | package = 'fn'
2 | version = '0-0'
3 |
4 | source = {
5 | url = 'git://github.com/akfidjeland/lua-fn.git',
6 | branch = 'master'
7 | }
8 |
9 | description = {
10 | summary = "Some functional programming tools for Lua and Torch.",
11 | homepage = "https://github.com/akfidjeland/lua-fn.git"
12 | }
13 |
14 | dependencies = { 'torch >= 7.0', 'util', 'totem'}
15 | build = {
16 | type = 'builtin',
17 | modules = {
18 | ['fn.init'] = 'fn/init.lua',
19 | ['fn.seq'] = 'fn/seq.lua'
20 | }
21 | }
22 |
--------------------------------------------------------------------------------
/regress-scm-1.rockspec:
--------------------------------------------------------------------------------
1 | package = "regress"
2 | version = "scm-1"
3 |
4 | source = {
5 | url = "git://github.com/clementfarabet/regress.git",
6 | branch = "master",
7 | }
8 |
9 | description = {
10 | summary = "Regression tests made easy",
11 | homepage = "https://github.com/clementfarabet/regress",
12 | license = "Twitter"
13 | }
14 |
15 | dependencies = {
16 | "torch >= 7.0",
17 | "trepl",
18 | }
19 |
20 | build = {
21 | type = "builtin",
22 | modules = {
23 | ['regress.init'] = 'init.lua',
24 | },
25 | }
26 |
--------------------------------------------------------------------------------
/buffer-scm-0.rockspec:
--------------------------------------------------------------------------------
1 | package = "buffer"
2 | version = "scm-0"
3 |
4 | source = {
5 | url = "git://github.com/clementfarabet/buffer",
6 | branch = "master"
7 | }
8 |
9 | description = {
10 | summary = "A buffer object for LuaJIT",
11 | detailed = [[
12 | A buffer object for LuaJIT
13 | ]],
14 | homepage = "https://github.com/clementfarabet/buffer",
15 | license = "Apache"
16 | }
17 |
18 | dependencies = {
19 | }
20 |
21 | build = {
22 | type = "builtin",
23 | modules = {
24 | ['buffer.init'] = 'init.lua',
25 | }
26 | }
27 |
--------------------------------------------------------------------------------
/pretty-nn-scm-1.rockspec:
--------------------------------------------------------------------------------
1 | package = 'pretty-nn'
2 | version = 'scm-1'
3 |
4 | source = {url = 'git://github.com/Atcold/torch-pretty-nn'}
5 |
6 | description = {
7 | summary = 'Brings some colours to the borin nn',
8 | detailed = [[
9 | It allows to make sense of your architecture when things start growing to a
10 | reasonable size.
11 | ]]
12 | }
13 |
14 | dependencies = {
15 | 'torch >= 7.0',
16 | 'nn >= 1.0'
17 | }
18 |
19 | build = {
20 | type = 'builtin',
21 | modules = {
22 | ['pretty-nn.init'] = 'init.lua'
23 | }
24 | }
25 |
--------------------------------------------------------------------------------
/make-manifest.lua:
--------------------------------------------------------------------------------
1 | #!/usr/bin/env luajit
2 |
3 | require('pl.text').format_operator()
4 |
5 | os.execute[[
6 | git pull
7 | ]]
8 |
9 | local command_line = require("luarocks.command_line")
10 | commands = {}
11 | commands.make_manifest = "luarocks.make_manifest"
12 | command_line.run_command('make_manifest', '.')
13 |
14 | content = io.open('index.html'):read('*all')
15 | _,_,table = content:find('(%
)')
16 |
17 | template = io.open('template.html'):read('*all')
18 | result = template % {rocks = table}
19 |
20 | io.open('index.html','w'):write(result)
21 |
--------------------------------------------------------------------------------
/env-scm-1.rockspec:
--------------------------------------------------------------------------------
1 | package = "env"
2 | version = "scm-1"
3 |
4 | source = {
5 | url = "git://github.com/torch/env.git",
6 | }
7 |
8 | description = {
9 | summary = "Environment setup for Torch",
10 | detailed = [[
11 | Adds pretty printing and additional path handling to luajit
12 | ]],
13 | homepage = "https://github.com/torch/env",
14 | license = "BSD"
15 | }
16 |
17 | dependencies = {
18 | "torch >= 7.0",
19 | "gnuplot",
20 | "dok"
21 | }
22 |
23 | build = {
24 | type = "builtin",
25 | modules = {
26 | ['env.init'] = 'init.lua',
27 | }
28 | }
29 |
--------------------------------------------------------------------------------
/distlearn-scm-1.rockspec:
--------------------------------------------------------------------------------
1 | package = "distlearn"
2 | version = "scm-1"
3 |
4 | source = {
5 | url = "git://github.com/twitter/torch-distlearn.git",
6 | }
7 |
8 | description = {
9 | summary = "A Distributed Learning library, for Torch",
10 | homepage = "-",
11 | license = "MIT",
12 | }
13 |
14 | dependencies = {
15 | "torch >= 7.0",
16 | "regress",
17 | "ipc",
18 | }
19 |
20 | build = {
21 | type = "builtin",
22 | modules = {
23 | ['distlearn.AllReduceSGD'] = 'lua/AllReduceSGD.lua',
24 | ['distlearn.AllReduceEA'] = 'lua/AllReduceEA.lua',
25 | },
26 | }
27 |
--------------------------------------------------------------------------------
/ncurses-scm-0.rockspec:
--------------------------------------------------------------------------------
1 | package = "ncurses"
2 | version = "scm-0"
3 |
4 | source = {
5 | url = "git://github.com/ocallaco/lua-ncurses",
6 | branch = "master",
7 | dir = "lua-ncurses",
8 | }
9 |
10 | description = {
11 | summary = "A lua wrapper for ncurses",
12 | detailed = [[
13 | A lua wrapper for ncurses
14 | ]],
15 | homepage = "https://github.com/ocallaco/lua-ncurses",
16 | license = "BSD"
17 | }
18 |
19 | dependencies = {
20 | "sys >= 1.0",
21 | }
22 |
23 | build = {
24 | type = "builtin",
25 | modules = {
26 | ['ncurses'] = './init.lua',
27 | }
28 | }
29 |
--------------------------------------------------------------------------------
/nnfunc-scm-1.rockspec:
--------------------------------------------------------------------------------
1 | package = "nnfunc"
2 | version = "scm-1"
3 |
4 | source = {
5 | url = "git://github.com/clementfarabet/nnfunc.git",
6 | branch = "master",
7 | }
8 |
9 | description = {
10 | summary = "Functional API for nn",
11 | homepage = "https://github.com/clementfarabet/nnfunc",
12 | license = "MIT",
13 | }
14 |
15 | dependencies = {
16 | "torch >= 7.0",
17 | "totem",
18 | "moses",
19 | "nn",
20 | }
21 |
22 | build = {
23 | type = "builtin",
24 | modules = {
25 | ['nnfunc.init'] = 'init.lua',
26 | ['nnfunc.test'] = 'test.lua',
27 | },
28 | }
29 |
--------------------------------------------------------------------------------
/class-scm-1.rockspec:
--------------------------------------------------------------------------------
1 | package = "class"
2 | version = "scm-1"
3 |
4 | source = {
5 | url = "git://github.com/torch/class.git"
6 | }
7 |
8 | description = {
9 | summary = "Class Objects for Lua",
10 | detailed = [[
11 | Simple object-oriented system for Lua, with classes supporting
12 | inheritance.
13 | ]],
14 | homepage = "https://github.com/torch/class",
15 | license = "BSD"
16 | }
17 |
18 | dependencies = {
19 | "lua >= 5.1",
20 | "argcheck >= 1"
21 | }
22 |
23 | build = {
24 | type = "builtin",
25 | modules = {
26 | ["class.init"] = "init.lua"
27 | }
28 | }
29 |
--------------------------------------------------------------------------------
/curl-0.1-0.rockspec:
--------------------------------------------------------------------------------
1 | package = "curl"
2 | version = "0.1-0"
3 |
4 | source = {
5 | url = "git://github.com/clementfarabet/curl",
6 | branch = "master",
7 | }
8 |
9 | description = {
10 | summary = "An interface to CURL.",
11 | detailed = [[
12 | An interface to CURL.
13 | ]],
14 | homepage = "https://github.com/clementfarabet/curl",
15 | license = "BSD"
16 | }
17 |
18 | dependencies = {
19 | "luasocket >= 2.0.2",
20 | "lua-cjson >= 2.1.0",
21 | "sys >= 1.0"
22 | }
23 |
24 | build = {
25 | type = "builtin",
26 | modules = {
27 | ['curl.init'] = 'init.lua',
28 | }
29 | }
30 |
--------------------------------------------------------------------------------
/rational-scm-1.rockspec:
--------------------------------------------------------------------------------
1 | package = "rational"
2 | version = "scm-1"
3 |
4 | source = {
5 | url = "git://github.com/torch/rational.git"
6 | }
7 |
8 | description = {
9 | summary = "rational numbers for lua",
10 | detailed = [[
11 | Implements rational number operations (with appropriate operators).
12 | ]],
13 | homepage = "https://github.com/torch/rational",
14 | license = "BSD"
15 | }
16 |
17 | dependencies = {
18 | "lua >= 5.1",
19 | "argcheck >= 1.0"
20 | }
21 |
22 | build = {
23 | type = "builtin",
24 | modules = {
25 | rational = "rational.lua"
26 | }
27 | }
28 |
--------------------------------------------------------------------------------
/sndfile-scm-1.rockspec:
--------------------------------------------------------------------------------
1 | package = "sndfile"
2 | version = "scm-1"
3 |
4 | source = {
5 | url = "git://github.com/andresy/lua---sndfile"
6 | }
7 |
8 | description = {
9 | summary = "libsndfile interface for Lua",
10 | detailed = [[
11 | ]],
12 | homepage = "https://github.com/andresy/lua---sndfile",
13 | license = "BSD"
14 | }
15 |
16 | dependencies = {
17 | "lua >= 5.1",
18 | }
19 |
20 | build = {
21 | type = "cmake",
22 | variables = {
23 | CMAKE_BUILD_TYPE="Release",
24 | CMAKE_INSTALL_PREFIX="$(PREFIX)",
25 | CMAKE_PREFIX_PATH="$(LUA_BINDIR)/.."
26 | }
27 | }
28 |
--------------------------------------------------------------------------------
/tds-scm-1.rockspec:
--------------------------------------------------------------------------------
1 | package = "tds"
2 | version = "scm-1"
3 |
4 | source = {
5 | url = "git://github.com/torch/tds.git"
6 | }
7 |
8 | description = {
9 | summary = "Standard C data structures for LuaJIT",
10 | detailed = [[
11 | ]],
12 | homepage = "https://github.com/torch/tds",
13 | license = "BSD"
14 | }
15 |
16 | dependencies = {
17 | "lua >= 5.1",
18 | }
19 |
20 | build = {
21 | type = "cmake",
22 | variables = {
23 | CMAKE_BUILD_TYPE="Release",
24 | CMAKE_PREFIX_PATH="$(LUA_BINDIR)/..",
25 | LUA_PATH="$(LUADIR)",
26 | LUA_CPATH="$(LIBDIR)"
27 | }
28 | }
29 |
--------------------------------------------------------------------------------
/hash-scm-1.rockspec:
--------------------------------------------------------------------------------
1 | package = "hash"
2 | version = "scm-1"
3 |
4 | source = {
5 | url = "git://github.com/torch/hash.git"
6 | }
7 |
8 | description = {
9 | summary = "Hash for Torch",
10 | detailed = [[
11 | Hashing stuff.
12 | ]],
13 | homepage = "https://github.com/torch/hash",
14 | license = "BSD"
15 | }
16 |
17 | dependencies = {
18 | "lua >= 5.1",
19 | "torch >= 7.0",
20 | }
21 |
22 | build = {
23 | type = "cmake",
24 | variables = {
25 | CMAKE_BUILD_TYPE="Release",
26 | CMAKE_PREFIX_PATH="$(LUA_BINDIR)/..",
27 | CMAKE_INSTALL_PREFIX="$(PREFIX)"
28 | }
29 | }
30 |
--------------------------------------------------------------------------------
/sdl2-scm-1.rockspec:
--------------------------------------------------------------------------------
1 | package = "sdl2"
2 | version = "scm-1"
3 |
4 | source = {
5 | url = "git://github.com/torch/sdl2-ffi.git"
6 | }
7 |
8 | description = {
9 | summary = "A FFI interface to SDL2",
10 | detailed = [[
11 | See http://libsdl.org for more details.
12 | ]],
13 | homepage = "https://github.com/torch/sdl2-ffi",
14 | license = "BSD"
15 | }
16 |
17 | dependencies = {
18 | "lua >= 5.1",
19 | }
20 |
21 | build = {
22 | type = "builtin",
23 | modules = {
24 | ["sdl2.init"] = "init.lua",
25 | ["sdl2.cdefs"] = "cdefs.lua",
26 | ["sdl2.defines"] = "defines.lua"
27 | }
28 | }
29 |
--------------------------------------------------------------------------------
/class-0.5.0-0.rockspec:
--------------------------------------------------------------------------------
1 | package = "class"
2 | version = "0.5.0-0"
3 |
4 | source = {
5 | url = "git://github.com/torch/class.git",
6 | tag = "0.5.0-0"
7 | }
8 |
9 | description = {
10 | summary = "Class Objects for Lua",
11 | detailed = [[
12 | Simple object-oriented system for Lua, with classes supporting
13 | inheritance.
14 | ]],
15 | homepage = "https://github.com/torch/class",
16 | license = "BSD"
17 | }
18 |
19 | dependencies = {
20 | "lua >= 5.1",
21 | "argcheck ~> 0.5"
22 | }
23 |
24 | build = {
25 | type = "builtin",
26 | modules = {
27 | ["class.init"] = "init.lua"
28 | }
29 | }
30 |
--------------------------------------------------------------------------------
/fftw3-scm-1.rockspec:
--------------------------------------------------------------------------------
1 | package = "fftw3"
2 | version = "scm-1"
3 |
4 | source = {
5 | url = "git://github.com/soumith/fftw3-ffi.git"
6 | }
7 |
8 | description = {
9 | summary = "A FFI interface to FFTW3",
10 | detailed = [[
11 | See http://www.fftw.org for more details.
12 | ]],
13 | homepage = "https://github.com/soumith/fftw3-ffi",
14 | license = "BSD"
15 | }
16 |
17 | dependencies = {
18 | "lua >= 5.1",
19 | }
20 |
21 | build = {
22 | type = "builtin",
23 | modules = {
24 | ["fftw3.init"] = "init.lua",
25 | ["fftw3.cdefs"] = "cdefs.lua",
26 | ["fftw3.defines"] = "defines.lua"
27 | }
28 | }
29 |
--------------------------------------------------------------------------------
/persist-scm-0.rockspec:
--------------------------------------------------------------------------------
1 | package = "persist"
2 | version = "scm-0"
3 |
4 | source = {
5 | url = "git://github.com/clementfarabet/persist",
6 | branch = "master",
7 | }
8 |
9 | description = {
10 | summary = "A persisting table, built on Redis.",
11 | detailed = [[
12 | A persisting table, built on Redis.
13 | ]],
14 | homepage = "https://github.com/clementfarabet/persist",
15 | license = "BSD"
16 | }
17 |
18 | dependencies = {
19 | "redis-lua >= 2.0.0",
20 | "lua-cjson >= 2.1.0",
21 | "sys >= 1.0"
22 | }
23 |
24 | build = {
25 | type = "builtin",
26 | modules = {
27 | ['persist.init'] = 'init.lua',
28 | }
29 | }
30 |
--------------------------------------------------------------------------------
/dok-scm-1.rockspec:
--------------------------------------------------------------------------------
1 | package = "dok"
2 | version = "scm-1"
3 |
4 | source = {
5 | url = "git://github.com/torch/dok.git",
6 | }
7 |
8 | description = {
9 | summary = "Support for the old torch7 dok system",
10 | detailed = [[
11 | ]],
12 | homepage = "https://github.com/torch/dok",
13 | license = "BSD"
14 | }
15 |
16 | dependencies = {
17 | "lua >= 5.1",
18 | "sundown >= 1.0"
19 | }
20 |
21 | build = {
22 | type = "builtin",
23 | modules = {
24 | ["dok.init"] = "init.lua",
25 | ["dok.inline"] = "inline.lua",
26 | },
27 | install = {
28 | lua = {
29 | -- ["dok.README"] = "README.md"
30 | }
31 | }
32 | }
33 |
--------------------------------------------------------------------------------
/ffmpeg-1.0-0.rockspec:
--------------------------------------------------------------------------------
1 | package = "ffmpeg"
2 | version = "1.0-0"
3 |
4 | source = {
5 | url = "git://github.com/clementfarabet/lua---ffmpeg",
6 | }
7 |
8 | description = {
9 | summary = "An FFMPEG interface for Torch",
10 | detailed = [[
11 | A simple abstraction class, that uses ffmpeg to encode/decode videos,
12 | and represent them as Tensors, in Torch.
13 | ]],
14 | homepage = "https://github.com/clementfarabet/lua---ffmpeg",
15 | license = "BSD"
16 | }
17 |
18 | dependencies = {
19 | "torch >= 7.0",
20 | "image >= 1.0"
21 | }
22 |
23 | build = {
24 | type = "builtin",
25 | modules = {
26 | ['ffmpeg.init'] = 'init.lua',
27 | }
28 | }
29 |
--------------------------------------------------------------------------------
/graph-scm-1.rockspec:
--------------------------------------------------------------------------------
1 | package = "graph"
2 | version = "scm-1"
3 |
4 | source = {
5 | url = "git://github.com/torch/graph",
6 | tag = "master"
7 | }
8 |
9 | description = {
10 | summary = "Graph package for Torch",
11 | homepage = "https://github.com/torch/graph",
12 | license = "UNKNOWN"
13 | }
14 |
15 | dependencies = {
16 | "torch >= 7.0"
17 | }
18 |
19 | build = {
20 | type = "command",
21 | build_command = [[
22 | cmake -E make_directory build && cd build && cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH="$(LUA_BINDIR)/.." -DCMAKE_INSTALL_PREFIX="$(PREFIX)" && $(MAKE)
23 | ]],
24 | install_command = "cd build && $(MAKE) install"
25 | }
26 |
--------------------------------------------------------------------------------
/fs-0.3-0.rockspec:
--------------------------------------------------------------------------------
1 | package = 'fs'
2 | version = '0.3-0'
3 |
4 | source = {
5 | url = 'git://github.com/clementfarabet/lua-fs-0.3.git',
6 | branch = 'master'
7 | }
8 |
9 | description = {
10 | summary = "File system toolbox",
11 | homepage = "https://github.com/clementfarabet/lua-fs-0.3"
12 | }
13 |
14 | dependencies = {
15 | 'torch >= 7.0'
16 | }
17 |
18 | build = {
19 | type = "command",
20 | build_command = [[
21 | cmake -E make_directory build;
22 | cd build;
23 | cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH="$(LUA_BINDIR)/.." -DCMAKE_INSTALL_PREFIX="$(PREFIX)";
24 | $(MAKE)
25 | ]],
26 | install_command = "cd build && $(MAKE) install"
27 | }
28 |
--------------------------------------------------------------------------------
/ns-redis-scm-0.rockspec:
--------------------------------------------------------------------------------
1 | package = "ns-redis"
2 | version = "scm-0"
3 |
4 | source = {
5 | url = "git://github.com/ocallaco/ns-redis",
6 | branch = "master",
7 | dir = "redis-async",
8 | }
9 |
10 | description = {
11 | summary = "A layer on top of redis-async to allow automatic use of namespaces",
12 | detailed = [[
13 | A layer on top of redis-async to allow automatic use of namespaces
14 | ]],
15 | homepage = "https://github.com/ocallaco/ns-redis",
16 | license = "BSD"
17 | }
18 |
19 | dependencies = {
20 | "redis-async",
21 | }
22 |
23 | build = {
24 | type = "builtin",
25 | modules = {
26 | ['ns-redis'] = './ns-redis.lua',
27 | }
28 | }
29 |
--------------------------------------------------------------------------------
/lmdb.torch-scm-1.rockspec:
--------------------------------------------------------------------------------
1 | package = "lmdb.torch"
2 | version = "scm-1"
3 |
4 | source = {
5 | url = "git://github.com/eladhoffer/lmdb.torch.git"
6 | }
7 |
8 | description = {
9 | summary = 'LMDB wrappers for Torch',
10 | detailed = [[
11 | ]],
12 | homepage = "https://github.com/eladhoffer/lmdb.torch"
13 | }
14 |
15 | dependencies = {
16 |
17 | }
18 |
19 | build = {
20 | type = "command",
21 | build_command = [[
22 | cmake -E make_directory build;
23 | cd build;
24 | cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH="$(LUA_BINDIR)/.." -DCMAKE_INSTALL_PREFIX="$(PREFIX)";
25 | $(MAKE)
26 | ]],
27 | install_command = "cd build && $(MAKE) install"
28 | }
29 |
--------------------------------------------------------------------------------
/luaffi-scm-1.rockspec:
--------------------------------------------------------------------------------
1 | package = "luaffi"
2 | version = "scm-1"
3 |
4 | source = {
5 | url = "git://github.com/facebook/luaffifb.git",
6 | }
7 |
8 | description = {
9 | summary = "FFI library for calling C functions from lua",
10 | detailed = [[
11 | ]],
12 | homepage = "https://github.com/facebook/luaffifb",
13 | license = "BSD"
14 | }
15 |
16 | dependencies = {
17 | "lua >= 5.1",
18 | }
19 |
20 | build = {
21 | type = "builtin",
22 | modules = {
23 | ffi = {
24 | incdirs = {
25 | "dynasm"
26 | },
27 | sources = {
28 | "call.c", "ctype.c", "ffi.c", "parser.c",
29 | }
30 | }
31 | }
32 | }
33 |
--------------------------------------------------------------------------------
/torch-7.scm-0.rockspec:
--------------------------------------------------------------------------------
1 | package = "torch"
2 |
3 | version = "7.scm-0"
4 |
5 | source = {
6 | url = "git://github.com/andresy/torch7-fakerock"
7 | }
8 |
9 | description = {
10 | summary = "Torch",
11 | detailed = [[
12 | Torch7 provides a Matlab-like environment for state-of-the-art machine
13 | learning algorithms.
14 | It is easy to use and provides a very efficient implementation, thanks
15 | to an easy and fast scripting language (Lua) and a underlying C
16 | implementation.
17 | ]],
18 | homepage = "http://www.torch.ch",
19 | license = "BSD"
20 | }
21 |
22 | dependencies = {
23 | "lua >= 5.1"
24 | }
25 |
26 | build = {
27 | type = "builtin",
28 | modules = {}
29 | }
30 |
--------------------------------------------------------------------------------
/findcuda-scm-1.rockspec:
--------------------------------------------------------------------------------
1 | package = "findcuda"
2 | version = "scm-1"
3 |
4 | source = {
5 | url = "git://github.com/hughperkins/FindCUDA.git",
6 | }
7 |
8 | description = {
9 | summary = "cmake FindCUDA module",
10 | detailed = [[
11 | ]],
12 | homepage = "https://github.com/hughperkins/FindCUDA.git",
13 | license = "MIT"
14 | }
15 |
16 | dependencies = {
17 | "torch >= 7.0",
18 | }
19 |
20 | build = {
21 | type = "command",
22 | build_command = [[
23 | cmake -E make_directory build && cd build && cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH="$(LUA_BINDIR)/.." -DCMAKE_INSTALL_PREFIX="$(PREFIX)" && $(MAKE) install
24 | ]],
25 | install_command = "cd build"
26 | }
27 |
--------------------------------------------------------------------------------
/nn-scm-1.rockspec:
--------------------------------------------------------------------------------
1 | package = "nn"
2 | version = "scm-1"
3 |
4 | source = {
5 | url = "git://github.com/torch/nn.git",
6 | }
7 |
8 | description = {
9 | summary = "Neural Network package for Torch",
10 | detailed = [[
11 | ]],
12 | homepage = "https://github.com/torch/nn",
13 | license = "BSD"
14 | }
15 |
16 | dependencies = {
17 | "torch >= 7.0",
18 | "luaffi"
19 | }
20 |
21 | build = {
22 | type = "command",
23 | build_command = [[
24 | cmake -E make_directory build && cd build && cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH="$(LUA_BINDIR)/.." -DCMAKE_INSTALL_PREFIX="$(PREFIX)" && $(MAKE)
25 | ]],
26 | install_command = "cd build && $(MAKE) install"
27 | }
28 |
--------------------------------------------------------------------------------
/restclient-0.1-0.rockspec:
--------------------------------------------------------------------------------
1 | package = "restclient"
2 | version = "0.1-0"
3 |
4 | source = {
5 | url = "git://github.com/clementfarabet/restclient",
6 | branch = "master",
7 | }
8 |
9 | description = {
10 | summary = "A REST Client.",
11 | detailed = [[
12 | A client to REST APIs.
13 | ]],
14 | homepage = "https://github.com/clementfarabet/restclient",
15 | license = "BSD"
16 | }
17 |
18 | dependencies = {
19 | "luasocket >= 2.0.2",
20 | "lua-cjson >= 2.1.0",
21 | "graphicsmagick >= 1.0.0",
22 | }
23 |
24 | build = {
25 | type = "builtin",
26 | modules = {
27 | ['restclient.init'] = 'init.lua',
28 | ['restclient.base64'] = 'base64.lua',
29 | }
30 | }
31 |
--------------------------------------------------------------------------------
/autograd-scm-1.rockspec:
--------------------------------------------------------------------------------
1 | package = "autograd"
2 | version = "scm-1"
3 |
4 | source = {
5 | url = "git://github.com/twitter/torch-autograd.git",
6 | }
7 |
8 | description = {
9 | summary = "Automatic differentiation for Torch.",
10 | homepage = "",
11 | license = "MIT",
12 | }
13 |
14 | dependencies = {
15 | "torch >= 7.0",
16 | "trepl",
17 | "penlight",
18 | "totem",
19 | "moses",
20 | }
21 |
22 | build = {
23 | type = "command",
24 | build_command = 'cmake -E make_directory build && cd build && cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH="$(LUA_BINDIR)/.." -DCMAKE_INSTALL_PREFIX="$(PREFIX)" && $(MAKE)',
25 | install_command = "cd build && $(MAKE) install"
26 | }
27 |
--------------------------------------------------------------------------------
/cwrap-scm-1.rockspec:
--------------------------------------------------------------------------------
1 | package = "cwrap"
2 | version = "scm-1"
3 |
4 | source = {
5 | url = "git://github.com/torch/cwrap.git",
6 | }
7 |
8 | description = {
9 | summary = "Advanced automatic wrapper for C functions",
10 | detailed = [[
11 | ]],
12 | homepage = "https://github.com/torch/cwrap",
13 | license = "BSD"
14 | }
15 |
16 | dependencies = {
17 | "lua >= 5.1",
18 | }
19 |
20 | build = {
21 | type = "builtin",
22 | modules = {
23 | ["cwrap.init"] = "init.lua",
24 | ["cwrap.cinterface"] = "cinterface.lua",
25 | ["cwrap.types"] = "types.lua",
26 | },
27 | install = {
28 | lua = {
29 | ["cwrap.README"] = "README.md"
30 | }
31 | }
32 | }
33 |
--------------------------------------------------------------------------------
/iterm-scm-1.rockspec:
--------------------------------------------------------------------------------
1 | package = "iterm"
2 | version = "scm-1"
3 |
4 | source = {
5 | url = "git://github.com/szagoruyko/iterm.torch",
6 | }
7 |
8 | description = {
9 | summary = "Display images directly in iTerm2",
10 | detailed = "Images, PDF, graphs, etc. via iTerm2 (OS X)",
11 | homepage = "https://github.com/szagoruyko/iterm.torch",
12 | license = "BSD"
13 | }
14 |
15 | dependencies = {
16 | "torch >= 7.0",
17 | "lbase64",
18 | "image",
19 | }
20 |
21 | build = {
22 | type = "builtin",
23 | modules = {
24 | ['iterm.init'] = 'init.lua',
25 | ['iterm.env'] = 'env.lua',
26 | ['iterm.dot'] = 'dot.lua',
27 | ['iterm.gnuplot'] = 'gnuplot.lua',
28 | }
29 | }
30 |
--------------------------------------------------------------------------------
/schedlua-scm-1.rockspec:
--------------------------------------------------------------------------------
1 | package = "schedlua"
2 | version = "scm-1"
3 |
4 | source = {
5 | url = "git://github.com/clementfarabet/schedlua",
6 | branch = "master",
7 | dir = 'schedlua',
8 | }
9 |
10 | description = {
11 | summary = "A basic scheduler",
12 | detailed = [[
13 | A basic scheduler.
14 | ]],
15 | homepage = "https://github.com/clementfarabet/schedlua",
16 | license = "BSD"
17 | }
18 |
19 | dependencies = {
20 | "sys >= 1.0",
21 | "trepl >= 0",
22 | "async >= 1.0",
23 | "penlight >= 1.1.0",
24 | }
25 |
26 | build = {
27 | type = "builtin",
28 | modules = {
29 | },
30 | install = {
31 | bin = {
32 | 'schedlua'
33 | }
34 | }
35 | }
36 |
--------------------------------------------------------------------------------
/sys-1.1-0.rockspec:
--------------------------------------------------------------------------------
1 | package = "sys"
2 | version = "1.1-0"
3 |
4 | source = {
5 | url = "git://github.com/torch/sys"
6 | }
7 |
8 | description = {
9 | summary = "A system library for Torch",
10 | detailed = [[
11 | Provides system functionalities for Torch.
12 | ]],
13 | homepage = "https://github.com/torch/sys",
14 | license = "BSD"
15 | }
16 |
17 | dependencies = {
18 | "torch >= 7.0",
19 | }
20 |
21 | build = {
22 | type = "command",
23 | build_command = [[cmake -E make_directory build && cd build && cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH="$(LUA_BINDIR)/.." -DCMAKE_INSTALL_PREFIX="$(PREFIX)" && $(MAKE)]],
24 | install_command = "cd build && $(MAKE) install"
25 | }
26 |
--------------------------------------------------------------------------------
/cutorch-scm-1.rockspec:
--------------------------------------------------------------------------------
1 | package = "cutorch"
2 | version = "scm-1"
3 |
4 | source = {
5 | url = "git://github.com/torch/cutorch.git",
6 | }
7 |
8 | description = {
9 | summary = "Torch CUDA Implementation",
10 | detailed = [[
11 | ]],
12 | homepage = "https://github.com/torch/cutorch",
13 | license = "BSD"
14 | }
15 |
16 | dependencies = {
17 | "torch >= 7.0",
18 | }
19 |
20 | build = {
21 | type = "command",
22 | build_command = [[
23 | cmake -E make_directory build && cd build && cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH="$(LUA_BINDIR)/.." -DCMAKE_INSTALL_PREFIX="$(PREFIX)" && $(MAKE) -j$(getconf _NPROCESSORS_ONLN) install
24 | ]],
25 | install_command = "cd build"
26 | }
27 |
--------------------------------------------------------------------------------
/nccl-scm-1.rockspec:
--------------------------------------------------------------------------------
1 | package = "nccl"
2 | version = "scm-1"
3 |
4 | source = {
5 | url = "git://github.com/ngimel/nccl.torch.git",
6 | }
7 |
8 | description = {
9 | summary = "Torch7 FFI bindings for NVIDIA nccl kernels!",
10 | homepage = "https://github.com/ngimel/nccl.torch",
11 | license = "BSD"
12 | }
13 |
14 | dependencies = {
15 | "torch >= 7.0",
16 | "cutorch",
17 | "nn"
18 | }
19 |
20 | build = {
21 | type = "command",
22 | build_command = [[
23 | cmake -E make_directory build && cd build && cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH="$(LUA_BINDIR)/.." -DCMAKE_INSTALL_PREFIX="$(PREFIX)" && $(MAKE)
24 | ]],
25 | install_command = "cd build && $(MAKE) install"
26 | }
27 |
--------------------------------------------------------------------------------
/qttorch-scm-1.rockspec:
--------------------------------------------------------------------------------
1 | package = "qttorch"
2 | version = "scm-1"
3 |
4 | source = {
5 | url = "git://github.com/torch/qttorch.git",
6 | }
7 |
8 | description = {
9 | summary = "QT interface to Torch",
10 | detailed = [[
11 | ]],
12 | homepage = "https://github.com/torch/qttorch",
13 | license = "BSD"
14 | }
15 |
16 | dependencies = {
17 | "torch >= 7.0",
18 | "qtlua >= 1.0"
19 | }
20 |
21 | build = {
22 | type = "command",
23 | build_command = [[
24 | cmake -E make_directory build && cd build && cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH="$(LUA_BINDIR)/.." -DCMAKE_INSTALL_PREFIX="$(PREFIX)" && $(MAKE)
25 | ]],
26 | install_command = "cd build && $(MAKE) install"
27 | }
28 |
--------------------------------------------------------------------------------
/gfx.js-scm-0.rockspec:
--------------------------------------------------------------------------------
1 | package = "gfx.js"
2 | version = "scm-0"
3 |
4 | source = {
5 | url = "git://github.com/clementfarabet/gfx.js",
6 | dir = "gfx.js"
7 | }
8 |
9 | description = {
10 | summary = "A graphics backend for the browser, with a Torch7 client.",
11 | detailed = [[
12 | A graphics backend for the browser, with a Torch7 client.
13 | ]],
14 | homepage = "https://github.com/clementfarabet/gfx.js",
15 | license = "MIT"
16 | }
17 |
18 | dependencies = {
19 | "torch >= 7.0",
20 | "image >= 1.0",
21 | "penlight >= 1.1.0",
22 | "graphicsmagick >= 1.scm"
23 | }
24 |
25 | build = {
26 | type = "command",
27 | build_command = "ls",
28 | install_command = "bash install.sh"
29 | }
30 |
--------------------------------------------------------------------------------
/luaforever-scm-1.rockspec:
--------------------------------------------------------------------------------
1 | package = "luaforever"
2 | version = "scm-1"
3 |
4 | source = {
5 | url = "git://github.com/clementfarabet/luaforever",
6 | branch = "master",
7 | }
8 |
9 | description = {
10 | summary = "Run a script forever.",
11 | detailed = [[
12 | Run a script forever.
13 | ]],
14 | homepage = "https://github.com/clementfarabet/luaforever",
15 | license = "BSD"
16 | }
17 |
18 | dependencies = {
19 | "torch >= 7.0",
20 | "linenoise >= 0.4",
21 | "penlight >= 1.1.0",
22 | "luafilesystem >= 1.6.2"
23 | }
24 |
25 | build = {
26 | type = "builtin",
27 | modules = {
28 | },
29 | install = {
30 | bin = {
31 | 'luaforever'
32 | }
33 | }
34 | }
35 |
--------------------------------------------------------------------------------
/thrift-scm-1.rockspec:
--------------------------------------------------------------------------------
1 | package = "thrift"
2 | version = "scm-1"
3 |
4 | source = {
5 | url = "git://github.com/twitter/torch-thrift.git",
6 | }
7 |
8 | description = {
9 | summary = "Thrift serialization for Torch",
10 | homepage = "-",
11 | license = "MIT"
12 | }
13 |
14 | dependencies = {
15 | "torch >= 7.0",
16 | "regress",
17 | }
18 |
19 | build = {
20 | type = "command",
21 | build_command = [[
22 | cmake -E make_directory build;
23 | cd build;
24 | cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH="$(LUA_BINDIR)/.." -DCMAKE_INSTALL_PREFIX="$(PREFIX)" -DCMAKE_C_FLAGS=-fPIC -DCMAKE_CXX_FLAGS=-fPIC;
25 | $(MAKE)
26 | ]],
27 | install_command = "cd build && $(MAKE) install"
28 | }
29 |
--------------------------------------------------------------------------------
/ipc-scm-1.rockspec:
--------------------------------------------------------------------------------
1 | package = "ipc"
2 | version = "scm-1"
3 |
4 | source = {
5 | url = "git://github.com/twitter/torch-ipc.git",
6 | }
7 |
8 | description = {
9 | summary = "A set of primitives for ipc computation in Torch",
10 | homepage = "-",
11 | license = "MIT"
12 | }
13 |
14 | dependencies = {
15 | "torch >= 7.0",
16 | "regress",
17 | }
18 |
19 | build = {
20 | type = "command",
21 | build_command = [[
22 | cmake -E make_directory build;
23 | cd build;
24 | cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH="$(LUA_BINDIR)/.." -DCMAKE_INSTALL_PREFIX="$(PREFIX)" -DCMAKE_C_FLAGS=-fPIC -DCMAKE_CXX_FLAGS=-fPIC;
25 | $(MAKE)
26 | ]],
27 | install_command = "cd build && $(MAKE) install"
28 | }
29 |
--------------------------------------------------------------------------------
/thmap-scm-1.rockspec:
--------------------------------------------------------------------------------
1 | package = "thmap"
2 | version = "scm-1"
3 |
4 | source = {
5 | url = "git://github.com/clementfarabet/thmap",
6 | branch = "master",
7 | }
8 |
9 | description = {
10 | summary = "Map jobs onto th nodes.",
11 | detailed = [[
12 | Map jobs onto th nodes.
13 | ]],
14 | homepage = "https://github.com/clementfarabet/thmap",
15 | license = "BSD"
16 | }
17 |
18 | dependencies = {
19 | "torch >= 7.0",
20 | "trepl>= 1.0",
21 | "async >= 1.0",
22 | }
23 |
24 | build = {
25 | type = "builtin",
26 | modules = {
27 | ['thmap.node'] = './node/init.lua',
28 | },
29 | install = {
30 | bin = {
31 | 'thmap',
32 | 'thnode',
33 | },
34 | }
35 | }
36 |
--------------------------------------------------------------------------------
/nninit-scm-1.rockspec:
--------------------------------------------------------------------------------
1 | package = "nninit"
2 | version = "scm-1"
3 |
4 | source = {
5 | url = "git://github.com/Kaixhin/nninit",
6 | tag = "master"
7 | }
8 |
9 | description = {
10 | summary = "Weight initialisation schemes for Torch7 neural network modules",
11 | detailed = [[
12 | Weight initialisation schemes for Torch7 neural network modules
13 | ]],
14 | homepage = "https://github.com/Kaixhin/nninit",
15 | license = "MIT"
16 | }
17 |
18 | dependencies = {
19 | "torch >= 7.0",
20 | "nn >= 1.0"
21 | }
22 |
23 | build = {
24 | type = "builtin",
25 | modules = {
26 | nninit = "nninit.lua"
27 | },
28 | install = {
29 | lua = {
30 | nninit = "nninit.lua"
31 | }
32 | }
33 | }
34 |
--------------------------------------------------------------------------------
/sys-1.0-0.rockspec:
--------------------------------------------------------------------------------
1 | package = "sys"
2 | version = "1.0-0"
3 |
4 | source = {
5 | url = "git://github.com/torch/sys",
6 | tag = "1.0-0"
7 | }
8 |
9 | description = {
10 | summary = "A system library for Torch",
11 | detailed = [[
12 | Provides system functionalities for Torch.
13 | ]],
14 | homepage = "https://github.com/torch/sys",
15 | license = "BSD"
16 | }
17 |
18 | dependencies = {
19 | "torch >= 7.0",
20 | }
21 |
22 | build = {
23 | type = "command",
24 | build_command = [[cmake -E make_directory build && cd build && cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH="$(LUA_BINDIR)/.." -DCMAKE_INSTALL_PREFIX="$(PREFIX)" && $(MAKE)]],
25 | install_command = "cd build && $(MAKE) install"
26 | }
27 |
--------------------------------------------------------------------------------
/underscore-dev-1.rockspec:
--------------------------------------------------------------------------------
1 | package = "underscore"
2 | version = "dev-1"
3 | source = {
4 | url = "git://github.com/clementfarabet/underscore-lua.git"
5 | }
6 | description = {
7 | summary = "Underscore is a utility-belt library for Lua",
8 | detailed = [[
9 | underscore-lua is a utility-belt library for Lua that provides a lot of the functional programming support that you would expect in or Ruby's Enumerable.
10 | ]],
11 | homepage = "http://jtarchie.github.com/underscore-lua/",
12 | maintainer = "JT Archie ",
13 | license = "MIT"
14 | }
15 | dependencies = {
16 | "lua >= 5.1"
17 | }
18 | build = {
19 | type = "builtin",
20 | modules = {
21 | underscore = "lib/underscore.lua"
22 | }
23 | }
24 |
--------------------------------------------------------------------------------
/recurrent-scm-1.rockspec:
--------------------------------------------------------------------------------
1 | package = "recurrent"
2 | version = "scm-1"
3 |
4 | source = {
5 | url = "git://github.com/eladhoffer/recurrent.torch.git"
6 | }
7 |
8 | description = {
9 | summary = "Recurrent container for Torch",
10 | detailed = [[
11 | Recurrent container for torch
12 | ]],
13 | homepage = "https://github.com/ehoffer/recurrent.torch"
14 | }
15 |
16 | dependencies = {
17 |
18 | }
19 |
20 | build = {
21 | type = "command",
22 | build_command = [[
23 | cmake -E make_directory build;
24 | cd build;
25 | cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH="$(LUA_BINDIR)/.." -DCMAKE_INSTALL_PREFIX="$(PREFIX)";
26 | $(MAKE)
27 | ]],
28 | install_command = "cd build && $(MAKE) install"
29 | }
30 |
--------------------------------------------------------------------------------
/caffegraph-scm-1.rockspec:
--------------------------------------------------------------------------------
1 | package = "caffegraph"
2 | version = "scm-1"
3 |
4 | source = {
5 | url = "git://github.com/nhynes/caffegraph",
6 | tag = "master"
7 | }
8 |
9 | description = {
10 | summary = "Load Caffe networks in Torch7",
11 | detailed = [[
12 | ]],
13 | homepage = "https://github.com/nhynes/caffegraph",
14 | license = "MIT"
15 | }
16 |
17 | dependencies = {
18 | "torch >= 7.0",
19 | "nn",
20 | "nngraph"
21 | }
22 |
23 | build = {
24 | type = "command",
25 | build_command = [[
26 | cmake -E make_directory build && cd build && cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH="$(LUA_BINDIR)/.." -DCMAKE_INSTALL_PREFIX="$(PREFIX)" && $(MAKE)
27 | ]],
28 | install_command = "cd build && $(MAKE) install"
29 | }
30 |
--------------------------------------------------------------------------------
/argcheck-0.5.0-0.rockspec:
--------------------------------------------------------------------------------
1 | package = "argcheck"
2 | version = "0.5.0-0"
3 |
4 | source = {
5 | url = "git://github.com/torch/argcheck.git",
6 | tag = "0.5.0-0"
7 | }
8 |
9 | description = {
10 | summary = "Advanced function argument checker",
11 | detailed = [[
12 | Argcheck allows you to insure arguments given to a function are correct.
13 | Checks are compiled beforehand, which guarantees little overheads.
14 | ]],
15 | homepage = "https://github.com/torch/argcheck",
16 | license = "BSD"
17 | }
18 |
19 | dependencies = {
20 | "lua >= 5.1",
21 | }
22 |
23 | build = {
24 | type = "builtin",
25 | modules = {
26 | ["argcheck.init"] = "init.lua",
27 | ["argcheck.argtypes"] = "argtypes.lua"
28 | }
29 | }
30 |
--------------------------------------------------------------------------------
/matio-scm-1.rockspec:
--------------------------------------------------------------------------------
1 | package = "matio"
2 | version = "scm-1"
3 |
4 | source = {
5 | url = "git://github.com/soumith/matio-ffi.torch.git"
6 | }
7 |
8 | description = {
9 | summary = "A FFI interface to MATIO and simple bindings for torch",
10 | detailed = [[
11 | See http://matio.sourceforge.net for more details.
12 | ]],
13 | homepage = "https://github.com/soumith/matio-ffi.torch",
14 | license = "BSD"
15 | }
16 |
17 | dependencies = {
18 | "lua >= 5.1",
19 | "torch >= 7.0"
20 | }
21 |
22 | build = {
23 | type = "builtin",
24 | modules = {
25 | ["matio.init"] = "init.lua",
26 | ["matio.ffi"] = "ffi.lua",
27 | ["matio.cdefs"] = "cdefs.lua",
28 | ["matio.defines"] = "defines.lua"
29 | }
30 | }
31 |
--------------------------------------------------------------------------------
/metriclearning-scm-0.rockspec:
--------------------------------------------------------------------------------
1 | package = "metriclearning"
2 | version = "scm-0"
3 |
4 | source = {
5 | url = "git://github.com/lvdmaaten/metriclearning"
6 | }
7 |
8 | description = {
9 | summary = "A package for metric learning",
10 | detailed = [[
11 | A package for metric learning.
12 | ]],
13 | homepage = "https://github.com/lvdmaaten/metriclearning",
14 | license = "MIT"
15 | }
16 |
17 | dependencies = {
18 | "torch >= 7.0",
19 | "mnist",
20 | "optim",
21 | }
22 |
23 | build = {
24 | type = "builtin",
25 | modules = {
26 | ['metriclearning.init'] = 'init.lua',
27 | ['metriclearning.nca'] = 'nca.lua',
28 | ['metriclearning.lmnn'] = 'lmnn.lua',
29 | ['metriclearning.itml'] = 'itml.lua'
30 | }
31 | }
--------------------------------------------------------------------------------
/nngraph-scm-1.rockspec:
--------------------------------------------------------------------------------
1 | package = "nngraph"
2 | version = "scm-1"
3 |
4 | source = {
5 | url = "git://github.com/torch/nngraph",
6 | tag = "master"
7 | }
8 |
9 | description = {
10 | summary = "This package provides graphical computation for nn library in Torch7.",
11 | homepage = "https://github.com/torch/nngraph",
12 | license = "UNKNOWN"
13 | }
14 |
15 | dependencies = {
16 | "torch >= 7.0",
17 | "graph",
18 | "nn"
19 | }
20 |
21 | build = {
22 | type = "command",
23 | build_command = [[
24 | cmake -E make_directory build && cd build && cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH="$(LUA_BINDIR)/.." -DCMAKE_INSTALL_PREFIX="$(PREFIX)" && $(MAKE)
25 | ]],
26 | install_command = "cd build && $(MAKE) install"
27 | }
28 |
--------------------------------------------------------------------------------
/paths-scm-1.rockspec:
--------------------------------------------------------------------------------
1 | package = "paths"
2 | version = "scm-1"
3 |
4 | source = {
5 | url = "git://github.com/torch/paths.git",
6 | }
7 |
8 | description = {
9 | summary = "Paths manipulations",
10 | detailed = [[
11 | ]],
12 | homepage = "https://github.com/torch/paths",
13 | license = "BSD"
14 | }
15 |
16 | dependencies = {
17 | "lua >= 5.1",
18 | }
19 |
20 | build = {
21 | type = "command",
22 | build_command = [[
23 | cmake -E make_directory build && cd build && cmake .. -DCMAKE_BUILD_TYPE=Release -DLUALIB=$(LUALIB) -DLUA_INCDIR="$(LUA_INCDIR)" -DLUA_LIBDIR="$(LUA_LIBDIR)" -DLUADIR="$(LUADIR)" -DLIBDIR="$(LIBDIR)" -DCMAKE_INSTALL_PREFIX="$(PREFIX)" && $(MAKE)
24 | ]],
25 | install_command = "cd build && $(MAKE) install"
26 | }
27 |
--------------------------------------------------------------------------------
/python-scm-0.rockspec:
--------------------------------------------------------------------------------
1 | package = "python"
2 | version = "scm-0"
3 |
4 | source = {
5 | url = "git://github.com/clementfarabet/lua---python",
6 | }
7 |
8 | description = {
9 | summary = "A wrapper to Python",
10 | detailed = [[
11 | Load a Python env into Lua.
12 | ]],
13 | homepage = "https://github.com/clementfarabet/lua---python",
14 | license = "GPL"
15 | }
16 |
17 | dependencies = {
18 | "torch >= 7.0",
19 | }
20 |
21 | build = {
22 | type = "command",
23 | build_command = [[
24 | cmake -E make_directory build;
25 | cd build;
26 | cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH="$(LUA_BINDIR)/.." -DCMAKE_INSTALL_PREFIX="$(PREFIX)";
27 | $(MAKE)
28 | ]],
29 | install_command = "cd build && $(MAKE) install"
30 | }
31 |
--------------------------------------------------------------------------------
/cunn-scm-1.rockspec:
--------------------------------------------------------------------------------
1 | package = "cunn"
2 | version = "scm-1"
3 |
4 | source = {
5 | url = "git://github.com/torch/cunn.git",
6 | }
7 |
8 | description = {
9 | summary = "Torch CUDA Neural Network Implementation",
10 | detailed = [[
11 | ]],
12 | homepage = "https://github.com/torch/cunn",
13 | license = "BSD"
14 | }
15 |
16 | dependencies = {
17 | "torch >= 7.0",
18 | "nn >= 1.0",
19 | "cutorch >= 1.0"
20 | }
21 |
22 | build = {
23 | type = "command",
24 | build_command = [[
25 | cmake -E make_directory build && cd build && cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH="$(LUA_BINDIR)/.." -DCMAKE_INSTALL_PREFIX="$(PREFIX)" && $(MAKE) -j$(getconf _NPROCESSORS_ONLN) install
26 | ]],
27 | install_command = "cd build"
28 | }
29 |
--------------------------------------------------------------------------------
/cv-scm-1.rockspec:
--------------------------------------------------------------------------------
1 | package = "cv"
2 | version = "scm-1"
3 |
4 | source = {
5 | url = "git://github.com/VisionLabs/torch-opencv",
6 | tag = "master"
7 | }
8 |
9 | description = {
10 | summary = "OpenCV bindings for LuaJIT+Torch",
11 | detailed = [[
12 | OpenCV bindings for LuaJIT+Torch
13 | ]],
14 | homepage = "https://github.com/VisionLabs/torch-opencv"
15 | }
16 |
17 | dependencies = {
18 | "torch >= 7.0"
19 | }
20 |
21 | build = {
22 | type = "command",
23 | build_command = [[
24 | cmake -E make_directory build;
25 | cd build;
26 | cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH="$(LUA_BINDIR)/.." -DCMAKE_INSTALL_PREFIX="$(PREFIX)";
27 | $(MAKE)
28 | ]],
29 | install_command = "cd build && $(MAKE) install"
30 | }
31 |
--------------------------------------------------------------------------------
/fex-0.1-0.rockspec:
--------------------------------------------------------------------------------
1 | package = "fex"
2 | version = "0.1-0"
3 |
4 | source = {
5 | url = "git://github.com/koraykv/fex",
6 | tag = "master"
7 | }
8 |
9 | description = {
10 | summary = "A package for feature extraction in Torch",
11 | detailed = [[
12 | Provides SIFT and dSIFT modules.
13 | ]],
14 | homepage = "https://github.com/koraykv/fex",
15 | license = "BSD"
16 | }
17 |
18 | dependencies = {
19 | "torch >= 7.0"
20 | }
21 |
22 | build = {
23 | type = "command",
24 | build_command = [[
25 | cmake -E make_directory build;
26 | cd build;
27 | cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH="$(LUA_BINDIR)/.." -DCMAKE_INSTALL_PREFIX="$(PREFIX)";
28 | $(MAKE)
29 | ]],
30 | install_command = "cd build && $(MAKE) install"
31 | }
32 |
--------------------------------------------------------------------------------
/optim-1.0.5-0.rockspec:
--------------------------------------------------------------------------------
1 | package = "optim"
2 | version = "1.0.5-0"
3 |
4 | source = {
5 | url = "git://github.com/torch/optim",
6 | }
7 |
8 | description = {
9 | summary = "An optimization library for Torch.",
10 | detailed = [[
11 | This package contains several optimization routines for Torch.
12 | ]],
13 | homepage = "https://github.com/torch/optim",
14 | license = "BSD"
15 | }
16 |
17 | dependencies = {
18 | "torch >= 7.0",
19 | }
20 |
21 | build = {
22 | type = "command",
23 | build_command = [[
24 | cmake -E make_directory build && cd build && cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH="$(LUA_BINDIR)/.." -DCMAKE_INSTALL_PREFIX="$(PREFIX)" && $(MAKE)
25 | ]],
26 | install_command = "cd build && $(MAKE) install"
27 | }
28 |
--------------------------------------------------------------------------------
/optnet-scm-1.rockspec:
--------------------------------------------------------------------------------
1 | package = "optnet"
2 | version = "scm-1"
3 |
4 | source = {
5 | url = "git://github.com/fmassa/optimize-net",
6 | tag = "master"
7 | }
8 |
9 | description = {
10 | summary = "This package provides memory optimizations for nn library in Torch7.",
11 | homepage = "git://github.com/fmassa/optimize-net",
12 | license = "BSD"
13 | }
14 |
15 | dependencies = {
16 | "torch >= 7.0",
17 | "graph",
18 | "nn"
19 | }
20 |
21 | build = {
22 | type = "command",
23 | build_command = [[
24 | cmake -E make_directory build;
25 | cd build;
26 | cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH="$(LUA_BINDIR)/.." -DCMAKE_INSTALL_PREFIX="$(PREFIX)";
27 | $(MAKE)
28 | ]],
29 | install_command = "cd build && $(MAKE) install"
30 | }
31 |
--------------------------------------------------------------------------------
/csvigo-scm-1.rockspec:
--------------------------------------------------------------------------------
1 | package = "csvigo"
2 | version = "scm-1"
3 |
4 | source = {
5 | url = "git://github.com/clementfarabet/lua---csv",
6 | tag = "master"
7 | }
8 |
9 | description = {
10 | summary = "A CSV library, for Torch",
11 | detailed = [[
12 | A CSV read/write library for Torch.
13 | ]],
14 | homepage = "https://github.com/clementfarabet/lua---csv",
15 | license = "BSD"
16 | }
17 |
18 | dependencies = {
19 | "torch >= 7.0",
20 | }
21 |
22 | build = {
23 | type = "command",
24 | build_command = [[
25 | cmake -E make_directory build && cd build && cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH="$(LUA_BINDIR)/.." -DCMAKE_INSTALL_PREFIX="$(PREFIX)" && $(MAKE)
26 | ]],
27 | install_command = "cd build && $(MAKE) install"
28 | }
--------------------------------------------------------------------------------
/qtlua-scm-1.rockspec:
--------------------------------------------------------------------------------
1 | package = "qtlua"
2 | version = "scm-1"
3 |
4 | source = {
5 | url = "git://github.com/torch/qtlua.git",
6 | }
7 |
8 | description = {
9 | summary = "Powerful QT interface to Lua",
10 | detailed = [[
11 | ]],
12 | homepage = "https://github.com/torch/qtlua",
13 | license = "BSD"
14 | }
15 |
16 | dependencies = {
17 | "lua >= 5.1",
18 | }
19 |
20 | build = {
21 | type = "command",
22 | build_command = [[
23 | cmake -E make_directory build && cd build && cmake .. -DCMAKE_BUILD_TYPE=Release -DLUA=$(LUA) -DLUA_BINDIR="$(LUA_BINDIR)" -DLUA_INCDIR="$(LUA_INCDIR)" -DLUA_LIBDIR="$(LUA_LIBDIR)" -DLUADIR="$(LUADIR)" -DLIBDIR="$(LIBDIR)" -DCONFDIR="$(CONFDIR)" && $(MAKE)
24 | ]],
25 | install_command = "cd build && $(MAKE) install"
26 | }
27 |
--------------------------------------------------------------------------------
/threads-scm-1.rockspec:
--------------------------------------------------------------------------------
1 | package = "threads"
2 | version = "scm-1"
3 |
4 | source = {
5 | url = "git://github.com/torch/threads-ffi.git"
6 | }
7 |
8 | description = {
9 | summary = "Threads for Torch",
10 | detailed = [[
11 | Threading system for Torch. Relies on pthread (or Windows threads).
12 | Transparent exchange of data between threads is allowed thanks to torch serialization.
13 | ]],
14 | homepage = "https://github.com/torch/threads-ffi",
15 | license = "BSD"
16 | }
17 |
18 | dependencies = {
19 | "lua >= 5.1",
20 | "torch >= 7.0",
21 | }
22 |
23 | build = {
24 | type = "cmake",
25 | variables = {
26 | CMAKE_BUILD_TYPE="Release",
27 | CMAKE_PREFIX_PATH="$(LUA_BINDIR)/..",
28 | CMAKE_INSTALL_PREFIX="$(PREFIX)"
29 | }
30 | }
31 |
--------------------------------------------------------------------------------
/async-scm-1.rockspec:
--------------------------------------------------------------------------------
1 | package = "async"
2 | version = "scm-1"
3 |
4 | source = {
5 | url = "git://github.com/clementfarabet/async",
6 | dir = "async"
7 | }
8 |
9 | description = {
10 | summary = "An async framework for Torch (based on LibUV)",
11 | detailed = [[
12 | Async framework for Torch, based on LibUV.
13 | ]],
14 | homepage = "https://github.com/clementfarabet/async",
15 | license = "BSD"
16 | }
17 |
18 | dependencies = {
19 | "torch >= 7.1.alpha",
20 | "lua-cjson >= 0.1"
21 | }
22 |
23 | build = {
24 | type = "command",
25 | build_command = "$(MAKE) LUA_BINDIR=$(LUA_BINDIR) LUA_LIBDIR=$(LUA_LIBDIR) LUA_INCDIR=$(LUA_INCDIR)",
26 | install_command = [[
27 | cp -r async $(LUADIR)/
28 | cp luv.so lhttp_parser.so $(LIBDIR)/
29 | ]]
30 | }
31 |
--------------------------------------------------------------------------------
/clnn-scm-1.rockspec:
--------------------------------------------------------------------------------
1 | package = "clnn"
2 | version = "scm-1"
3 |
4 | source = {
5 | url = "git://github.com/hughperkins/clnn.git",
6 | }
7 |
8 | description = {
9 | summary = "Torch OpenCL Neural Network Implementation",
10 | detailed = [[
11 | ]],
12 | homepage = "https://github.com/hughperkins/clnn",
13 | license = "BSD"
14 | }
15 |
16 | dependencies = {
17 | "torch >= 7.0",
18 | "nn >= 1.0",
19 | "cltorch >= 1.0"
20 | }
21 |
22 | build = {
23 | type = "command",
24 | build_command = [[
25 | cmake -E make_directory build && cd build && cmake .. -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_PREFIX_PATH="$(LUA_BINDIR)/.." -DCMAKE_INSTALL_PREFIX="$(PREFIX)" && $(MAKE) -j$(getconf _NPROCESSORS_ONLN) install
26 | ]],
27 | install_command = "cd build"
28 | }
29 |
--------------------------------------------------------------------------------
/xlua-1.1-0.rockspec:
--------------------------------------------------------------------------------
1 | package = "xlua"
2 | version = "1.1-0"
3 |
4 | source = {
5 | url = "git://github.com/torch/xlua",
6 | }
7 |
8 | description = {
9 | summary = "Extra Lua functions.",
10 | detailed = [[
11 | Lua is pretty compact in terms of built-in functionalities:
12 | this package extends the table and string libraries,
13 | and provide other general purpose tools (progress bar, ...).
14 | ]],
15 | homepage = "https://github.com/torch/xlua",
16 | license = "BSD"
17 | }
18 |
19 | dependencies = {
20 | "torch >= 7.0",
21 | "sys >= 1.0"
22 | }
23 |
24 | build = {
25 | type = "builtin",
26 | modules = {
27 | ['xlua.init'] = 'init.lua',
28 | ['xlua.OptionParser'] = 'OptionParser.lua',
29 | ['xlua.Profiler'] = 'Profiler.lua'
30 | }
31 | }
32 |
--------------------------------------------------------------------------------
/json-1.0-0.rockspec:
--------------------------------------------------------------------------------
1 | package = "json"
2 | version = "1.0-0"
3 |
4 | source = {
5 | url = "git://github.com/clementfarabet/lua---json",
6 | tag = "1.0-0"
7 | }
8 |
9 | description = {
10 | summary = "A JSON library, modified from JSON4Lua, for Torch",
11 | detailed = [[
12 | A JSON read/write library for Torch.
13 | ]],
14 | homepage = "https://github.com/clementfarabet/lua---json",
15 | license = "BSD"
16 | }
17 |
18 | dependencies = {
19 | "torch >= 7.0",
20 | }
21 |
22 | build = {
23 | type = "command",
24 | build_command = [[
25 | cmake -E make_directory build && cd build && cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH="$(LUA_BINDIR)/.." -DCMAKE_INSTALL_PREFIX="$(PREFIX)" && $(MAKE)
26 | ]],
27 | install_command = "cd build && $(MAKE) install"
28 | }
29 |
--------------------------------------------------------------------------------
/util-0-0.rockspec:
--------------------------------------------------------------------------------
1 | package = 'util'
2 | version = '0-0'
3 |
4 | source = {
5 | url = 'git://github.com/akfidjeland/lua-util',
6 | branch = 'master'
7 | }
8 |
9 | description = {
10 | summary = "Random utilities for Lua and Torch.",
11 | homepage = "https://github.com/akfidjeland/lua-util"
12 | }
13 |
14 | dependencies = { 'torch >= 7.0'}
15 | build = {
16 | type = 'builtin',
17 | modules = {
18 | ['util.CSVFile'] = 'util/CSVFile.lua',
19 | ['util.arg'] = 'util/arg.lua',
20 | ['util.file'] = 'util/file.lua',
21 | ['util.init'] = 'util/init.lua',
22 | ['util.nan'] = 'util/nan.lua',
23 | ['util.queue'] = 'util/queue.lua',
24 | ['util.warn'] = 'util/warn.lua',
25 | ['util.warnself'] = 'util/warnself.lua',
26 | }
27 | }
28 |
--------------------------------------------------------------------------------
/loadcaffe-1.0-0.rockspec:
--------------------------------------------------------------------------------
1 | package = "loadcaffe"
2 | version = "1.0-0"
3 |
4 | source = {
5 | url = "git://github.com/szagoruyko/loadcaffe",
6 | tag = "master"
7 | }
8 |
9 | description = {
10 | summary = "Load Caffe networks in Torch7",
11 | detailed = [[
12 | Loading Caffe networks without caffe dependency
13 | ]],
14 | homepage = "https://github.com/szagoruyko/loadcaffe",
15 | license = "BSD"
16 | }
17 |
18 | dependencies = {
19 | "torch >= 7.0",
20 | "nn",
21 | }
22 |
23 | build = {
24 | type = "command",
25 | build_command = [[
26 | cmake -E make_directory build;
27 | cd build;
28 | cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH="$(LUA_BINDIR)/.." -DCMAKE_INSTALL_PREFIX="$(PREFIX)";
29 | $(MAKE)
30 | ]],
31 | install_command = "cd build && $(MAKE) install"
32 | }
33 |
--------------------------------------------------------------------------------
/caffe-1.0-0.rockspec:
--------------------------------------------------------------------------------
1 | package = "caffe"
2 | version = "1.0-0"
3 |
4 | source = {
5 | url = "git://github.com/szagoruyko/torch-caffe-binding",
6 | tag = "master"
7 | }
8 |
9 | description = {
10 | summary = "Use Caffe in Torch7",
11 | detailed = [[
12 | A short binding to use Caffe as nn.Module in Torch7
13 | ]],
14 | homepage = "https://github.com/szagoruyko/torch-caffe-binding",
15 | license = "BSD"
16 | }
17 |
18 | dependencies = {
19 | "torch >= 7.0",
20 | "nn"
21 | }
22 |
23 | build = {
24 | type = "command",
25 | build_command = [[
26 | cmake -E make_directory build;
27 | cd build;
28 | cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH="$(LUA_BINDIR)/.." -DCMAKE_INSTALL_PREFIX="$(PREFIX)";
29 | $(MAKE)
30 | ]],
31 | install_command = "cd build && $(MAKE) install"
32 | }
33 |
--------------------------------------------------------------------------------
/cltorch-scm-1.rockspec:
--------------------------------------------------------------------------------
1 | package = "cltorch"
2 | version = "scm-1"
3 |
4 | source = {
5 | url = 'git://github.com/hughperkins/cltorch.git'
6 | }
7 |
8 | description = {
9 | summary = "OpenCL backend for Torch",
10 | detailed = [[
11 | ]],
12 | homepage = "https://github.com/hughperkins/cltorch",
13 | license = "BSD"
14 | }
15 |
16 | dependencies = {
17 | "torch >= 7.0",
18 | }
19 |
20 | build = {
21 | type = "command",
22 | build_command = [[
23 | git clone --recursive git://github.com/hughperkins/cltorch.git && cd cltorch && cmake -E make_directory build && cd build && cmake .. -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_PREFIX_PATH="$(LUA_BINDIR)/.." -DCMAKE_INSTALL_PREFIX="$(PREFIX)" && $(MAKE) -j$(getconf _NPROCESSORS_ONLN) install
24 | ]],
25 | install_command = "cd cltorch/build"
26 | }
27 |
--------------------------------------------------------------------------------
/optim-1.0.3-0.rockspec:
--------------------------------------------------------------------------------
1 | package = "optim"
2 | version = "1.0.3-0"
3 |
4 | source = {
5 | url = "git://github.com/torch/optim",
6 | tag = "1.0.3-0"
7 | }
8 |
9 | description = {
10 | summary = "An optimization library for Torch.",
11 | detailed = [[
12 | This package contains several optimization routines for Torch.
13 | ]],
14 | homepage = "https://github.com/torch/optim",
15 | license = "BSD"
16 | }
17 |
18 | dependencies = {
19 | "torch >= 7.0",
20 | "sys >= 1.0",
21 | }
22 |
23 | build = {
24 | type = "command",
25 | build_command = [[
26 | cmake -E make_directory build;
27 | cd build;
28 | cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH="$(LUA_BINDIR)/.." -DCMAKE_INSTALL_PREFIX="$(PREFIX)";
29 | $(MAKE)
30 | ]],
31 | install_command = "cd build && $(MAKE) install"
32 | }
33 |
--------------------------------------------------------------------------------
/optim-1.0.3-1.rockspec:
--------------------------------------------------------------------------------
1 | package = "optim"
2 | version = "1.0.3-1"
3 |
4 | source = {
5 | url = "git://github.com/torch/optim",
6 | tag = "1.0.3-1"
7 | }
8 |
9 | description = {
10 | summary = "An optimization library for Torch.",
11 | detailed = [[
12 | This package contains several optimization routines for Torch.
13 | ]],
14 | homepage = "https://github.com/torch/optim",
15 | license = "BSD"
16 | }
17 |
18 | dependencies = {
19 | "torch >= 7.0",
20 | "sys >= 1.0",
21 | }
22 |
23 | build = {
24 | type = "command",
25 | build_command = [[
26 | cmake -E make_directory build;
27 | cd build;
28 | cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH="$(LUA_BINDIR)/.." -DCMAKE_INSTALL_PREFIX="$(PREFIX)";
29 | $(MAKE)
30 | ]],
31 | install_command = "cd build && $(MAKE) install"
32 | }
33 |
--------------------------------------------------------------------------------
/optim-1.0.4-0.rockspec:
--------------------------------------------------------------------------------
1 | package = "optim"
2 | version = "1.0.4-0"
3 |
4 | source = {
5 | url = "git://github.com/torch/optim",
6 | tag = "1.0.4-0"
7 | }
8 |
9 | description = {
10 | summary = "An optimization library for Torch.",
11 | detailed = [[
12 | This package contains several optimization routines for Torch.
13 | ]],
14 | homepage = "https://github.com/torch/optim",
15 | license = "BSD"
16 | }
17 |
18 | dependencies = {
19 | "torch >= 7.0",
20 | "sys >= 1.0",
21 | }
22 |
23 | build = {
24 | type = "command",
25 | build_command = [[
26 | cmake -E make_directory build;
27 | cd build;
28 | cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH="$(LUA_BINDIR)/.." -DCMAKE_INSTALL_PREFIX="$(PREFIX)";
29 | $(MAKE)
30 | ]],
31 | install_command = "cd build && $(MAKE) install"
32 | }
33 |
--------------------------------------------------------------------------------
/signal-scm-1.rockspec:
--------------------------------------------------------------------------------
1 | package = "signal"
2 | version = "scm-1"
3 |
4 | source = {
5 | url = "git://github.com/soumith/torch-signal.git"
6 | }
7 |
8 | description = {
9 | summary = "A signal processing toolbox for Torch-7",
10 | detailed = [[
11 | A signal processing toolbox for Torch-7
12 | ]],
13 | homepage = "https://github.com/soumith/torch-signal",
14 | license = "BSD"
15 | }
16 |
17 | dependencies = {
18 | "lua >= 5.1",
19 | "torch >= 7.0",
20 | "fftw3 >= 1.0"
21 | }
22 |
23 | build = {
24 | type = "command",
25 | build_command = [[
26 | cmake -E make_directory build;
27 | cd build;
28 | cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH="$(LUA_BINDIR)/.." -DCMAKE_INSTALL_PREFIX="$(PREFIX)";
29 | $(MAKE)
30 | ]],
31 | install_command = "cd build && $(MAKE) install"
32 | }
33 |
--------------------------------------------------------------------------------
/inn-1.0-0.rockspec:
--------------------------------------------------------------------------------
1 | package = "inn"
2 | version = "1.0-0"
3 |
4 | source = {
5 | url = "git://github.com/szagoruyko/imagine-nn",
6 | tag = "master"
7 | }
8 |
9 | description = {
10 | summary = "IMAGINE/LIGM torch nn repository",
11 | detailed = [[
12 | Universite Paris-Est MLV Imagine laboratory nn routines
13 | ]],
14 | homepage = "https://github.com/szagoruyko/imagine-nn",
15 | license = "BSD"
16 | }
17 |
18 | dependencies = {
19 | "torch >= 7.0",
20 | "nn",
21 | "cunn"
22 | }
23 |
24 | build = {
25 | type = "command",
26 | build_command = [[
27 | cmake -E make_directory build;
28 | cd build;
29 | cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH="$(LUA_BINDIR)/.." -DCMAKE_INSTALL_PREFIX="$(PREFIX)";
30 | $(MAKE)
31 | ]],
32 | install_command = "cd build && $(MAKE) install"
33 | }
34 |
--------------------------------------------------------------------------------
/torchffi-1.1.alpha-0.rockspec:
--------------------------------------------------------------------------------
1 | package = "torchffi"
2 | version = "1.1.alpha-0"
3 |
4 | source = {
5 | url = "git://github.com/torch/ffi",
6 | tag = "master"
7 | }
8 |
9 | description = {
10 | summary = "Enables FFI bindings for Torch",
11 | detailed = [[
12 | Enables FFI bindings for Torch (Tensor). It requires Torch to be built
13 | with LuaJIT.
14 | ]],
15 | homepage = "https://github.com/torch/ffi",
16 | license = "BSD"
17 | }
18 |
19 | dependencies = {
20 | "torch >= 7.0",
21 | }
22 |
23 | build = {
24 | type = "command",
25 | build_command = [[
26 | cmake -E make_directory build;
27 | cd build;
28 | cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH="$(LUA_BINDIR)/.." -DCMAKE_INSTALL_PREFIX="$(PREFIX)";
29 | $(MAKE)
30 | ]],
31 | install_command = "cd build && $(MAKE) install"
32 | }
33 |
--------------------------------------------------------------------------------
/torchnet-scm-1.rockspec:
--------------------------------------------------------------------------------
1 | package = "torchnet"
2 | version = "scm-1"
3 |
4 | source = {
5 | url = "git://github.com/torchnet/torchnet.git"
6 | }
7 |
8 | description = {
9 | summary = "Torch on steroids",
10 | detailed = [[
11 | Various abstractions for torch7.
12 | ]],
13 | homepage = "https://github.com/torchnet/torchnet",
14 | license = "BSD"
15 | }
16 |
17 | dependencies = {
18 | "lua >= 5.1",
19 | "torch >= 7.0",
20 | "nn >= 1.0",
21 | "argcheck >= 1.0",
22 | "threads >= 1.0",
23 | "md5 >= 1.0",
24 | "luafilesystem >= 1.0",
25 | "luasocket >= 1.0",
26 | "optim >= 1.0",
27 | "tds >= 1.0",
28 | }
29 |
30 | build = {
31 | type = "cmake",
32 | variables = {
33 | CMAKE_BUILD_TYPE="Release",
34 | LUA_PATH="$(LUADIR)",
35 | LUA_CPATH="$(LIBDIR)"
36 | }
37 | }
38 |
--------------------------------------------------------------------------------
/xlua-1.0-0.rockspec:
--------------------------------------------------------------------------------
1 | package = "xlua"
2 | version = "1.0-0"
3 |
4 | source = {
5 | url = "git://github.com/torch/xlua",
6 | tag = "1.0-0",
7 | dir = 'xlua'
8 | }
9 |
10 | description = {
11 | summary = "Extra Lua functions.",
12 | detailed = [[
13 | Lua is pretty compact in terms of built-in functionalities:
14 | this package extends the table and string libraries,
15 | and provide other general purpose tools (progress bar, ...).
16 | ]],
17 | homepage = "https://github.com/torch/xlua",
18 | license = "BSD"
19 | }
20 |
21 | dependencies = {
22 | "torch >= 7.0",
23 | "sys >= 1.0"
24 | }
25 |
26 | build = {
27 | type = "builtin",
28 | modules = {
29 | ['xlua.init'] = 'init.lua',
30 | ['xlua.OptionParser'] = 'OptionParser.lua',
31 | ['xlua.Profiler'] = 'Profiler.lua'
32 | }
33 | }
34 |
--------------------------------------------------------------------------------
/torch-scm-1.rockspec:
--------------------------------------------------------------------------------
1 | package = "torch"
2 | version = "scm-1"
3 |
4 | source = {
5 | url = "git://github.com/torch/torch7.git",
6 | }
7 |
8 | description = {
9 | summary = "Torch7",
10 | detailed = [[
11 | ]],
12 | homepage = "https://github.com/torch/torch7",
13 | license = "BSD"
14 | }
15 |
16 | dependencies = {
17 | "lua >= 5.1",
18 | "paths >= 1.0",
19 | "cwrap >= 1.0"
20 | }
21 |
22 | build = {
23 | type = "command",
24 | build_command = [[
25 | cmake -E make_directory build && cd build && cmake .. -DCMAKE_BUILD_TYPE=Release -DLUA=$(LUA) -DLUALIB=$(LUALIB) -DLUA_BINDIR="$(LUA_BINDIR)" -DLUA_INCDIR="$(LUA_INCDIR)" -DLUA_LIBDIR="$(LUA_LIBDIR)" -DLUADIR="$(LUADIR)" -DLIBDIR="$(LIBDIR)" -DCMAKE_INSTALL_PREFIX="$(PREFIX)" && $(MAKE)
26 | ]],
27 | install_command = "cd build && $(MAKE) install"
28 | }
29 |
--------------------------------------------------------------------------------
/image-1.0-0.rockspec:
--------------------------------------------------------------------------------
1 | package = "image"
2 | version = "1.0-0"
3 |
4 | source = {
5 | url = "git://github.com/torch/image"
6 | }
7 |
8 | description = {
9 | summary = "An image library for Torch",
10 | detailed = [[
11 | This package provides routines to load/save and manipulate images
12 | using Torch's Tensor data structure.
13 | ]],
14 | homepage = "https://github.com/torch/image",
15 | license = "BSD"
16 | }
17 |
18 | dependencies = {
19 | "torch >= 7.0",
20 | "sys >= 1.0",
21 | "xlua >= 1.0"
22 | }
23 |
24 | build = {
25 | type = "command",
26 | build_command = [[
27 | cmake -E make_directory build;
28 | cd build;
29 | cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH="$(LUA_BINDIR)/.." -DCMAKE_INSTALL_PREFIX="$(PREFIX)";
30 | $(MAKE)
31 | ]],
32 | install_command = "cd build && $(MAKE) install"
33 | }
34 |
--------------------------------------------------------------------------------
/hdf5-20-0.rockspec:
--------------------------------------------------------------------------------
1 | package = 'hdf5'
2 | version = '20-0'
3 |
4 | source = {
5 | url = 'git://github.com/deepmind/torch-hdf5.git',
6 | branch = 'master'
7 | }
8 |
9 | description = {
10 | summary = "Interface to HDF5 library",
11 | homepage = "https://github.com/deepmind/torch-hdf5",
12 | detailed = "Read and write Torch tensor data to and from Hierarchical Data Format files.",
13 | license = "BSD",
14 | maintainer = "Dan Horgan "
15 | }
16 |
17 | dependencies = { 'torch >= 7.0', 'logroll', 'penlight' }
18 | build = {
19 | type = "command",
20 | build_command = [[
21 | cmake -E make_directory build;
22 | cd build;
23 | cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH="$(LUA_BINDIR)/.." -DCMAKE_INSTALL_PREFIX="$(PREFIX)";
24 | $(MAKE)
25 | ]],
26 | install_command = "cd build && $(MAKE) install"
27 | }
28 |
--------------------------------------------------------------------------------
/openblas-conv-1.0-1.rockspec:
--------------------------------------------------------------------------------
1 | package = "openblas-conv"
2 | version = "1.0-1"
3 |
4 | source = {
5 | url = "git://github.com/mvitez/OpenBLAS-conv.git",
6 | }
7 |
8 | description = {
9 | summary = "SpatialConvolutionMM implementation with virtual matrices",
10 | detailed = [[
11 | ]],
12 | homepage = "https://github.com/mvitez/OpenBLAS-conv",
13 | license = "BSD"
14 | }
15 |
16 | dependencies = {
17 | "torch >= 7.0",
18 | "luaffi"
19 | }
20 |
21 | build = {
22 | type = "make",
23 | build_variables = {
24 | LUA_LIBDIR="$(LUA_LIBDIR)",
25 | LUA_BINDIR="$(LUA_BINDIR)",
26 | LUA_INCDIR="$(LUA_INCDIR)",
27 | LUA="$(LUA)",
28 | },
29 | install_variables = {
30 | INST_PREFIX="$(PREFIX)",
31 | INST_BINDIR="$(BINDIR)",
32 | INST_LIBDIR="$(LIBDIR)",
33 | INST_LUADIR="$(LUADIR)",
34 | INST_CONFDIR="$(CONFDIR)",
35 | }
36 | }
37 |
--------------------------------------------------------------------------------
/redis-async-scm-0.rockspec:
--------------------------------------------------------------------------------
1 | package = "redis-async"
2 | version = "scm-0"
3 |
4 | source = {
5 | url = "git://github.com/ocallaco/redis-async",
6 | branch = "master",
7 | dir = "redis-async",
8 | }
9 |
10 | description = {
11 | summary = "A redis client built off the torch/lua async framework",
12 | detailed = [[
13 | A redis client built off the torch/lua async framework
14 | ]],
15 | homepage = "https://github.com/ocallaco/redis-async",
16 | license = "BSD"
17 | }
18 |
19 | dependencies = {
20 | "async",
21 | "sys >= 1.0",
22 | "buffer",
23 | }
24 |
25 | build = {
26 | type = "builtin",
27 | modules = {
28 | ['redis-async.init'] = 'init.lua',
29 | ['redis-async.redis_conn'] = 'redis_conn.lua',
30 | ['redis-async.codec'] = 'codec.lua',
31 | ['redis-async.commands'] = 'commands.lua',
32 | }
33 | }
34 |
--------------------------------------------------------------------------------
/parallel-1.1-0.rockspec:
--------------------------------------------------------------------------------
1 | package = "parallel"
2 | version = "1.1-0"
3 |
4 | source = {
5 | url = "git://github.com/clementfarabet/lua---parallel"
6 | }
7 |
8 | description = {
9 | summary = "A package to easily fork processes, for Torch",
10 | detailed = [[
11 | A package to fork and serialize data between multiple processes.
12 | ]],
13 | homepage = "https://github.com/clementfarabet/lua---parallel",
14 | license = "BSD"
15 | }
16 |
17 | dependencies = {
18 | "torch >= 7.0",
19 | "sys >= 1.0",
20 | "env >= 1.0"
21 | }
22 |
23 | build = {
24 | type = "command",
25 | build_command = [[
26 | cmake -E make_directory build;
27 | cd build;
28 | cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH="$(LUA_BINDIR)/.." -DCMAKE_INSTALL_PREFIX="$(PREFIX)";
29 | $(MAKE)
30 | ]],
31 | install_command = "cd build && $(MAKE) install"
32 | }
33 |
--------------------------------------------------------------------------------
/parallel-1.0-0.rockspec:
--------------------------------------------------------------------------------
1 | package = "parallel"
2 | version = "1.0-0"
3 |
4 | source = {
5 | url = "git://github.com/clementfarabet/lua---parallel",
6 | tag = "1.0-0"
7 | }
8 |
9 | description = {
10 | summary = "A package to easily fork processes, for Torch",
11 | detailed = [[
12 | A package to fork and serialize data between multiple processes.
13 | ]],
14 | homepage = "https://github.com/clementfarabet/lua---parallel",
15 | license = "BSD"
16 | }
17 |
18 | dependencies = {
19 | "torch >= 7.0",
20 | "sys >= 1.0",
21 | }
22 |
23 | build = {
24 | type = "command",
25 | build_command = [[
26 | cmake -E make_directory build;
27 | cd build;
28 | cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH="$(LUA_BINDIR)/.." -DCMAKE_INSTALL_PREFIX="$(PREFIX)";
29 | $(MAKE)
30 | ]],
31 | install_command = "cd build && $(MAKE) install"
32 | }
33 |
--------------------------------------------------------------------------------
/cudnn-scm-1.rockspec:
--------------------------------------------------------------------------------
1 | package = "cudnn"
2 | version = "scm-1"
3 |
4 | source = {
5 | url = "git://github.com/soumith/cudnn.torch.git",
6 | }
7 |
8 | description = {
9 | summary = "Torch7 FFI bindings for NVIDIA CuDNN kernels!",
10 | detailed = [[
11 | All CuDNN modules exposed as nn.Module derivatives so
12 | that they can be used with torch's neural network package
13 | ]],
14 | homepage = "https://github.com/soumith/cudnn.torch",
15 | license = "BSD"
16 | }
17 |
18 | dependencies = {
19 | "torch >= 7.0",
20 | "cutorch",
21 | "nn"
22 | }
23 |
24 | build = {
25 | type = "command",
26 | build_command = [[
27 | cmake -E make_directory build && cd build && cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH="$(LUA_BINDIR)/.." -DCMAKE_INSTALL_PREFIX="$(PREFIX)" && $(MAKE)
28 | ]],
29 | install_command = "cd build && $(MAKE) install"
30 | }
--------------------------------------------------------------------------------
/svm-0.1-0.rockspec:
--------------------------------------------------------------------------------
1 | package = "svm"
2 | version = "0.1-0"
3 |
4 | source = {
5 | url = "git://github.com/koraykv/torch-svm.git",
6 | tag = "master"
7 | }
8 |
9 | description = {
10 | summary = "Torch-SVM library",
11 | detailed = [[
12 | Torch-SVM library
13 | ]],
14 | homepage = "https://github.com/koraykv/torch-svm",
15 | license = "BSD"
16 | }
17 |
18 | dependencies = {
19 | "torch >= 7.0",
20 | "xlua >= 1.0"
21 | }
22 |
23 | build = {
24 | type = "command",
25 | build_command = [[
26 | cmake -E make_directory build && cd build && cmake .. -DCMAKE_BUILD_TYPE=Release -DLUA=$(LUA) -DLUALIB=$(LUALIB) -DLUA_BINDIR="$(LUA_BINDIR)" -DLUA_INCDIR="$(LUA_INCDIR)" -DLUA_LIBDIR="$(LUA_LIBDIR)" -DLUADIR="$(LUADIR)" -DLIBDIR="$(LIBDIR)" -DCMAKE_INSTALL_PREFIX="$(PREFIX)" && $(MAKE)
27 | ]],
28 | install_command = "cd build && $(MAKE) install"
29 | }
30 |
--------------------------------------------------------------------------------
/image-1.0.1-0.rockspec:
--------------------------------------------------------------------------------
1 | package = "image"
2 | version = "1.0.1-0"
3 |
4 | source = {
5 | url = "git://github.com/torch/image",
6 | tag = "1.0.1-0"
7 | }
8 |
9 | description = {
10 | summary = "An image library for Torch",
11 | detailed = [[
12 | This package provides routines to load/save and manipulate images
13 | using Torch's Tensor data structure.
14 | ]],
15 | homepage = "https://github.com/torch/image",
16 | license = "BSD"
17 | }
18 |
19 | dependencies = {
20 | "torch >= 7.0",
21 | "sys >= 1.0",
22 | "xlua >= 1.0"
23 | }
24 |
25 | build = {
26 | type = "command",
27 | build_command = [[
28 | cmake -E make_directory build;
29 | cd build;
30 | cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH="$(LUA_BINDIR)/.." -DCMAKE_INSTALL_PREFIX="$(PREFIX)";
31 | $(MAKE)
32 | ]],
33 | install_command = "cd build && $(MAKE) install"
34 | }
35 |
--------------------------------------------------------------------------------
/nnx-0.1-1.rockspec:
--------------------------------------------------------------------------------
1 | package = "nnx"
2 | version = "0.1-1"
3 |
4 | source = {
5 | url = "git://github.com/clementfarabet/lua---nnx",
6 | tag = "master"
7 | }
8 |
9 | description = {
10 | summary = "A completely unstable and experimental package that extends Torch's builtin nn library",
11 | detailed = [[
12 | This is an experimental package that extends nn. You've be warned!
13 | ]],
14 | homepage = "https://github.com/clementfarabet/lua---nnx",
15 | license = "BSD"
16 | }
17 |
18 | dependencies = {
19 | "torch >= 7.0",
20 | "xlua >= 1.0"
21 | }
22 |
23 | build = {
24 | type = "command",
25 | build_command = [[
26 | cmake -E make_directory build && cd build && cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH="$(LUA_BINDIR)/.." -DCMAKE_INSTALL_PREFIX="$(PREFIX)" && $(MAKE)
27 | ]],
28 | install_command = "cd build && $(MAKE) install"
29 | }
30 |
--------------------------------------------------------------------------------
/dpnn-scm-1.rockspec:
--------------------------------------------------------------------------------
1 | package = "dpnn"
2 | version = "scm-1"
3 |
4 | source = {
5 | url = "git://github.com/Element-Research/dpnn",
6 | tag = "master"
7 | }
8 |
9 | description = {
10 | summary = "deep extensions to nn Modules and Criterions",
11 | detailed = [[sharedClone, type, outside, updateGradParameters, Serial, Inception, etc.]],
12 | homepage = "https://github.com/Element-Research/dpnn",
13 | license = "BSD"
14 | }
15 |
16 | dependencies = {
17 | "torch >= 7.0",
18 | "nn >= 1.0",
19 | "nnx >= 0.1",
20 | "moses >= 1.3.1"
21 | }
22 |
23 | build = {
24 | type = "command",
25 | build_command = [[
26 | cmake -E make_directory build;
27 | cd build;
28 | cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH="$(LUA_BINDIR)/.." -DCMAKE_INSTALL_PREFIX="$(PREFIX)";
29 | $(MAKE)
30 | ]],
31 | install_command = "cd build && $(MAKE) install"
32 | }
33 |
--------------------------------------------------------------------------------
/cunnx-scm-1.rockspec:
--------------------------------------------------------------------------------
1 | package = "cunnx"
2 | version = "scm-1"
3 |
4 | source = {
5 | url = "git://github.com/nicholas-leonard/cunnx",
6 | tag = "master"
7 | }
8 |
9 | description = {
10 | summary = "Torch CUDA Experimental Neural Network Modules",
11 | detailed = [[The CUDA analog of nnx. Also contains some CUDA-only modules.]],
12 | homepage = "https://github.com/nicholas-leonard/cunnx",
13 | license = "BSD"
14 | }
15 |
16 | dependencies = {
17 | "torch >= 7.0",
18 | "nn >= 1.0",
19 | "cunn >= 1.0",
20 | "nnx >= 0.1",
21 | "cutorch >= 1.0"
22 | }
23 |
24 | build = {
25 | type = "command",
26 | build_command = [[
27 | cmake -E make_directory build && cd build && cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH="$(LUA_BINDIR)/.." -DCMAKE_INSTALL_PREFIX="$(PREFIX)" && $(MAKE)
28 | ]],
29 | install_command = "cd build && $(MAKE) install"
30 | }
31 |
--------------------------------------------------------------------------------
/manifold-scm-0.rockspec:
--------------------------------------------------------------------------------
1 | package = "manifold"
2 | version = "scm-0"
3 |
4 | source = {
5 | url = "git://github.com/clementfarabet/manifold"
6 | }
7 |
8 | description = {
9 | summary = "A package to manipulate manifolds",
10 | detailed = [[
11 | A package to manipulate manifolds.
12 | ]],
13 | homepage = "https://github.com/clementfarabet/manifold",
14 | license = "MIT"
15 | }
16 |
17 | dependencies = {
18 | "torch >= 7.0",
19 | "unsup",
20 | "mnist",
21 | }
22 |
23 | build = {
24 | type = "builtin",
25 | modules = {
26 | ['manifold.init'] = 'init.lua',
27 | ['manifold.tsne'] = 'tsne.lua',
28 | ['manifold.lle'] = 'lle.lua',
29 | ['manifold.laplacian_eigenmaps'] = 'laplacian_eigenmaps.lua',
30 | },
31 | install = {
32 | bin = {
33 | 'bhtsne_maci',
34 | 'bhtsne_linux',
35 | }
36 | }
37 | }
38 |
--------------------------------------------------------------------------------
/rnn-scm-1.rockspec:
--------------------------------------------------------------------------------
1 | package = "rnn"
2 | version = "scm-1"
3 |
4 | source = {
5 | url = "git://github.com/Element-Research/rnn",
6 | tag = "master"
7 | }
8 |
9 | description = {
10 | summary = "A Recurrent Neural Network library that extends Torch's nn",
11 | detailed = [[
12 | A library to build RNNs, LSTMs, BRNNs, BLSTMs, and so forth and so on.
13 | ]],
14 | homepage = "https://github.com/Element-Research/rnn",
15 | license = "BSD"
16 | }
17 |
18 | dependencies = {
19 | "torch >= 7.0",
20 | "nn >= 1.0",
21 | "dpnn >= 1.0",
22 | "torchx >= 1.0"
23 | }
24 |
25 | build = {
26 | type = "command",
27 | build_command = [[
28 | cmake -E make_directory build && cd build && cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH="$(LUA_BINDIR)/.." -DCMAKE_INSTALL_PREFIX="$(PREFIX)" && $(MAKE)
29 | ]],
30 | install_command = "cd build && $(MAKE) install"
31 | }
32 |
--------------------------------------------------------------------------------
/ccn2-scm-1.rockspec:
--------------------------------------------------------------------------------
1 | package = "ccn2"
2 | version = "scm-1"
3 |
4 | source = {
5 | url = "git://github.com/soumith/cuda-convnet2.torch.git",
6 | }
7 |
8 | description = {
9 | summary = "Torch7 bindings for cuda-convnet2 kernels!",
10 | detailed = [[
11 | All cuda-convnet2 modules exposed as nn.Module derivatives so
12 | that they can be used with torch's neural network package
13 | ]],
14 | homepage = "https://github.com/soumith/cuda-convnet2.torch",
15 | license = "Apache 2.0"
16 | }
17 |
18 | dependencies = {
19 | "torch >= 7.0",
20 | "cutorch",
21 | "nn"
22 | }
23 |
24 | build = {
25 | type = "command",
26 | build_command = [[
27 | cmake -E make_directory build && cd build && cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH="$(LUA_BINDIR)/.." -DCMAKE_INSTALL_PREFIX="$(PREFIX)" && $(MAKE)
28 | ]],
29 | install_command = "cd build && $(MAKE) install"
30 | }
--------------------------------------------------------------------------------
/image-1.1.alpha-0.rockspec:
--------------------------------------------------------------------------------
1 | package = "image"
2 | version = "1.1.alpha-0"
3 |
4 | source = {
5 | url = "git://github.com/torch/image",
6 | tag = "master"
7 | }
8 |
9 | description = {
10 | summary = "An image library for Torch",
11 | detailed = [[
12 | This package provides routines to load/save and manipulate images
13 | using Torch's Tensor data structure.
14 | ]],
15 | homepage = "https://github.com/torch/image",
16 | license = "BSD"
17 | }
18 |
19 | dependencies = {
20 | "torch >= 7.0",
21 | "sys >= 1.0",
22 | "xlua >= 1.0",
23 | "dok"
24 | }
25 |
26 | build = {
27 | type = "command",
28 | build_command = [[
29 | cmake -E make_directory build && cd build && cmake .. -DLUALIB=$(LUALIB) -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH="$(LUA_BINDIR)/.." -DCMAKE_INSTALL_PREFIX="$(PREFIX)" && $(MAKE)
30 | ]],
31 | install_command = "cd build && $(MAKE) install"
32 | }
33 |
--------------------------------------------------------------------------------
/nnbhwd-scm-1.rockspec:
--------------------------------------------------------------------------------
1 | package = "nnbhwd"
2 | version = "scm-1"
3 |
4 | source = {
5 | url = "git://github.com/qassemoquab/nnbhwd",
6 | tag = "master"
7 | }
8 |
9 | description = {
10 | summary = "CUDA SpatialConvolution and SpatialMaxPooling kernels for input layout of the form Batch-Height-Width-Depth",
11 | detailed = [[
12 | CUDA SpatialConvolution and SpatialMaxPooling kernels for input layout of the form Batch-Height-Width-Depth
13 | ]],
14 | homepage = "https://github.com/qassemoquab/nnbhwd"
15 | }
16 |
17 | dependencies = {
18 | "torch >= 7.0"
19 | }
20 |
21 | build = {
22 | type = "command",
23 | build_command = [[
24 | cmake -E make_directory build;
25 | cd build;
26 | cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH="$(LUA_BINDIR)/.." -DCMAKE_INSTALL_PREFIX="$(PREFIX)";
27 | $(MAKE)
28 | ]],
29 | install_command = "cd build && $(MAKE) install"
30 | }
31 |
--------------------------------------------------------------------------------
/unsup-0.1-0.rockspec:
--------------------------------------------------------------------------------
1 | package = "unsup"
2 | version = "0.1-0"
3 |
4 | source = {
5 | url = "git://github.com/koraykv/unsup",
6 | tag = "master"
7 | }
8 |
9 | description = {
10 | summary = "A package for unsupervised learning in Torch",
11 | detailed = [[
12 | Provides modules that are compatible with nn (LinearPsd, ConvPsd, AutoEncoder, ...), and self-contained algorithms (k-means, PCA).
13 | ]],
14 | homepage = "https://github.com/koraykv/unsup",
15 | license = "BSD"
16 | }
17 |
18 | dependencies = {
19 | "torch >= 7.0",
20 | "xlua >= 1.0",
21 | "optim >= 1.0"
22 | }
23 |
24 | build = {
25 | type = "command",
26 | build_command = [[
27 | cmake -E make_directory build && cd build && cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH="$(LUA_BINDIR)/.." -DCMAKE_INSTALL_PREFIX="$(PREFIX)" && $(MAKE)
28 | ]],
29 | install_command = "cd build && $(MAKE) install"
30 | }
31 |
--------------------------------------------------------------------------------
/eex-1.0-0.rockspec:
--------------------------------------------------------------------------------
1 | package = "eex"
2 | version = "1.0-0"
3 |
4 | source = {
5 | url = "git://github.com/e-lab/eex",
6 | tag = "master"
7 | }
8 |
9 | description = {
10 | summary = "Torch extras from e-Lab",
11 | detailed = [[
12 | This is a Torch extra package from e-Lab.
13 | ]],
14 | homepage = "https://github.com/e-lab/eex",
15 | license = "BSD"
16 | }
17 |
18 | dependencies = {
19 | "torch >= 7.0",
20 | "xlua >= 1.0"
21 | }
22 |
23 | -- build = {
24 | -- type = "cmake",
25 | -- variables = {
26 | -- LUAROCKS_PREFIX = "$(PREFIX)"
27 | -- }
28 | -- }
29 |
30 | build = {
31 | type = "command",
32 | build_command = [[
33 | cmake -E make_directory build && cd build && cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH="$(LUA_BINDIR)/.." -DCMAKE_INSTALL_PREFIX="$(PREFIX)" && $(MAKE)
34 | ]],
35 | install_command = "cd build && $(MAKE) install"
36 | }
37 |
--------------------------------------------------------------------------------
/inline-c-1.0-0.rockspec:
--------------------------------------------------------------------------------
1 | package = "inline-c"
2 | version = "1.0-0"
3 |
4 | source = {
5 | url = "git://github.com/clementfarabet/lua---inline-C",
6 | tag = "1.0-0"
7 | }
8 |
9 | description = {
10 | summary = "A package to dynamically build and run C from within Lua",
11 | detailed = [[
12 | Each function gets wrapped in it own little lua library which is then made accessible to the Lua runtime.
13 | ]],
14 | homepage = "https://github.com/clementfarabet/lua---inline-C",
15 | license = "BSD"
16 | }
17 |
18 | dependencies = {
19 | "torch >= 7.0",
20 | "sys >= 1.0",
21 | }
22 |
23 | build = {
24 | type = "command",
25 | build_command = [[
26 | cmake -E make_directory build;
27 | cd build;
28 | cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH="$(LUA_BINDIR)/.." -DCMAKE_INSTALL_PREFIX="$(PREFIX)";
29 | $(MAKE)
30 | ]],
31 | install_command = "cd build && $(MAKE) install"
32 | }
33 |
--------------------------------------------------------------------------------
/audio-0.1-0.rockspec:
--------------------------------------------------------------------------------
1 | package = "audio"
2 | version = "0.1-0"
3 |
4 | source = {
5 | url = "git://github.com/soumith/lua---audio",
6 | tag = "master"
7 | }
8 |
9 | description = {
10 | summary = "Audio library for Torch-7",
11 | detailed = [[
12 | Support audio I/O (Load files)
13 | Common audio operations (Short-time Fourier transforms, Spectrograms)
14 | ]],
15 | homepage = "https://github.com/soumith/lua---audio",
16 | license = "RWTFPL"
17 | }
18 |
19 | dependencies = {
20 | "torch >= 7.0",
21 | "sys >= 1.0",
22 | "xlua >= 1.0"
23 | }
24 |
25 | build = {
26 | type = "command",
27 | build_command = [[
28 | cmake -E make_directory build;
29 | cd build;
30 | cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH="$(LUA_BINDIR)/.." -DCMAKE_INSTALL_PREFIX="$(PREFIX)"
31 | $(MAKE)
32 | ]],
33 | install_command = "cd build && $(MAKE) install"
34 | }
35 |
--------------------------------------------------------------------------------
/gm-scm-1.rockspec:
--------------------------------------------------------------------------------
1 | package = "gm"
2 | version = "scm-1"
3 |
4 | source = {
5 | url = "git://github.com/clementfarabet/gm",
6 | branch = "master"
7 | }
8 |
9 | description = {
10 | summary = "A graphical model library for Torch",
11 | detailed = [[
12 | This package provides routines to create graphical models,
13 | and perform common operations on them: decoding, inference, and parameter estimation.
14 | ]],
15 | homepage = "https://github.com/clementfarabet/gm",
16 | license = "BSD"
17 | }
18 |
19 | dependencies = {
20 | "torch >= 7.0",
21 | "sys >= 1.0",
22 | "xlua >= 1.0"
23 | }
24 |
25 | build = {
26 | type = "command",
27 | build_command = [[
28 | cmake -E make_directory build && cd build && cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH="$(LUA_BINDIR)/.." -DCMAKE_INSTALL_PREFIX="$(PREFIX)" && $(MAKE)
29 | ]],
30 | install_command = "cd build && $(MAKE) install"
31 | }
32 |
--------------------------------------------------------------------------------
/rq-monitor-scm-0.rockspec:
--------------------------------------------------------------------------------
1 | package = "rq-monitor"
2 | version = "scm-0"
3 |
4 | source = {
5 | url = "git://github.com/ocallaco/rq-monitor",
6 | branch = "master",
7 | dir = "rq-monitor",
8 | }
9 |
10 | description = {
11 | summary = "An ncurses based interface for managing redis-queue workers",
12 | detailed = [[
13 | An ncurses based interface for managing redis-queue workers
14 | ]],
15 | homepage = "https://github.com/ocallaco/rq-monitor",
16 | license = "BSD"
17 | }
18 |
19 | dependencies = {
20 | "async",
21 | "sys >= 1.0",
22 | "redis-status",
23 | }
24 |
25 | build = {
26 | type = "builtin",
27 | modules = {
28 | ['rq-monitor'] = './monitor.lua',
29 | ['rq-monitor.io'] = './io.lua',
30 | ['rq-monitor.replmananger'] = './replmanager.lua',
31 | ['rq-monitor.windowbox'] = './windowbox.lua',
32 | ['rq-monitor.config'] = './config.lua',
33 | }
34 | }
35 |
--------------------------------------------------------------------------------
/camera-1.0-0.rockspec:
--------------------------------------------------------------------------------
1 | package = "camera"
2 | version = "1.0-0"
3 |
4 | source = {
5 | url = "git://github.com/clementfarabet/lua---camera",
6 | tag = "1.0-0"
7 | }
8 |
9 | description = {
10 | summary = "A simple wrapper package to give torch access to a webcam",
11 | detailed = [[
12 | Uses OpenCV on MacOS and video4linux2 on Linux to proved the low level access to the camera hardware.
13 | ]],
14 | homepage = "https://github.com/clementfarabet/lua---camera",
15 | license = "BSD"
16 | }
17 |
18 | dependencies = {
19 | "torch >= 7.0",
20 | "xlua >= 1.0",
21 | "sys >= 1.0",
22 | }
23 |
24 | build = {
25 | type = "command",
26 | build_command = [[
27 | cmake -E make_directory build;
28 | cd build;
29 | cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH="$(LUA_BINDIR)/.." -DCMAKE_INSTALL_PREFIX="$(PREFIX)";
30 | $(MAKE)
31 | ]],
32 | install_command = "cd build && $(MAKE) install"
33 | }
34 |
--------------------------------------------------------------------------------
/camera-1.1-0.rockspec:
--------------------------------------------------------------------------------
1 | package = "camera"
2 | version = "1.1-0"
3 |
4 | source = {
5 | url = "git://github.com/clementfarabet/lua---camera",
6 | }
7 |
8 | description = {
9 | summary = "A simple wrapper package to give torch access to a webcam",
10 | detailed = [[
11 | Uses OpenCV on MacOS and video4linux2 on Linux to proved the low level access to the camera hardware.
12 | ]],
13 | homepage = "https://github.com/clementfarabet/lua---camera",
14 | license = "BSD"
15 | }
16 |
17 | dependencies = {
18 | "torch >= 7.0",
19 | "xlua >= 1.0",
20 | "sys >= 1.0",
21 | "image >= 1.0.1"
22 | }
23 |
24 | build = {
25 | type = "command",
26 | build_command = [[
27 | cmake -E make_directory build;
28 | cd build;
29 | cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH="$(LUA_BINDIR)/.." -DCMAKE_INSTALL_PREFIX="$(PREFIX)";
30 | $(MAKE)
31 | ]],
32 | install_command = "cd build && $(MAKE) install"
33 | }
34 |
--------------------------------------------------------------------------------
/graphicsmagick-1.scm-0.rockspec:
--------------------------------------------------------------------------------
1 | package = "graphicsmagick"
2 | version = "1.scm-0"
3 |
4 | source = {
5 | url = "git://github.com/clementfarabet/graphicsmagick",
6 | }
7 |
8 | description = {
9 | summary = "A wrapper to GraphicsMagick (binary).",
10 | detailed = [[
11 | GraphichsMagick (.org) is a tool to convert images, quite efficiently.
12 | This package provides bindings to it.
13 | ]],
14 | homepage = "https://github.com/clementfarabet/graphicsmagick",
15 | license = "BSD"
16 | }
17 |
18 | dependencies = {
19 | "sys >= 1.0",
20 | "torch >= 7.0",
21 | "image >= 1.0",
22 | }
23 |
24 | build = {
25 | type = "builtin",
26 | modules = {
27 | ['graphicsmagick.init'] = 'init.lua',
28 | ['graphicsmagick.convert'] = 'convert.lua',
29 | ['graphicsmagick.info'] = 'info.lua',
30 | ['graphicsmagick.exif'] = 'exif.lua',
31 | ['graphicsmagick.Image'] = 'Image.lua',
32 | }
33 | }
34 |
--------------------------------------------------------------------------------
/template.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | Available rocks
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
19 |
20 |
21 |
22 |
23 | ${rocks}
24 |
25 |
26 |
27 |
28 |
29 |
--------------------------------------------------------------------------------
/display-scm-0.rockspec:
--------------------------------------------------------------------------------
1 | package = "display"
2 | version = "scm-0"
3 |
4 | source = {
5 | url = "git://github.com/szym/display",
6 | dir = "display"
7 | }
8 |
9 | description = {
10 | summary = "A browser-based graphics server with a Torch client.",
11 | detailed = [[A simple node.js server pushes images and charts to the browser.]],
12 | homepage = "https://github.com/szym/display",
13 | license = "MIT"
14 | }
15 |
16 | dependencies = {
17 | "torch >= 7.0",
18 | "sys >= 1.0",
19 | "image >= 1.0",
20 | "luasocket >= 2.0",
21 | "lua-cjson >= 2.1.0",
22 | "async >= 1.0"
23 | }
24 |
25 | build = {
26 | type = "command",
27 | install = {
28 | lua = {
29 | ["display.init"] = "init.lua",
30 | ["display.server"] = "server.lua",
31 | ["display.start"] = "start.lua",
32 | }
33 | },
34 | install_command = "mkdir $(LUADIR)/display && cp -a static plugins $(LUADIR)/display"
35 | }
36 |
--------------------------------------------------------------------------------
/mattorch-1.0-0.rockspec:
--------------------------------------------------------------------------------
1 | package = "mattorch"
2 | version = "1.0-0"
3 |
4 | source = {
5 | url = "git://github.com/clementfarabet/lua---mattorch",
6 | tag = "1.0-0"
7 | }
8 |
9 | description = {
10 | summary = "An interface between Matlab and Torch",
11 | detailed = [[
12 | A two-way interface between Matlab and Torch.
13 | Supports all Matrix types in Matlab, as long as they have an
14 | equivalent in Torch.
15 | ]],
16 | homepage = "https://github.com/clementfarabet/lua---mattorch",
17 | license = "BSD"
18 | }
19 |
20 | dependencies = {
21 | "torch >= 7.0",
22 | "sys >= 1.0",
23 | "xlua >= 1.0"
24 | }
25 |
26 | build = {
27 | type = "command",
28 | build_command = [[
29 | cmake -E make_directory build;
30 | cd build;
31 | cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH="$(LUA_BINDIR)/.." -DCMAKE_INSTALL_PREFIX="$(PREFIX)";
32 | $(MAKE)
33 | ]],
34 | install_command = "cd build && $(MAKE) install"
35 | }
36 |
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 | Rocks
2 | =====
3 |
4 | This is the official rock server for the Torch ecosystem. Note that all
5 | these rocks are installable with [Luarocks](http://luarocks.org/), but
6 | most of them assume [LuaJIT](http://luajit.org/).
7 |
8 | Please refer to [the Torch portal](http://torch.github.io/) for more info
9 | on Torch.
10 |
11 | If you want to contribute and share some code, just create a rock for it, and
12 | make a pull request to this repo. When commiting your rocks, you should also
13 | run the script [make-manifest.lua](https://github.com/torch/rocks/blob/master/make-manifest.lua),
14 | provided in this repo, to update the manifest and the html summary. The summary
15 | is viewable at all times [here](http://htmlpreview.github.io/?https://github.com/torch/rocks/blob/master/index.html).
16 |
17 | Make sure your [luajit-rocks](https://github.com/torch/luajit-rocks) is up to date
18 | as you will require luarocks `version > 2.2` to make the manifest.
19 |
--------------------------------------------------------------------------------
/argcheck-scm-1.rockspec:
--------------------------------------------------------------------------------
1 | package = "argcheck"
2 | version = "scm-1"
3 |
4 | source = {
5 | url = "git://github.com/torch/argcheck.git"
6 | }
7 |
8 | description = {
9 | summary = "Advanced function argument checker",
10 | detailed = [[
11 | Argcheck generates specific code for checking arguments of a function. This
12 | allows complex argument checking (possibly with optional values), with almost
13 | no overhead.
14 | ]],
15 | homepage = "https://github.com/torch/argcheck",
16 | license = "BSD"
17 | }
18 |
19 | dependencies = {
20 | "lua >= 5.1",
21 | }
22 |
23 | build = {
24 | type = "builtin",
25 | modules = {
26 | ["argcheck.init"] = "init.lua",
27 | ["argcheck.graph"] = "graph.lua",
28 | ["argcheck.env"] = "env.lua",
29 | ["argcheck.utils"] = "utils.lua",
30 | ["argcheck.doc"] = "doc.lua",
31 | ["argcheck.dump"] = "dump.lua",
32 | ["argcheck.usage"] = "usage.lua"
33 | }
34 | }
35 |
--------------------------------------------------------------------------------
/classic-scm-1.rockspec:
--------------------------------------------------------------------------------
1 | package = "classic"
2 | version = "scm-1"
3 | description = {
4 | summary = "Class system",
5 | detailed = [[ Classic is a class system for Lua. ]]
6 | }
7 |
8 | source = {
9 | url = "git://github.com/deepmind/classic.git",
10 | branch = 'master'
11 | }
12 |
13 | dependencies = { "torch >= 7.0", "totem" }
14 |
15 | build = {
16 | type = 'builtin',
17 | modules = {
18 | classic = "classic/init.lua",
19 | ["classic.Class"] = "classic/Class.lua",
20 | ["classic.Module"] = "classic/Module.lua",
21 | ["classic.torch"] = "classic/torch/init.lua",
22 |
23 | ["classic.tests.class.common"] = "classic/tests/class/common.lua",
24 | ["classic.tests.class.definitions"] = "classic/tests/class/definitions.lua",
25 | ["classic.tests.class.utils"] = "classic/tests/class/utils.lua",
26 |
27 | ["classic.tests.module.test"] = "classic/tests/module/test.lua",
28 | },
29 | }
30 |
--------------------------------------------------------------------------------
/mnist-scm-1.rockspec:
--------------------------------------------------------------------------------
1 | package = "mnist"
2 | version = "scm-1"
3 |
4 | source = {
5 | url = "git://github.com/andresy/mnist.git"
6 | }
7 |
8 | description = {
9 | summary = "Mnist dataset",
10 | detailed = [[
11 | ]],
12 | homepage = "https://github.com/andresy/mnist",
13 | license = "BSD"
14 | }
15 |
16 | dependencies = {
17 | "torch >= 7.0",
18 | "paths >= 1.0",
19 | }
20 |
21 | build = {
22 | type = "builtin",
23 | modules = {
24 | ["mnist.init"] = "init.lua"
25 | },
26 |
27 | install = {
28 | lua = {
29 | -- this is ugly (but this is luarocks)
30 | ["mnist.data.train-images-idx3-ubyte"] = "data/train-images-idx3-ubyte",
31 | ["mnist.data.train-labels-idx1-ubyte"] = "data/train-labels-idx1-ubyte",
32 | ["mnist.data.t10k-images-idx3-ubyte"] = "data/t10k-images-idx3-ubyte",
33 | ["mnist.data.t10k-labels-idx1-ubyte"] = "data/t10k-labels-idx1-ubyte"
34 | }
35 | }
36 | }
37 |
--------------------------------------------------------------------------------
/imgraph-1.0-0.rockspec:
--------------------------------------------------------------------------------
1 | package = "imgraph"
2 | version = "1.0-0"
3 |
4 | source = {
5 | url = "git://github.com/clementfarabet/lua---imgraph",
6 | tag = "1.0-0"
7 | }
8 |
9 | description = {
10 | summary = "An image/graph library for Torch",
11 | detailed = [[
12 | This package provides routines to construct graphs on images,
13 | segment them, build trees out of them, and convert them back
14 | to images.
15 | ]],
16 | homepage = "https://github.com/clementfarabet/lua---imgraph",
17 | license = "GPL"
18 | }
19 |
20 | dependencies = {
21 | "torch >= 7.0",
22 | "sys >= 1.0",
23 | "xlua >= 1.0",
24 | "image >= 1.0"
25 | }
26 |
27 | build = {
28 | type = "command",
29 | build_command = [[
30 | cmake -E make_directory build;
31 | cd build;
32 | cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH="$(LUA_BINDIR)/.." -DCMAKE_INSTALL_PREFIX="$(PREFIX)";
33 | $(MAKE)
34 | ]],
35 | install_command = "cd build && $(MAKE) install"
36 | }
37 |
--------------------------------------------------------------------------------
/redis-status-scm-0.rockspec:
--------------------------------------------------------------------------------
1 | package = "redis-status"
2 | version = "scm-0"
3 |
4 | source = {
5 | url = "git://github.com/ocallaco/redis-status",
6 | branch = "master",
7 | dir = "redis-status",
8 | }
9 |
10 | description = {
11 | summary = "A system for managing and statusing applications remotely via redis",
12 | detailed = [[
13 | A system for managing and statusing applications remotely via redis
14 | ]],
15 | homepage = "https://github.com/ocallaco/redis-status",
16 | license = "BSD"
17 | }
18 |
19 | dependencies = {
20 | "async",
21 | "sys >= 1.0",
22 | "thmap",
23 | "redis-async",
24 | }
25 |
26 | build = {
27 | type = "builtin",
28 | modules = {
29 | ['redis-status'] = './init.lua',
30 | ['redis-status.server'] = './server/init.lua',
31 | ['redis-status.node'] = './node/init.lua',
32 | ['redis-status.api'] = './api/init.lua',
33 | ['redis-status.protocol'] = './protocol/init.lua',
34 | }
35 | }
36 |
--------------------------------------------------------------------------------
/cephes-0-0.rockspec:
--------------------------------------------------------------------------------
1 | package = 'cephes'
2 | version = '0-0'
3 |
4 | source = {
5 | url = 'git://github.com/deepmind/torch-cephes.git',
6 | branch = 'master'
7 | }
8 |
9 | description = {
10 | summary = "Cephes mathematical functions library, wrapped for Torch",
11 | homepage = "https://github.com/deepmind/torch-cephes",
12 | detailed = "Provides and wraps the 180+ special mathematical functions from the Cephes mathematical library, developed by Stephen L. Moshier. It is used, among many other places, at the heart of SciPy.",
13 | license = "BSD",
14 | maintainer = "Julien Cornebise "
15 | }
16 |
17 | dependencies = {'torch >= 7.0'}
18 | build = {
19 | type = "command",
20 | build_command = [[
21 | cmake -E make_directory build;
22 | cd build;
23 | cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH="$(LUA_BINDIR)/.." -DCMAKE_INSTALL_PREFIX="$(PREFIX)";
24 | $(MAKE)
25 | ]],
26 | install_command = "cd build && $(MAKE) install"
27 | }
28 |
--------------------------------------------------------------------------------
/dataload-scm-1.rockspec:
--------------------------------------------------------------------------------
1 | package = "dataload"
2 | version = "scm-1"
3 |
4 | source = {
5 | url = "git://github.com/Element-Research/dataload",
6 | tag = "master"
7 | }
8 |
9 | description = {
10 | summary = "A collection of Torch dataset loaders",
11 | detailed = [[
12 | Simplified data loading and sampling package
13 | ]],
14 | homepage = "https://github.com/Element-Research/dataload",
15 | license = "BSD"
16 | }
17 |
18 | dependencies = {
19 | "torch >= 7.0",
20 | "torchx >= 1.0",
21 | "moses >= 1.3.1",
22 | "xlua >= 1.0",
23 | "image >= 1.0",
24 | "luafilesystem >= 1.6.2",
25 | "sys >= 1.1",
26 | "paths >= 1.0"
27 | }
28 |
29 | build = {
30 | type = "command",
31 | build_command = [[
32 | cmake -E make_directory build;
33 | cd build;
34 | cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH="$(LUA_BINDIR)/.." -DCMAKE_INSTALL_PREFIX="$(PREFIX)";
35 | $(MAKE)
36 | ]],
37 | install_command = "cd build && $(MAKE) install"
38 | }
39 |
--------------------------------------------------------------------------------
/totem-0-0.rockspec:
--------------------------------------------------------------------------------
1 | package = 'totem'
2 | version = '0-0'
3 |
4 | source = {
5 | url = 'git://github.com/deepmind/torch-totem.git',
6 | branch = 'master'
7 | }
8 |
9 | description = {
10 | summary = 'Torch test module',
11 | homepage = 'https://github.com/deepmind/torch-totem',
12 | license = 'BSD'
13 | }
14 |
15 | dependencies = {'torch >= 7.0', 'sys', 'penlight', 'nn', 'nngraph'}
16 | build = {
17 | type = 'builtin',
18 | modules = {
19 | ['totem.asserts'] = 'totem/asserts.lua',
20 | ['totem.init'] = 'totem/init.lua',
21 | ['totem.nn'] = 'totem/nn.lua',
22 | ['totem.Tester'] = 'totem/Tester.lua',
23 | ['totem.TestSuite'] = 'totem/TestSuite.lua',
24 | ['totem.examples.test_simple'] = 'examples/test_simple.lua',
25 | ['totem.examples.test_nn'] = 'examples/test_nn.lua',
26 | ['totem.examples.test_tensor'] = 'examples/test_tensor.lua',
27 | },
28 | install = {
29 | bin = {
30 | 'scripts/totem-init',
31 | 'scripts/totem-run'
32 | }
33 | }
34 | }
35 |
--------------------------------------------------------------------------------
/videograph-1.0-0.rockspec:
--------------------------------------------------------------------------------
1 | package = "videograph"
2 | version = "1.0-0"
3 |
4 | source = {
5 | url = "git://github.com/clementfarabet/videograph",
6 | tag = "1.0-0"
7 | }
8 |
9 | description = {
10 | summary = "A video/graph library for Torch",
11 | detailed = [[
12 | This package provides routines to construct graphs on videos,
13 | segment them, build trees out of them, and convert them back
14 | to videos.
15 | ]],
16 | homepage = "https://github.com/clementfarabet/videograph",
17 | license = "GPL"
18 | }
19 |
20 | dependencies = {
21 | "torch >= 7.0",
22 | "sys >= 1.0",
23 | "xlua >= 1.0",
24 | "image >= 1.0",
25 | "imgraph >= 1.0"
26 | }
27 |
28 | build = {
29 | type = "command",
30 | build_command = [[
31 | cmake -E make_directory build;
32 | cd build;
33 | cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH="$(LUA_BINDIR)/.." -DCMAKE_INSTALL_PREFIX="$(PREFIX)";
34 | $(MAKE)
35 | ]],
36 | install_command = "cd build && $(MAKE) install"
37 | }
38 |
--------------------------------------------------------------------------------
/randomkit-0-0.rockspec:
--------------------------------------------------------------------------------
1 | package = 'randomkit'
2 | version = '0-0'
3 |
4 | source = {
5 | url = 'git://github.com/deepmind/torch-randomkit.git',
6 | branch = 'v0.0'
7 | }
8 |
9 | description = {
10 | summary = "Numpy's randomkit, wrapped for Torch",
11 | homepage = "https://github.com/deepmind/torch-randomkit",
12 | detailed = "Provides and wraps the wide array of non-uniform random variate generators from the Randomkit C library, used at the heart of NumPy and distributed with permission. Interfaced with Torch's RNG functions to keep one single stream.",
13 | license = "BSD",
14 | maintainer = "Julien Cornebise "
15 | }
16 |
17 | dependencies = {'torch >= 7.0', 'cephes'}
18 | build = {
19 | type = "command",
20 | build_command = [[
21 | cmake -E make_directory build;
22 | cd build;
23 | cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH="$(LUA_BINDIR)/.." -DCMAKE_INSTALL_PREFIX="$(PREFIX)";
24 | $(MAKE)
25 | ]],
26 | install_command = "cd build && $(MAKE) install"
27 | }
28 |
--------------------------------------------------------------------------------
/randomkit-0-1.rockspec:
--------------------------------------------------------------------------------
1 | package = 'randomkit'
2 | version = '0-1'
3 |
4 | source = {
5 | url = 'git://github.com/deepmind/torch-randomkit.git',
6 | branch = 'v0.1'
7 | }
8 |
9 | description = {
10 | summary = "Numpy's randomkit, wrapped for Torch",
11 | homepage = "https://github.com/deepmind/torch-randomkit",
12 | detailed = "Provides and wraps the wide array of non-uniform random variate generators from the Randomkit C library, used at the heart of NumPy and distributed with permission. Interfaced with Torch's RNG functions to keep one single stream.",
13 | license = "BSD",
14 | maintainer = "Julien Cornebise "
15 | }
16 |
17 | dependencies = {'torch >= 7.0', 'cephes'}
18 | build = {
19 | type = "command",
20 | build_command = [[
21 | cmake -E make_directory build;
22 | cd build;
23 | cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH="$(LUA_BINDIR)/.." -DCMAKE_INSTALL_PREFIX="$(PREFIX)";
24 | $(MAKE)
25 | ]],
26 | install_command = "cd build && $(MAKE) install"
27 | }
28 |
--------------------------------------------------------------------------------
/torch-word-emb-1.4-0.rockspec:
--------------------------------------------------------------------------------
1 | package = "torch-word-emb"
2 | version = "1.4-0"
3 | source = {
4 | url = "git://github.com/iamalbert/torch-word-emb",
5 | tag = "v1.4-0"
6 | }
7 | description = {
8 | summary = "load word2vec or glove word vectors to torch Tensor",
9 | detailed = [[
10 | load word2vec or glove word vectors to torch Tensor
11 | ]],
12 | homepage = "https://github.com/iamalbert/torch-word-emb",
13 | license = "BSD"
14 | }
15 | dependencies = {
16 | "torch >= 7.0"
17 | }
18 | build = {
19 | type = "make",
20 | build_variables = {
21 | CFLAGS = "-std=c99 -Wall -pedantic -O2 -I$(LUA_INCDIR)/TH -I$(LUA_INCDIR)",
22 | LIBFLAG = "$(LIBFLAG)",
23 | LUA = "$(LUA)",
24 | LUA_BINDIR = "$(LUA_BINDIR)",
25 | LUA_INCDIR = "$(LUA_INCDIR)",
26 | LUA_LIBDIR = "$(LUA_LIBDIR)"
27 | },
28 | install_variables = {
29 | BINDIR = "$(BINDIR)",
30 | CONFDIR = "$(CONFDIR)",
31 | LIBDIR = "$(LIBDIR)",
32 | LUADIR = "$(LUADIR)",
33 | PREFIX = "$(PREFIX)"
34 | }
35 | }
36 |
--------------------------------------------------------------------------------
/cutorch-1.0-0.rockspec:
--------------------------------------------------------------------------------
1 | package = "cutorch"
2 | version = "1.0-0"
3 |
4 | source = {
5 | url = "git://github.com/torch/cutorch.git",
6 | tag = "1.0-0"
7 | }
8 |
9 | description = {
10 | summary = "Torch CUDA Implementation",
11 | detailed = [[
12 | ]],
13 | homepage = "https://github.com/torch/cutorch",
14 | license = "BSD"
15 | }
16 |
17 | dependencies = {
18 | "torch >= 7.0",
19 | }
20 |
21 | build = {
22 | type = "command",
23 | build_command = [[
24 | cmake -E make_directory build && cd build && cmake .. -DLUALIB=$(LUALIB) -DCMAKE_CXX_FLAGS=${CMAKE_CXX_FLAGS} -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH="$(LUA_BINDIR)/.." -DCMAKE_INSTALL_PREFIX="$(PREFIX)" && $(MAKE) -j$(getconf _NPROCESSORS_ONLN) install
25 | ]],
26 | platforms = {
27 | windows = {
28 | build_command = [[
29 | cmake -E make_directory build && cd build && cmake .. -DLUALIB=$(LUALIB) -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH="$(LUA_BINDIR)/.." -DCMAKE_INSTALL_PREFIX="$(PREFIX)" && $(MAKE) install
30 | ]]
31 | }
32 | },
33 | install_command = "cd build"
34 | }
35 |
--------------------------------------------------------------------------------
/cunn-1.0-0.rockspec:
--------------------------------------------------------------------------------
1 | package = "cunn"
2 | version = "1.0-0"
3 |
4 | source = {
5 | url = "git://github.com/torch/cunn.git",
6 | tag = "1.0-0"
7 | }
8 |
9 | description = {
10 | summary = "Torch CUDA Neural Network Implementation",
11 | detailed = [[
12 | ]],
13 | homepage = "https://github.com/torch/cunn",
14 | license = "BSD"
15 | }
16 |
17 | dependencies = {
18 | "torch >= 7.0",
19 | "nn >= 1.0",
20 | "cutorch == 1.0-0"
21 | }
22 |
23 | build = {
24 | type = "command",
25 | build_command = [[
26 | cmake -E make_directory build && cd build && cmake .. -DLUALIB=$(LUALIB) -DCMAKE_CXX_FLAGS=${CMAKE_CXX_FLAGS} -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH="$(LUA_BINDIR)/.." -DCMAKE_INSTALL_PREFIX="$(PREFIX)" && $(MAKE) -j$(getconf _NPROCESSORS_ONLN) install
27 | ]],
28 | platforms = {
29 | windows = {
30 | build_command = [[
31 | cmake -E make_directory build && cd build && cmake .. -DLUALIB=$(LUALIB) -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH="$(LUA_BINDIR)/.." -DCMAKE_INSTALL_PREFIX="$(PREFIX)" && $(MAKE) install
32 | ]]
33 | }
34 | },
35 | install_command = "cd build"
36 | }
37 |
--------------------------------------------------------------------------------
/torchx-scm-1.rockspec:
--------------------------------------------------------------------------------
1 | package = "torchx"
2 | version = "scm-1"
3 |
4 | source = {
5 | url = "git://github.com/nicholas-leonard/torchx",
6 | tag = "master"
7 | }
8 |
9 | description = {
10 | summary = "torch extensions",
11 | detailed = [[
12 | Experimental torch extensions
13 | ]],
14 | homepage = "https://github.com/nicholas-leonard/torchx/blob/master/README.md"
15 | }
16 |
17 | dependencies = {
18 | "torch >= 7.0",
19 | "paths >= 1",
20 | "sys >= 1.1"
21 | }
22 |
23 | build = {
24 | type = "command",
25 | build_command = [[
26 | git submodule init
27 | git submodule update
28 | cmake -E make_directory build;
29 | cd build;
30 | cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH="$(LUA_BINDIR)/.." -DCMAKE_INSTALL_PREFIX="$(PREFIX)";
31 | $(MAKE)
32 | ]],
33 |
34 | platforms = {
35 | windows = {
36 | build_command = [[
37 | cmake -E make_directory build && cd build && cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH="$(LUA_BINDIR)/.." -DCMAKE_INSTALL_PREFIX="$(PREFIX)" && $(MAKE)
38 | ]]
39 | }
40 | },
41 |
42 | install_command = "cd build && $(MAKE) install"
43 | }
44 |
--------------------------------------------------------------------------------
/redis-queue-scm-0.rockspec:
--------------------------------------------------------------------------------
1 | package = "redis-queue"
2 | version = "scm-0"
3 |
4 | source = {
5 | url = "git://github.com/ocallaco/redis-queue",
6 | branch = "master"
7 | }
8 |
9 | description = {
10 | summary = "A redis queue framework using async redis",
11 | detailed = [[
12 | A redis queue framework using async redis
13 | ]],
14 | homepage = "https://github.com/ocallaco/redis-queue",
15 | license = "BSD"
16 | }
17 |
18 | dependencies = {
19 | "sys >= 1.0",
20 | "redis-async"
21 | }
22 |
23 | build = {
24 | type = "builtin",
25 | modules = {
26 | ['redis-queue.init'] = './init.lua',
27 | ['redis-queue.monitor'] = './monitor.lua',
28 | ['redis-queue.config'] = './config.lua',
29 | ['redis-queue.regqueue'] = './queues/regqueue.lua',
30 | ['redis-queue.lbqueue'] = './queues/lbqueue.lua',
31 | ['redis-queue.delqueue'] = './queues/delqueue.lua',
32 | ['redis-queue.mrqueue'] = './queues/mrqueue.lua',
33 | ['redis-queue.mrbqueue'] = './queues/mrbqueue.lua',
34 | ['redis-queue.common'] = './common.lua',
35 | ['redis-queue.queuefactory'] = './queuefactory.lua',
36 | }
37 | }
38 |
--------------------------------------------------------------------------------
/dp-scm-1.rockspec:
--------------------------------------------------------------------------------
1 | package = "dp"
2 | version = "scm-1"
3 |
4 | source = {
5 | url = "git://github.com/nicholas-leonard/dp",
6 | tag = "master"
7 | }
8 |
9 | description = {
10 | summary = "A deep learning library for the Torch7 distribution",
11 | detailed = [[
12 | With an emphasis on flexibility through the elegant use of object-oriented design patterns,
13 | dp is a deep learning library inspired by pylearn2
14 | designed for streamlining research and development using the Torch7 distribution.
15 | ]],
16 | homepage = "https://github.com/nicholas-leonard/dp/blob/master/README.md"
17 | }
18 |
19 | dependencies = {
20 | "torch >= 7.0",
21 | "optim >= 1.0.5",
22 | "moses >= 1.3.1",
23 | "nnx >= 0.1",
24 | "dpnn >= 1.0",
25 | "xlua >= 1.0",
26 | "image >= 1.0",
27 | "luafilesystem >= 1.6.2",
28 | "sys >= 1.1",
29 | "torchx >= 1.0"
30 | }
31 |
32 |
33 | build = {
34 | type = "command",
35 | build_command = [[
36 | cmake -E make_directory build && cd build && cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH="$(LUA_BINDIR)/.." -DCMAKE_INSTALL_PREFIX="$(PREFIX)" && $(MAKE)
37 | ]],
38 | install_command = "cd build && $(MAKE) install"
39 | }
40 |
--------------------------------------------------------------------------------
/dataset-scm-1.rockspec:
--------------------------------------------------------------------------------
1 | package = "dataset"
2 | version = "scm-1"
3 |
4 | source = {
5 | url = "git://github.com/twitter/torch-dataset.git",
6 | }
7 |
8 | description = {
9 | summary = "A dataset library, for Torch",
10 | homepage = "-",
11 | license = "MIT",
12 | }
13 |
14 | dependencies = {
15 | "torch >= 7.0",
16 | "regress",
17 | "luasocket",
18 | "luafilesystem",
19 | "paths",
20 | "ipc",
21 | "murmurhash3",
22 | }
23 |
24 | build = {
25 | type = "builtin",
26 | modules = {
27 | ['dataset.Batch'] = 'lua/Batch.lua',
28 | ['dataset.Cache'] = 'lua/Cache.lua',
29 | ['dataset.Dataset'] = 'lua/Dataset.lua',
30 | ['dataset.Getters'] = 'lua/Getters.lua',
31 | ['dataset.Index'] = 'lua/Index.lua',
32 | ['dataset.IndexCSV'] = 'lua/IndexCSV.lua',
33 | ['dataset.IndexDirectory'] = 'lua/IndexDirectory.lua',
34 | ['dataset.IndexSlowFS'] = 'lua/IndexSlowFS.lua',
35 | ['dataset.IndexTensor'] = 'lua/IndexTensor.lua',
36 | ['dataset.IndexUtils'] = 'lua/IndexUtils.lua',
37 | ['dataset.Reader'] = 'lua/Reader.lua',
38 | ['dataset.Sampler'] = 'lua/Sampler.lua',
39 | ['dataset.SlowFS'] = 'lua/SlowFS.lua',
40 | },
41 | }
42 |
--------------------------------------------------------------------------------
/gnuplot-scm-1.rockspec:
--------------------------------------------------------------------------------
1 | package = "gnuplot"
2 | version = "scm-1"
3 |
4 | source = {
5 | url = "git://github.com/torch/gnuplot.git",
6 | }
7 |
8 | description = {
9 | summary = "Torch interface to Gnuplot",
10 | detailed = [[
11 | ]],
12 | homepage = "https://github.com/torch/gnuplot",
13 | license = "BSD"
14 | }
15 |
16 | dependencies = {
17 | "lua >= 5.1",
18 | "torch >= 7.0",
19 | "paths >= 1.0",
20 | }
21 |
22 | build = {
23 | type = "builtin",
24 | modules = {
25 | ["gnuplot.init"] = "init.lua",
26 | ["gnuplot.gnuplot"] = "gnuplot.lua",
27 | ["gnuplot.hist"] = "hist.lua"
28 | },
29 |
30 | install = {
31 | lua = {
32 | -- this is ugly (but this is luarocks)
33 | ["gnuplot.README"] = "README.md",
34 | ["gnuplot.doc.plot_filled"] = "doc/plot_filled.png",
35 | ["gnuplot.doc.plot_hist"] = "doc/plot_hist.png",
36 | ["gnuplot.doc.plot_imagesc"] = "doc/plot_imagesc.png",
37 | ["gnuplot.doc.plot_sincos"] = "doc/plot_sincos.png",
38 | ["gnuplot.doc.plot_splot"] = "doc/plot_splot.png",
39 | ["gnuplot.doc.plot_splot2"] = "doc/plot_splot2.png",
40 | ["gnuplot.doc.plot_x"] = "doc/plot_x.png",
41 | ["gnuplot.doc.plot_xyf"] = "doc/plot_xyf.png"
42 | }
43 | }
44 | }
45 |
--------------------------------------------------------------------------------
/sundown-scm-1.rockspec:
--------------------------------------------------------------------------------
1 | package = "sundown"
2 | version = "scm-1"
3 |
4 | source = {
5 | url = "git://github.com/torch/sundown-ffi.git"
6 | }
7 |
8 | description = {
9 | summary = "A FFI interface to the Markdown implementation of the Sundown library",
10 | detailed = [[
11 | ]],
12 | homepage = "https://github.com/torch/sundown-ffi",
13 | license = "BSD"
14 | }
15 |
16 | dependencies = {
17 | "lua >= 5.1",
18 | }
19 |
20 | build = {
21 | type = "builtin",
22 | install = {
23 | bin = {
24 | mdcat = "mdcat.lua"
25 | }
26 | },
27 | modules = {
28 | ["sundown.env"] = "env.lua",
29 | ["sundown.init"] = "init.lua",
30 | ["sundown.sdcdefs"] = "sdcdefs.lua",
31 | ["sundown.htmlcdefs"] = "htmlcdefs.lua",
32 | ["sundown.html"] = "html.lua",
33 | ["sundown.ascii"] = "ascii.lua",
34 | libsundown = {
35 | sources = {
36 | "src/autolink.c",
37 | "src/buffer.c",
38 | "src/markdown.c",
39 | "src/stack.c",
40 | "html/houdini_href_e.c",
41 | "html/houdini_html_e.c",
42 | "html/html.c",
43 | "html/html_smartypants.c"
44 | },
45 | incdirs = {
46 | "src/",
47 | "html/"
48 | }
49 | }
50 | }
51 | }
52 |
--------------------------------------------------------------------------------
/cairo-scm-1.rockspec:
--------------------------------------------------------------------------------
1 | package = "cairo"
2 | version = "scm-1"
3 |
4 | source = {
5 | url = "git://github.com/torch/cairo-ffi.git"
6 | }
7 |
8 | description = {
9 | summary = "A FFI interface to Cairo Graphics",
10 | detailed = [[
11 | See http://cairographics.org for more details.
12 | ]],
13 | homepage = "https://github.com/torch/cairo-ffi",
14 | license = "BSD"
15 | }
16 |
17 | dependencies = {
18 | "lua >= 5.1",
19 | "argcheck >= 1",
20 | "class >= 1"
21 | }
22 |
23 | build = {
24 | type = "builtin",
25 | modules = {
26 | ["cairo.env"] = "env.lua",
27 | ["cairo.init"] = "init.lua",
28 | ["cairo.enums"] = "enums.lua",
29 | ["cairo.matrix"] = "matrix.lua",
30 | ["cairo.utils"] = "utils.lua",
31 | ["cairo.cdefs"] = "cdefs.lua",
32 | ["cairo.context"] = "context.lua",
33 | ["cairo.surface"] = "surface.lua",
34 | ["cairo.imagesurface"] = "imagesurface.lua",
35 | ["cairo.pngsurface"] = "pngsurface.lua",
36 | ["cairo.pattern"] = "pattern.lua",
37 | ["cairo.region"] = "region.lua",
38 | ["cairo.fontoptions"] = "fontoptions.lua",
39 | ["cairo.path"] = "path.lua",
40 | ["cairo.fontface"] = "fontface.lua",
41 | ["cairo.svgsurface"] = "svgsurface.lua",
42 | ["cairo.pdfsurface"] = "pdfsurface.lua"
43 | }
44 | }
45 |
--------------------------------------------------------------------------------
/cairo-0.5.0-0.rockspec:
--------------------------------------------------------------------------------
1 | package = "cairo"
2 | version = "0.5.0-0"
3 |
4 | source = {
5 | url = "git://github.com/torch/cairo-ffi.git",
6 | tag = "0.5.0-0"
7 | }
8 |
9 | description = {
10 | summary = "A FFI interface to Cairo Graphics",
11 | detailed = [[
12 | See http://cairographics.org for more details.
13 | ]],
14 | homepage = "https://github.com/torch/cairo-ffi",
15 | license = "BSD"
16 | }
17 |
18 | dependencies = {
19 | "lua >= 5.1",
20 | "argcheck ~> 0.5",
21 | "class ~> 0.5"
22 | }
23 |
24 | build = {
25 | type = "builtin",
26 | modules = {
27 | ["cairo.env"] = "env.lua",
28 | ["cairo.init"] = "init.lua",
29 | ["cairo.enums"] = "enums.lua",
30 | ["cairo.matrix"] = "matrix.lua",
31 | ["cairo.utils"] = "utils.lua",
32 | ["cairo.cdefs"] = "cdefs.lua",
33 | ["cairo.context"] = "context.lua",
34 | ["cairo.surface"] = "surface.lua",
35 | ["cairo.imagesurface"] = "imagesurface.lua",
36 | ["cairo.pngsurface"] = "pngsurface.lua",
37 | ["cairo.pattern"] = "pattern.lua",
38 | ["cairo.region"] = "region.lua",
39 | ["cairo.fontoptions"] = "fontoptions.lua",
40 | ["cairo.path"] = "path.lua",
41 | ["cairo.fontface"] = "fontface.lua",
42 | ["cairo.svgsurface"] = "svgsurface.lua",
43 | ["cairo.pdfsurface"] = "pdfsurface.lua"
44 | }
45 | }
46 |
--------------------------------------------------------------------------------
/trepl-scm-1.rockspec:
--------------------------------------------------------------------------------
1 | package = "trepl"
2 | version = "scm-1"
3 |
4 | source = {
5 | url = "git://github.com/torch/trepl",
6 | branch = "master",
7 | }
8 |
9 | description = {
10 | summary = "An embedabble, Lua-only REPL for Torch.",
11 | detailed = [[
12 | An embedabble, Lua-only REPL for Torch.
13 | ]],
14 | homepage = "https://github.com/torch/trepl",
15 | license = "BSD"
16 | }
17 |
18 | dependencies = {
19 | "torch >= 7.0",
20 | "penlight >= 1.1.0",
21 | }
22 |
23 | build = {
24 | type = "builtin",
25 | modules = {
26 | ['trepl.init'] = 'init.lua',
27 | ['trepl.colors'] = 'colors.lua',
28 | ['trepl.colorize'] = 'colorize.lua',
29 | ['readline'] = {
30 | sources = {'readline.c'},
31 | libraries = {'readline'}
32 | },
33 | ['treplutils'] = {
34 | sources = {'utils.c'},
35 | }
36 | },
37 | platforms = {
38 | windows = {
39 | modules = {
40 | ['readline'] = {
41 | sources = {'readline.c'},
42 | libraries = {'readline'},
43 | defines = {"USE_READLINE_STATIC"},
44 | incdirs = {"windows"},
45 | libdirs = {"windows"},
46 | libraries = {'readline-win'}
47 | }
48 | }
49 | }
50 | },
51 | install = {
52 | bin = {
53 | 'th'
54 | }
55 | }
56 | }
57 |
--------------------------------------------------------------------------------
/fbpython-0.1-2.rockspec:
--------------------------------------------------------------------------------
1 | --
2 | -- Copyright (c) 2014, Facebook, Inc.
3 | -- All rights reserved.
4 | --
5 | -- This source code is licensed under the BSD-style license found in the
6 | -- LICENSE file in the root directory of this source tree. An additional grant
7 | -- of patent rights can be found in the PATENTS file in the same directory.
8 | --
9 |
10 | package = 'fbpython'
11 | version = '0.1-2'
12 | source = {
13 | url = 'git://github.com/facebook/fblualib',
14 | }
15 | description = {
16 | summary = 'FB Lua - Python Bridge',
17 | detailed = [[
18 | Allows for calling python functions from Lua. Torch Tensors
19 | and numpy arrays are also automatically transferred between each
20 | other.
21 | ]],
22 | homepage = 'https://github.com/facebook/fblualib',
23 | license = 'BSD',
24 | }
25 | supported_platforms = {
26 | 'unix',
27 | }
28 | dependencies = {
29 | 'torch >= 7.0',
30 | 'penlight >= 1.3.1',
31 | }
32 | build = {
33 | type = 'command',
34 | build_command = [[
35 | git clone https://github.com/facebook/thpp/
36 | cd thpp/thpp; THPP_NOFB=1 ./build.sh; cd ../..
37 |
38 | cd fblualib/python
39 | cmake -E make_directory build &&
40 | cd build &&
41 | cmake -DROCKS_PREFIX=$(PREFIX) \
42 | -DROCKS_LUADIR=$(LUADIR) \
43 | -DROCKS_LIBDIR=$(LIBDIR) \
44 | .. &&
45 | $(MAKE)
46 | ]],
47 | install_command = [[
48 | cd fblualib/python/build && $(MAKE) install
49 | ]],
50 | }
51 |
52 |
--------------------------------------------------------------------------------
/itorch-scm-1.rockspec:
--------------------------------------------------------------------------------
1 | package = "itorch"
2 | version = "scm-1"
3 |
4 | source = {
5 | url = "git://github.com/facebook/iTorch.git",
6 | }
7 |
8 | description = {
9 | summary = "iPython kernel for Lua / Torch",
10 | detailed = [[
11 | ]],
12 | homepage = "https://github.com/facebook/iTorch",
13 | license = "BSD"
14 | }
15 |
16 | dependencies = {
17 | "torch >= 7.0",
18 | "luafilesystem",
19 | "penlight",
20 | "lua-cjson",
21 | "uuid",
22 | "lbase64",
23 | "env",
24 | "image",
25 | "lzmq >= 0.4.2",
26 | "luacrypto"
27 | }
28 |
29 | build = {
30 | type = "command",
31 | build_command = [[
32 | ipy=$(which ipython)
33 | if [ -x "$ipy" ]
34 | then
35 | ipybase=$(ipython locate)
36 | rm -rf $ipybase/profile_torch
37 | ipython profile create torch
38 | echo 'c.KernelManager.kernel_cmd = ["$(LUA_BINDIR)/itorch_launcher","{connection_file}"]' >>$ipybase/profile_torch/ipython_config.py
39 | echo "c.Session.key = b''" >>$ipybase/profile_torch/ipython_config.py
40 | echo "c.Session.keyfile = b''" >>$ipybase/profile_torch/ipython_config.py
41 | mkdir -p $ipybase/profile_torch/static/base/images
42 | mkdir -p $ipybase/kernels/itorch
43 | cat kernelspec/kernel.json | sed "s@LUA_BINDIR@$(LUA_BINDIR)@" > $ipybase/kernels/itorch/kernel.json
44 | cp kernelspec/*.png $ipybase/kernels/itorch/
45 | cp ipynblogo.png $ipybase/profile_torch/static/base/images
46 | mkdir -p $ipybase/profile_torch/static/custom/
47 | cp custom.js $ipybase/profile_torch/static/custom/
48 | cp custom.css $ipybase/profile_torch/static/custom/
49 | cp itorch $(LUA_BINDIR)/
50 | cp itorch_launcher $(LUA_BINDIR)/
51 | cp -r ~/.ipython/profile_torch ~/.ipython/profile_itorch
52 | cmake -E make_directory build && cd build && cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH="$(LUA_BINDIR)/.." -DCMAKE_INSTALL_PREFIX="$(PREFIX)" && $(MAKE)
53 | else
54 | echo "Error: could not find ipython in PATH. Do you have it installed?"
55 | fi
56 |
57 | ]],
58 | install_command = "cd build && $(MAKE) install"
59 | }
60 |
--------------------------------------------------------------------------------
/manifest:
--------------------------------------------------------------------------------
1 | commands = {}
2 | modules = {}
3 | repository = {
4 | argcheck = {
5 | ["0.5.0-0"] = {
6 | {
7 | arch = "rockspec"
8 | }
9 | },
10 | ["scm-1"] = {
11 | {
12 | arch = "rockspec"
13 | }
14 | }
15 | },
16 | async = {
17 | ["scm-1"] = {
18 | {
19 | arch = "rockspec"
20 | }
21 | }
22 | },
23 | audio = {
24 | ["0.1-0"] = {
25 | {
26 | arch = "rockspec"
27 | }
28 | }
29 | },
30 | autograd = {
31 | ["scm-1"] = {
32 | {
33 | arch = "rockspec"
34 | }
35 | }
36 | },
37 | buffer = {
38 | ["scm-0"] = {
39 | {
40 | arch = "rockspec"
41 | }
42 | }
43 | },
44 | caffe = {
45 | ["1.0-0"] = {
46 | {
47 | arch = "rockspec"
48 | }
49 | }
50 | },
51 | caffegraph = {
52 | ["scm-1"] = {
53 | {
54 | arch = "rockspec"
55 | }
56 | }
57 | },
58 | cairo = {
59 | ["0.5.0-0"] = {
60 | {
61 | arch = "rockspec"
62 | }
63 | },
64 | ["scm-1"] = {
65 | {
66 | arch = "rockspec"
67 | }
68 | }
69 | },
70 | camera = {
71 | ["1.0-0"] = {
72 | {
73 | arch = "rockspec"
74 | }
75 | },
76 | ["1.1-0"] = {
77 | {
78 | arch = "rockspec"
79 | }
80 | }
81 | },
82 | ccn2 = {
83 | ["scm-1"] = {
84 | {
85 | arch = "rockspec"
86 | }
87 | }
88 | },
89 | cephes = {
90 | ["0-0"] = {
91 | {
92 | arch = "rockspec"
93 | }
94 | }
95 | },
96 | class = {
97 | ["0.5.0-0"] = {
98 | {
99 | arch = "rockspec"
100 | }
101 | },
102 | ["scm-1"] = {
103 | {
104 | arch = "rockspec"
105 | }
106 | }
107 | },
108 | classic = {
109 | ["scm-1"] = {
110 | {
111 | arch = "rockspec"
112 | }
113 | }
114 | },
115 | clnn = {
116 | ["scm-1"] = {
117 | {
118 | arch = "rockspec"
119 | }
120 | }
121 | },
122 | cltorch = {
123 | ["scm-1"] = {
124 | {
125 | arch = "rockspec"
126 | }
127 | }
128 | },
129 | csvigo = {
130 | ["scm-1"] = {
131 | {
132 | arch = "rockspec"
133 | }
134 | }
135 | },
136 | cudnn = {
137 | ["scm-1"] = {
138 | {
139 | arch = "rockspec"
140 | }
141 | }
142 | },
143 | cunn = {
144 | ["1.0-0"] = {
145 | {
146 | arch = "rockspec"
147 | }
148 | },
149 | ["scm-1"] = {
150 | {
151 | arch = "rockspec"
152 | }
153 | }
154 | },
155 | cunnx = {
156 | ["scm-1"] = {
157 | {
158 | arch = "rockspec"
159 | }
160 | }
161 | },
162 | curl = {
163 | ["0.1-0"] = {
164 | {
165 | arch = "rockspec"
166 | }
167 | }
168 | },
169 | cutorch = {
170 | ["1.0-0"] = {
171 | {
172 | arch = "rockspec"
173 | }
174 | },
175 | ["scm-1"] = {
176 | {
177 | arch = "rockspec"
178 | }
179 | }
180 | },
181 | cv = {
182 | ["scm-1"] = {
183 | {
184 | arch = "rockspec"
185 | }
186 | }
187 | },
188 | cwrap = {
189 | ["scm-1"] = {
190 | {
191 | arch = "rockspec"
192 | }
193 | }
194 | },
195 | dataload = {
196 | ["scm-1"] = {
197 | {
198 | arch = "rockspec"
199 | }
200 | }
201 | },
202 | dataset = {
203 | ["scm-1"] = {
204 | {
205 | arch = "rockspec"
206 | }
207 | }
208 | },
209 | display = {
210 | ["scm-0"] = {
211 | {
212 | arch = "rockspec"
213 | }
214 | }
215 | },
216 | distlearn = {
217 | ["scm-1"] = {
218 | {
219 | arch = "rockspec"
220 | }
221 | }
222 | },
223 | dok = {
224 | ["scm-1"] = {
225 | {
226 | arch = "rockspec"
227 | }
228 | }
229 | },
230 | dp = {
231 | ["scm-1"] = {
232 | {
233 | arch = "rockspec"
234 | }
235 | }
236 | },
237 | dpnn = {
238 | ["scm-1"] = {
239 | {
240 | arch = "rockspec"
241 | }
242 | }
243 | },
244 | eex = {
245 | ["1.0-0"] = {
246 | {
247 | arch = "rockspec"
248 | }
249 | }
250 | },
251 | env = {
252 | ["scm-1"] = {
253 | {
254 | arch = "rockspec"
255 | }
256 | }
257 | },
258 | fbpython = {
259 | ["0.1-2"] = {
260 | {
261 | arch = "rockspec"
262 | }
263 | }
264 | },
265 | fex = {
266 | ["0.1-0"] = {
267 | {
268 | arch = "rockspec"
269 | }
270 | }
271 | },
272 | ffmpeg = {
273 | ["1.0-0"] = {
274 | {
275 | arch = "rockspec"
276 | }
277 | }
278 | },
279 | fftw3 = {
280 | ["scm-1"] = {
281 | {
282 | arch = "rockspec"
283 | }
284 | }
285 | },
286 | findcuda = {
287 | ["scm-1"] = {
288 | {
289 | arch = "rockspec"
290 | }
291 | }
292 | },
293 | fn = {
294 | ["0-0"] = {
295 | {
296 | arch = "rockspec"
297 | }
298 | }
299 | },
300 | fs = {
301 | ["0.3-0"] = {
302 | {
303 | arch = "rockspec"
304 | }
305 | }
306 | },
307 | ["gfx.js"] = {
308 | ["scm-0"] = {
309 | {
310 | arch = "rockspec"
311 | }
312 | }
313 | },
314 | gm = {
315 | ["scm-1"] = {
316 | {
317 | arch = "rockspec"
318 | }
319 | }
320 | },
321 | gnuplot = {
322 | ["scm-1"] = {
323 | {
324 | arch = "rockspec"
325 | }
326 | }
327 | },
328 | graph = {
329 | ["scm-1"] = {
330 | {
331 | arch = "rockspec"
332 | }
333 | }
334 | },
335 | graphicsmagick = {
336 | ["1.scm-0"] = {
337 | {
338 | arch = "rockspec"
339 | }
340 | }
341 | },
342 | hash = {
343 | ["scm-1"] = {
344 | {
345 | arch = "rockspec"
346 | }
347 | }
348 | },
349 | hdf5 = {
350 | ["20-0"] = {
351 | {
352 | arch = "rockspec"
353 | }
354 | }
355 | },
356 | image = {
357 | ["1.0-0"] = {
358 | {
359 | arch = "rockspec"
360 | }
361 | },
362 | ["1.0.1-0"] = {
363 | {
364 | arch = "rockspec"
365 | }
366 | },
367 | ["1.1.alpha-0"] = {
368 | {
369 | arch = "rockspec"
370 | }
371 | }
372 | },
373 | imgraph = {
374 | ["1.0-0"] = {
375 | {
376 | arch = "rockspec"
377 | }
378 | }
379 | },
380 | ["inline-c"] = {
381 | ["1.0-0"] = {
382 | {
383 | arch = "rockspec"
384 | }
385 | }
386 | },
387 | inn = {
388 | ["1.0-0"] = {
389 | {
390 | arch = "rockspec"
391 | }
392 | }
393 | },
394 | ipc = {
395 | ["scm-1"] = {
396 | {
397 | arch = "rockspec"
398 | }
399 | }
400 | },
401 | iterm = {
402 | ["scm-1"] = {
403 | {
404 | arch = "rockspec"
405 | }
406 | }
407 | },
408 | itorch = {
409 | ["scm-1"] = {
410 | {
411 | arch = "rockspec"
412 | }
413 | }
414 | },
415 | json = {
416 | ["1.0-0"] = {
417 | {
418 | arch = "rockspec"
419 | }
420 | }
421 | },
422 | ["lmdb.torch"] = {
423 | ["scm-1"] = {
424 | {
425 | arch = "rockspec"
426 | }
427 | }
428 | },
429 | loadcaffe = {
430 | ["1.0-0"] = {
431 | {
432 | arch = "rockspec"
433 | }
434 | }
435 | },
436 | logroll = {
437 | ["0-0"] = {
438 | {
439 | arch = "rockspec"
440 | }
441 | }
442 | },
443 | luaffi = {
444 | ["scm-1"] = {
445 | {
446 | arch = "rockspec"
447 | }
448 | }
449 | },
450 | luaforever = {
451 | ["scm-1"] = {
452 | {
453 | arch = "rockspec"
454 | }
455 | }
456 | },
457 | manifold = {
458 | ["scm-0"] = {
459 | {
460 | arch = "rockspec"
461 | }
462 | }
463 | },
464 | matio = {
465 | ["scm-1"] = {
466 | {
467 | arch = "rockspec"
468 | }
469 | }
470 | },
471 | mattorch = {
472 | ["1.0-0"] = {
473 | {
474 | arch = "rockspec"
475 | }
476 | }
477 | },
478 | metriclearning = {
479 | ["scm-0"] = {
480 | {
481 | arch = "rockspec"
482 | }
483 | }
484 | },
485 | mnist = {
486 | ["scm-1"] = {
487 | {
488 | arch = "rockspec"
489 | }
490 | }
491 | },
492 | nccl = {
493 | ["scm-1"] = {
494 | {
495 | arch = "rockspec"
496 | }
497 | }
498 | },
499 | ncurses = {
500 | ["scm-0"] = {
501 | {
502 | arch = "rockspec"
503 | }
504 | }
505 | },
506 | nn = {
507 | ["scm-1"] = {
508 | {
509 | arch = "rockspec"
510 | }
511 | }
512 | },
513 | nnbhwd = {
514 | ["scm-1"] = {
515 | {
516 | arch = "rockspec"
517 | }
518 | }
519 | },
520 | nnfunc = {
521 | ["scm-1"] = {
522 | {
523 | arch = "rockspec"
524 | }
525 | }
526 | },
527 | nngraph = {
528 | ["scm-1"] = {
529 | {
530 | arch = "rockspec"
531 | }
532 | }
533 | },
534 | nninit = {
535 | ["scm-1"] = {
536 | {
537 | arch = "rockspec"
538 | }
539 | }
540 | },
541 | nnx = {
542 | ["0.1-1"] = {
543 | {
544 | arch = "rockspec"
545 | }
546 | }
547 | },
548 | ["ns-redis"] = {
549 | ["scm-0"] = {
550 | {
551 | arch = "rockspec"
552 | }
553 | }
554 | },
555 | ["openblas-conv"] = {
556 | ["1.0-1"] = {
557 | {
558 | arch = "rockspec"
559 | }
560 | }
561 | },
562 | optim = {
563 | ["1.0.3-0"] = {
564 | {
565 | arch = "rockspec"
566 | }
567 | },
568 | ["1.0.3-1"] = {
569 | {
570 | arch = "rockspec"
571 | }
572 | },
573 | ["1.0.4-0"] = {
574 | {
575 | arch = "rockspec"
576 | }
577 | },
578 | ["1.0.5-0"] = {
579 | {
580 | arch = "rockspec"
581 | }
582 | }
583 | },
584 | optnet = {
585 | ["scm-1"] = {
586 | {
587 | arch = "rockspec"
588 | }
589 | }
590 | },
591 | parallel = {
592 | ["1.0-0"] = {
593 | {
594 | arch = "rockspec"
595 | }
596 | },
597 | ["1.1-0"] = {
598 | {
599 | arch = "rockspec"
600 | }
601 | }
602 | },
603 | paths = {
604 | ["scm-1"] = {
605 | {
606 | arch = "rockspec"
607 | }
608 | }
609 | },
610 | persist = {
611 | ["scm-0"] = {
612 | {
613 | arch = "rockspec"
614 | }
615 | }
616 | },
617 | plplot = {
618 | ["0-0"] = {
619 | {
620 | arch = "rockspec"
621 | }
622 | }
623 | },
624 | pprint = {
625 | ["0-0"] = {
626 | {
627 | arch = "rockspec"
628 | }
629 | }
630 | },
631 | ["pretty-nn"] = {
632 | ["scm-1"] = {
633 | {
634 | arch = "rockspec"
635 | }
636 | }
637 | },
638 | python = {
639 | ["scm-0"] = {
640 | {
641 | arch = "rockspec"
642 | }
643 | }
644 | },
645 | qtlua = {
646 | ["scm-1"] = {
647 | {
648 | arch = "rockspec"
649 | }
650 | }
651 | },
652 | qttorch = {
653 | ["scm-1"] = {
654 | {
655 | arch = "rockspec"
656 | }
657 | }
658 | },
659 | randomkit = {
660 | ["0-0"] = {
661 | {
662 | arch = "rockspec"
663 | }
664 | },
665 | ["0-1"] = {
666 | {
667 | arch = "rockspec"
668 | }
669 | }
670 | },
671 | rational = {
672 | ["scm-1"] = {
673 | {
674 | arch = "rockspec"
675 | }
676 | }
677 | },
678 | recurrent = {
679 | ["scm-1"] = {
680 | {
681 | arch = "rockspec"
682 | }
683 | }
684 | },
685 | ["redis-async"] = {
686 | ["scm-0"] = {
687 | {
688 | arch = "rockspec"
689 | }
690 | }
691 | },
692 | ["redis-queue"] = {
693 | ["scm-0"] = {
694 | {
695 | arch = "rockspec"
696 | }
697 | }
698 | },
699 | ["redis-status"] = {
700 | ["scm-0"] = {
701 | {
702 | arch = "rockspec"
703 | }
704 | }
705 | },
706 | regress = {
707 | ["scm-1"] = {
708 | {
709 | arch = "rockspec"
710 | }
711 | }
712 | },
713 | restclient = {
714 | ["0.1-0"] = {
715 | {
716 | arch = "rockspec"
717 | }
718 | }
719 | },
720 | rnn = {
721 | ["scm-1"] = {
722 | {
723 | arch = "rockspec"
724 | }
725 | }
726 | },
727 | ["rq-monitor"] = {
728 | ["scm-0"] = {
729 | {
730 | arch = "rockspec"
731 | }
732 | }
733 | },
734 | schedlua = {
735 | ["scm-1"] = {
736 | {
737 | arch = "rockspec"
738 | }
739 | }
740 | },
741 | sdl2 = {
742 | ["scm-1"] = {
743 | {
744 | arch = "rockspec"
745 | }
746 | }
747 | },
748 | signal = {
749 | ["scm-1"] = {
750 | {
751 | arch = "rockspec"
752 | }
753 | }
754 | },
755 | sndfile = {
756 | ["scm-1"] = {
757 | {
758 | arch = "rockspec"
759 | }
760 | }
761 | },
762 | strict = {
763 | ["0-0"] = {
764 | {
765 | arch = "rockspec"
766 | }
767 | }
768 | },
769 | sundown = {
770 | ["scm-1"] = {
771 | {
772 | arch = "rockspec"
773 | }
774 | }
775 | },
776 | svm = {
777 | ["0.1-0"] = {
778 | {
779 | arch = "rockspec"
780 | }
781 | }
782 | },
783 | sys = {
784 | ["1.0-0"] = {
785 | {
786 | arch = "rockspec"
787 | }
788 | },
789 | ["1.1-0"] = {
790 | {
791 | arch = "rockspec"
792 | }
793 | }
794 | },
795 | tds = {
796 | ["scm-1"] = {
797 | {
798 | arch = "rockspec"
799 | }
800 | }
801 | },
802 | thmap = {
803 | ["scm-1"] = {
804 | {
805 | arch = "rockspec"
806 | }
807 | }
808 | },
809 | threads = {
810 | ["scm-1"] = {
811 | {
812 | arch = "rockspec"
813 | }
814 | }
815 | },
816 | thrift = {
817 | ["scm-1"] = {
818 | {
819 | arch = "rockspec"
820 | }
821 | }
822 | },
823 | torch = {
824 | ["7.scm-0"] = {
825 | {
826 | arch = "rockspec"
827 | }
828 | },
829 | ["scm-1"] = {
830 | {
831 | arch = "rockspec"
832 | }
833 | }
834 | },
835 | ["torch-word-emb"] = {
836 | ["1.4-0"] = {
837 | {
838 | arch = "rockspec"
839 | }
840 | }
841 | },
842 | torchffi = {
843 | ["1.1.alpha-0"] = {
844 | {
845 | arch = "rockspec"
846 | }
847 | }
848 | },
849 | torchnet = {
850 | ["scm-1"] = {
851 | {
852 | arch = "rockspec"
853 | }
854 | }
855 | },
856 | torchx = {
857 | ["scm-1"] = {
858 | {
859 | arch = "rockspec"
860 | }
861 | }
862 | },
863 | totem = {
864 | ["0-0"] = {
865 | {
866 | arch = "rockspec"
867 | }
868 | }
869 | },
870 | trepl = {
871 | ["scm-1"] = {
872 | {
873 | arch = "rockspec"
874 | }
875 | }
876 | },
877 | underscore = {
878 | ["dev-1"] = {
879 | {
880 | arch = "rockspec"
881 | }
882 | }
883 | },
884 | unsup = {
885 | ["0.1-0"] = {
886 | {
887 | arch = "rockspec"
888 | }
889 | }
890 | },
891 | utf8 = {
892 | ["scm-1"] = {
893 | {
894 | arch = "rockspec"
895 | }
896 | }
897 | },
898 | util = {
899 | ["0-0"] = {
900 | {
901 | arch = "rockspec"
902 | }
903 | }
904 | },
905 | videograph = {
906 | ["1.0-0"] = {
907 | {
908 | arch = "rockspec"
909 | }
910 | }
911 | },
912 | xlua = {
913 | ["1.0-0"] = {
914 | {
915 | arch = "rockspec"
916 | }
917 | },
918 | ["1.1-0"] = {
919 | {
920 | arch = "rockspec"
921 | }
922 | }
923 | }
924 | }
925 |
--------------------------------------------------------------------------------
/manifest-5.1:
--------------------------------------------------------------------------------
1 | commands = {}
2 | modules = {}
3 | repository = {
4 | argcheck = {
5 | ["0.5.0-0"] = {
6 | {
7 | arch = "rockspec"
8 | }
9 | },
10 | ["scm-1"] = {
11 | {
12 | arch = "rockspec"
13 | }
14 | }
15 | },
16 | async = {
17 | ["scm-1"] = {
18 | {
19 | arch = "rockspec"
20 | }
21 | }
22 | },
23 | audio = {
24 | ["0.1-0"] = {
25 | {
26 | arch = "rockspec"
27 | }
28 | }
29 | },
30 | autograd = {
31 | ["scm-1"] = {
32 | {
33 | arch = "rockspec"
34 | }
35 | }
36 | },
37 | buffer = {
38 | ["scm-0"] = {
39 | {
40 | arch = "rockspec"
41 | }
42 | }
43 | },
44 | caffe = {
45 | ["1.0-0"] = {
46 | {
47 | arch = "rockspec"
48 | }
49 | }
50 | },
51 | caffegraph = {
52 | ["scm-1"] = {
53 | {
54 | arch = "rockspec"
55 | }
56 | }
57 | },
58 | cairo = {
59 | ["0.5.0-0"] = {
60 | {
61 | arch = "rockspec"
62 | }
63 | },
64 | ["scm-1"] = {
65 | {
66 | arch = "rockspec"
67 | }
68 | }
69 | },
70 | camera = {
71 | ["1.0-0"] = {
72 | {
73 | arch = "rockspec"
74 | }
75 | },
76 | ["1.1-0"] = {
77 | {
78 | arch = "rockspec"
79 | }
80 | }
81 | },
82 | ccn2 = {
83 | ["scm-1"] = {
84 | {
85 | arch = "rockspec"
86 | }
87 | }
88 | },
89 | cephes = {
90 | ["0-0"] = {
91 | {
92 | arch = "rockspec"
93 | }
94 | }
95 | },
96 | class = {
97 | ["0.5.0-0"] = {
98 | {
99 | arch = "rockspec"
100 | }
101 | },
102 | ["scm-1"] = {
103 | {
104 | arch = "rockspec"
105 | }
106 | }
107 | },
108 | classic = {
109 | ["scm-1"] = {
110 | {
111 | arch = "rockspec"
112 | }
113 | }
114 | },
115 | clnn = {
116 | ["scm-1"] = {
117 | {
118 | arch = "rockspec"
119 | }
120 | }
121 | },
122 | cltorch = {
123 | ["scm-1"] = {
124 | {
125 | arch = "rockspec"
126 | }
127 | }
128 | },
129 | csvigo = {
130 | ["scm-1"] = {
131 | {
132 | arch = "rockspec"
133 | }
134 | }
135 | },
136 | cudnn = {
137 | ["scm-1"] = {
138 | {
139 | arch = "rockspec"
140 | }
141 | }
142 | },
143 | cunn = {
144 | ["1.0-0"] = {
145 | {
146 | arch = "rockspec"
147 | }
148 | },
149 | ["scm-1"] = {
150 | {
151 | arch = "rockspec"
152 | }
153 | }
154 | },
155 | cunnx = {
156 | ["scm-1"] = {
157 | {
158 | arch = "rockspec"
159 | }
160 | }
161 | },
162 | curl = {
163 | ["0.1-0"] = {
164 | {
165 | arch = "rockspec"
166 | }
167 | }
168 | },
169 | cutorch = {
170 | ["1.0-0"] = {
171 | {
172 | arch = "rockspec"
173 | }
174 | },
175 | ["scm-1"] = {
176 | {
177 | arch = "rockspec"
178 | }
179 | }
180 | },
181 | cv = {
182 | ["scm-1"] = {
183 | {
184 | arch = "rockspec"
185 | }
186 | }
187 | },
188 | cwrap = {
189 | ["scm-1"] = {
190 | {
191 | arch = "rockspec"
192 | }
193 | }
194 | },
195 | dataload = {
196 | ["scm-1"] = {
197 | {
198 | arch = "rockspec"
199 | }
200 | }
201 | },
202 | dataset = {
203 | ["scm-1"] = {
204 | {
205 | arch = "rockspec"
206 | }
207 | }
208 | },
209 | display = {
210 | ["scm-0"] = {
211 | {
212 | arch = "rockspec"
213 | }
214 | }
215 | },
216 | distlearn = {
217 | ["scm-1"] = {
218 | {
219 | arch = "rockspec"
220 | }
221 | }
222 | },
223 | dok = {
224 | ["scm-1"] = {
225 | {
226 | arch = "rockspec"
227 | }
228 | }
229 | },
230 | dp = {
231 | ["scm-1"] = {
232 | {
233 | arch = "rockspec"
234 | }
235 | }
236 | },
237 | dpnn = {
238 | ["scm-1"] = {
239 | {
240 | arch = "rockspec"
241 | }
242 | }
243 | },
244 | eex = {
245 | ["1.0-0"] = {
246 | {
247 | arch = "rockspec"
248 | }
249 | }
250 | },
251 | env = {
252 | ["scm-1"] = {
253 | {
254 | arch = "rockspec"
255 | }
256 | }
257 | },
258 | fbpython = {
259 | ["0.1-2"] = {
260 | {
261 | arch = "rockspec"
262 | }
263 | }
264 | },
265 | fex = {
266 | ["0.1-0"] = {
267 | {
268 | arch = "rockspec"
269 | }
270 | }
271 | },
272 | ffmpeg = {
273 | ["1.0-0"] = {
274 | {
275 | arch = "rockspec"
276 | }
277 | }
278 | },
279 | fftw3 = {
280 | ["scm-1"] = {
281 | {
282 | arch = "rockspec"
283 | }
284 | }
285 | },
286 | findcuda = {
287 | ["scm-1"] = {
288 | {
289 | arch = "rockspec"
290 | }
291 | }
292 | },
293 | fn = {
294 | ["0-0"] = {
295 | {
296 | arch = "rockspec"
297 | }
298 | }
299 | },
300 | fs = {
301 | ["0.3-0"] = {
302 | {
303 | arch = "rockspec"
304 | }
305 | }
306 | },
307 | ["gfx.js"] = {
308 | ["scm-0"] = {
309 | {
310 | arch = "rockspec"
311 | }
312 | }
313 | },
314 | gm = {
315 | ["scm-1"] = {
316 | {
317 | arch = "rockspec"
318 | }
319 | }
320 | },
321 | gnuplot = {
322 | ["scm-1"] = {
323 | {
324 | arch = "rockspec"
325 | }
326 | }
327 | },
328 | graph = {
329 | ["scm-1"] = {
330 | {
331 | arch = "rockspec"
332 | }
333 | }
334 | },
335 | graphicsmagick = {
336 | ["1.scm-0"] = {
337 | {
338 | arch = "rockspec"
339 | }
340 | }
341 | },
342 | hash = {
343 | ["scm-1"] = {
344 | {
345 | arch = "rockspec"
346 | }
347 | }
348 | },
349 | hdf5 = {
350 | ["20-0"] = {
351 | {
352 | arch = "rockspec"
353 | }
354 | }
355 | },
356 | image = {
357 | ["1.0-0"] = {
358 | {
359 | arch = "rockspec"
360 | }
361 | },
362 | ["1.0.1-0"] = {
363 | {
364 | arch = "rockspec"
365 | }
366 | },
367 | ["1.1.alpha-0"] = {
368 | {
369 | arch = "rockspec"
370 | }
371 | }
372 | },
373 | imgraph = {
374 | ["1.0-0"] = {
375 | {
376 | arch = "rockspec"
377 | }
378 | }
379 | },
380 | ["inline-c"] = {
381 | ["1.0-0"] = {
382 | {
383 | arch = "rockspec"
384 | }
385 | }
386 | },
387 | inn = {
388 | ["1.0-0"] = {
389 | {
390 | arch = "rockspec"
391 | }
392 | }
393 | },
394 | ipc = {
395 | ["scm-1"] = {
396 | {
397 | arch = "rockspec"
398 | }
399 | }
400 | },
401 | iterm = {
402 | ["scm-1"] = {
403 | {
404 | arch = "rockspec"
405 | }
406 | }
407 | },
408 | itorch = {
409 | ["scm-1"] = {
410 | {
411 | arch = "rockspec"
412 | }
413 | }
414 | },
415 | json = {
416 | ["1.0-0"] = {
417 | {
418 | arch = "rockspec"
419 | }
420 | }
421 | },
422 | ["lmdb.torch"] = {
423 | ["scm-1"] = {
424 | {
425 | arch = "rockspec"
426 | }
427 | }
428 | },
429 | loadcaffe = {
430 | ["1.0-0"] = {
431 | {
432 | arch = "rockspec"
433 | }
434 | }
435 | },
436 | logroll = {
437 | ["0-0"] = {
438 | {
439 | arch = "rockspec"
440 | }
441 | }
442 | },
443 | luaffi = {
444 | ["scm-1"] = {
445 | {
446 | arch = "rockspec"
447 | }
448 | }
449 | },
450 | luaforever = {
451 | ["scm-1"] = {
452 | {
453 | arch = "rockspec"
454 | }
455 | }
456 | },
457 | manifold = {
458 | ["scm-0"] = {
459 | {
460 | arch = "rockspec"
461 | }
462 | }
463 | },
464 | matio = {
465 | ["scm-1"] = {
466 | {
467 | arch = "rockspec"
468 | }
469 | }
470 | },
471 | mattorch = {
472 | ["1.0-0"] = {
473 | {
474 | arch = "rockspec"
475 | }
476 | }
477 | },
478 | metriclearning = {
479 | ["scm-0"] = {
480 | {
481 | arch = "rockspec"
482 | }
483 | }
484 | },
485 | mnist = {
486 | ["scm-1"] = {
487 | {
488 | arch = "rockspec"
489 | }
490 | }
491 | },
492 | nccl = {
493 | ["scm-1"] = {
494 | {
495 | arch = "rockspec"
496 | }
497 | }
498 | },
499 | ncurses = {
500 | ["scm-0"] = {
501 | {
502 | arch = "rockspec"
503 | }
504 | }
505 | },
506 | nn = {
507 | ["scm-1"] = {
508 | {
509 | arch = "rockspec"
510 | }
511 | }
512 | },
513 | nnbhwd = {
514 | ["scm-1"] = {
515 | {
516 | arch = "rockspec"
517 | }
518 | }
519 | },
520 | nnfunc = {
521 | ["scm-1"] = {
522 | {
523 | arch = "rockspec"
524 | }
525 | }
526 | },
527 | nngraph = {
528 | ["scm-1"] = {
529 | {
530 | arch = "rockspec"
531 | }
532 | }
533 | },
534 | nninit = {
535 | ["scm-1"] = {
536 | {
537 | arch = "rockspec"
538 | }
539 | }
540 | },
541 | nnx = {
542 | ["0.1-1"] = {
543 | {
544 | arch = "rockspec"
545 | }
546 | }
547 | },
548 | ["ns-redis"] = {
549 | ["scm-0"] = {
550 | {
551 | arch = "rockspec"
552 | }
553 | }
554 | },
555 | ["openblas-conv"] = {
556 | ["1.0-1"] = {
557 | {
558 | arch = "rockspec"
559 | }
560 | }
561 | },
562 | optim = {
563 | ["1.0.3-0"] = {
564 | {
565 | arch = "rockspec"
566 | }
567 | },
568 | ["1.0.3-1"] = {
569 | {
570 | arch = "rockspec"
571 | }
572 | },
573 | ["1.0.4-0"] = {
574 | {
575 | arch = "rockspec"
576 | }
577 | },
578 | ["1.0.5-0"] = {
579 | {
580 | arch = "rockspec"
581 | }
582 | }
583 | },
584 | optnet = {
585 | ["scm-1"] = {
586 | {
587 | arch = "rockspec"
588 | }
589 | }
590 | },
591 | parallel = {
592 | ["1.0-0"] = {
593 | {
594 | arch = "rockspec"
595 | }
596 | },
597 | ["1.1-0"] = {
598 | {
599 | arch = "rockspec"
600 | }
601 | }
602 | },
603 | paths = {
604 | ["scm-1"] = {
605 | {
606 | arch = "rockspec"
607 | }
608 | }
609 | },
610 | persist = {
611 | ["scm-0"] = {
612 | {
613 | arch = "rockspec"
614 | }
615 | }
616 | },
617 | plplot = {
618 | ["0-0"] = {
619 | {
620 | arch = "rockspec"
621 | }
622 | }
623 | },
624 | pprint = {
625 | ["0-0"] = {
626 | {
627 | arch = "rockspec"
628 | }
629 | }
630 | },
631 | ["pretty-nn"] = {
632 | ["scm-1"] = {
633 | {
634 | arch = "rockspec"
635 | }
636 | }
637 | },
638 | python = {
639 | ["scm-0"] = {
640 | {
641 | arch = "rockspec"
642 | }
643 | }
644 | },
645 | qtlua = {
646 | ["scm-1"] = {
647 | {
648 | arch = "rockspec"
649 | }
650 | }
651 | },
652 | qttorch = {
653 | ["scm-1"] = {
654 | {
655 | arch = "rockspec"
656 | }
657 | }
658 | },
659 | randomkit = {
660 | ["0-0"] = {
661 | {
662 | arch = "rockspec"
663 | }
664 | },
665 | ["0-1"] = {
666 | {
667 | arch = "rockspec"
668 | }
669 | }
670 | },
671 | rational = {
672 | ["scm-1"] = {
673 | {
674 | arch = "rockspec"
675 | }
676 | }
677 | },
678 | recurrent = {
679 | ["scm-1"] = {
680 | {
681 | arch = "rockspec"
682 | }
683 | }
684 | },
685 | ["redis-async"] = {
686 | ["scm-0"] = {
687 | {
688 | arch = "rockspec"
689 | }
690 | }
691 | },
692 | ["redis-queue"] = {
693 | ["scm-0"] = {
694 | {
695 | arch = "rockspec"
696 | }
697 | }
698 | },
699 | ["redis-status"] = {
700 | ["scm-0"] = {
701 | {
702 | arch = "rockspec"
703 | }
704 | }
705 | },
706 | regress = {
707 | ["scm-1"] = {
708 | {
709 | arch = "rockspec"
710 | }
711 | }
712 | },
713 | restclient = {
714 | ["0.1-0"] = {
715 | {
716 | arch = "rockspec"
717 | }
718 | }
719 | },
720 | rnn = {
721 | ["scm-1"] = {
722 | {
723 | arch = "rockspec"
724 | }
725 | }
726 | },
727 | ["rq-monitor"] = {
728 | ["scm-0"] = {
729 | {
730 | arch = "rockspec"
731 | }
732 | }
733 | },
734 | schedlua = {
735 | ["scm-1"] = {
736 | {
737 | arch = "rockspec"
738 | }
739 | }
740 | },
741 | sdl2 = {
742 | ["scm-1"] = {
743 | {
744 | arch = "rockspec"
745 | }
746 | }
747 | },
748 | signal = {
749 | ["scm-1"] = {
750 | {
751 | arch = "rockspec"
752 | }
753 | }
754 | },
755 | sndfile = {
756 | ["scm-1"] = {
757 | {
758 | arch = "rockspec"
759 | }
760 | }
761 | },
762 | strict = {
763 | ["0-0"] = {
764 | {
765 | arch = "rockspec"
766 | }
767 | }
768 | },
769 | sundown = {
770 | ["scm-1"] = {
771 | {
772 | arch = "rockspec"
773 | }
774 | }
775 | },
776 | svm = {
777 | ["0.1-0"] = {
778 | {
779 | arch = "rockspec"
780 | }
781 | }
782 | },
783 | sys = {
784 | ["1.0-0"] = {
785 | {
786 | arch = "rockspec"
787 | }
788 | },
789 | ["1.1-0"] = {
790 | {
791 | arch = "rockspec"
792 | }
793 | }
794 | },
795 | tds = {
796 | ["scm-1"] = {
797 | {
798 | arch = "rockspec"
799 | }
800 | }
801 | },
802 | thmap = {
803 | ["scm-1"] = {
804 | {
805 | arch = "rockspec"
806 | }
807 | }
808 | },
809 | threads = {
810 | ["scm-1"] = {
811 | {
812 | arch = "rockspec"
813 | }
814 | }
815 | },
816 | thrift = {
817 | ["scm-1"] = {
818 | {
819 | arch = "rockspec"
820 | }
821 | }
822 | },
823 | torch = {
824 | ["7.scm-0"] = {
825 | {
826 | arch = "rockspec"
827 | }
828 | },
829 | ["scm-1"] = {
830 | {
831 | arch = "rockspec"
832 | }
833 | }
834 | },
835 | ["torch-word-emb"] = {
836 | ["1.4-0"] = {
837 | {
838 | arch = "rockspec"
839 | }
840 | }
841 | },
842 | torchffi = {
843 | ["1.1.alpha-0"] = {
844 | {
845 | arch = "rockspec"
846 | }
847 | }
848 | },
849 | torchnet = {
850 | ["scm-1"] = {
851 | {
852 | arch = "rockspec"
853 | }
854 | }
855 | },
856 | torchx = {
857 | ["scm-1"] = {
858 | {
859 | arch = "rockspec"
860 | }
861 | }
862 | },
863 | totem = {
864 | ["0-0"] = {
865 | {
866 | arch = "rockspec"
867 | }
868 | }
869 | },
870 | trepl = {
871 | ["scm-1"] = {
872 | {
873 | arch = "rockspec"
874 | }
875 | }
876 | },
877 | underscore = {
878 | ["dev-1"] = {
879 | {
880 | arch = "rockspec"
881 | }
882 | }
883 | },
884 | unsup = {
885 | ["0.1-0"] = {
886 | {
887 | arch = "rockspec"
888 | }
889 | }
890 | },
891 | utf8 = {
892 | ["scm-1"] = {
893 | {
894 | arch = "rockspec"
895 | }
896 | }
897 | },
898 | util = {
899 | ["0-0"] = {
900 | {
901 | arch = "rockspec"
902 | }
903 | }
904 | },
905 | videograph = {
906 | ["1.0-0"] = {
907 | {
908 | arch = "rockspec"
909 | }
910 | }
911 | },
912 | xlua = {
913 | ["1.0-0"] = {
914 | {
915 | arch = "rockspec"
916 | }
917 | },
918 | ["1.1-0"] = {
919 | {
920 | arch = "rockspec"
921 | }
922 | }
923 | }
924 | }
925 |
--------------------------------------------------------------------------------
/manifest-5.2:
--------------------------------------------------------------------------------
1 | commands = {}
2 | modules = {}
3 | repository = {
4 | argcheck = {
5 | ["0.5.0-0"] = {
6 | {
7 | arch = "rockspec"
8 | }
9 | },
10 | ["scm-1"] = {
11 | {
12 | arch = "rockspec"
13 | }
14 | }
15 | },
16 | async = {
17 | ["scm-1"] = {
18 | {
19 | arch = "rockspec"
20 | }
21 | }
22 | },
23 | audio = {
24 | ["0.1-0"] = {
25 | {
26 | arch = "rockspec"
27 | }
28 | }
29 | },
30 | autograd = {
31 | ["scm-1"] = {
32 | {
33 | arch = "rockspec"
34 | }
35 | }
36 | },
37 | buffer = {
38 | ["scm-0"] = {
39 | {
40 | arch = "rockspec"
41 | }
42 | }
43 | },
44 | caffe = {
45 | ["1.0-0"] = {
46 | {
47 | arch = "rockspec"
48 | }
49 | }
50 | },
51 | caffegraph = {
52 | ["scm-1"] = {
53 | {
54 | arch = "rockspec"
55 | }
56 | }
57 | },
58 | cairo = {
59 | ["0.5.0-0"] = {
60 | {
61 | arch = "rockspec"
62 | }
63 | },
64 | ["scm-1"] = {
65 | {
66 | arch = "rockspec"
67 | }
68 | }
69 | },
70 | camera = {
71 | ["1.0-0"] = {
72 | {
73 | arch = "rockspec"
74 | }
75 | },
76 | ["1.1-0"] = {
77 | {
78 | arch = "rockspec"
79 | }
80 | }
81 | },
82 | ccn2 = {
83 | ["scm-1"] = {
84 | {
85 | arch = "rockspec"
86 | }
87 | }
88 | },
89 | cephes = {
90 | ["0-0"] = {
91 | {
92 | arch = "rockspec"
93 | }
94 | }
95 | },
96 | class = {
97 | ["0.5.0-0"] = {
98 | {
99 | arch = "rockspec"
100 | }
101 | },
102 | ["scm-1"] = {
103 | {
104 | arch = "rockspec"
105 | }
106 | }
107 | },
108 | classic = {
109 | ["scm-1"] = {
110 | {
111 | arch = "rockspec"
112 | }
113 | }
114 | },
115 | clnn = {
116 | ["scm-1"] = {
117 | {
118 | arch = "rockspec"
119 | }
120 | }
121 | },
122 | cltorch = {
123 | ["scm-1"] = {
124 | {
125 | arch = "rockspec"
126 | }
127 | }
128 | },
129 | csvigo = {
130 | ["scm-1"] = {
131 | {
132 | arch = "rockspec"
133 | }
134 | }
135 | },
136 | cudnn = {
137 | ["scm-1"] = {
138 | {
139 | arch = "rockspec"
140 | }
141 | }
142 | },
143 | cunn = {
144 | ["1.0-0"] = {
145 | {
146 | arch = "rockspec"
147 | }
148 | },
149 | ["scm-1"] = {
150 | {
151 | arch = "rockspec"
152 | }
153 | }
154 | },
155 | cunnx = {
156 | ["scm-1"] = {
157 | {
158 | arch = "rockspec"
159 | }
160 | }
161 | },
162 | curl = {
163 | ["0.1-0"] = {
164 | {
165 | arch = "rockspec"
166 | }
167 | }
168 | },
169 | cutorch = {
170 | ["1.0-0"] = {
171 | {
172 | arch = "rockspec"
173 | }
174 | },
175 | ["scm-1"] = {
176 | {
177 | arch = "rockspec"
178 | }
179 | }
180 | },
181 | cv = {
182 | ["scm-1"] = {
183 | {
184 | arch = "rockspec"
185 | }
186 | }
187 | },
188 | cwrap = {
189 | ["scm-1"] = {
190 | {
191 | arch = "rockspec"
192 | }
193 | }
194 | },
195 | dataload = {
196 | ["scm-1"] = {
197 | {
198 | arch = "rockspec"
199 | }
200 | }
201 | },
202 | dataset = {
203 | ["scm-1"] = {
204 | {
205 | arch = "rockspec"
206 | }
207 | }
208 | },
209 | display = {
210 | ["scm-0"] = {
211 | {
212 | arch = "rockspec"
213 | }
214 | }
215 | },
216 | distlearn = {
217 | ["scm-1"] = {
218 | {
219 | arch = "rockspec"
220 | }
221 | }
222 | },
223 | dok = {
224 | ["scm-1"] = {
225 | {
226 | arch = "rockspec"
227 | }
228 | }
229 | },
230 | dp = {
231 | ["scm-1"] = {
232 | {
233 | arch = "rockspec"
234 | }
235 | }
236 | },
237 | dpnn = {
238 | ["scm-1"] = {
239 | {
240 | arch = "rockspec"
241 | }
242 | }
243 | },
244 | eex = {
245 | ["1.0-0"] = {
246 | {
247 | arch = "rockspec"
248 | }
249 | }
250 | },
251 | env = {
252 | ["scm-1"] = {
253 | {
254 | arch = "rockspec"
255 | }
256 | }
257 | },
258 | fbpython = {
259 | ["0.1-2"] = {
260 | {
261 | arch = "rockspec"
262 | }
263 | }
264 | },
265 | fex = {
266 | ["0.1-0"] = {
267 | {
268 | arch = "rockspec"
269 | }
270 | }
271 | },
272 | ffmpeg = {
273 | ["1.0-0"] = {
274 | {
275 | arch = "rockspec"
276 | }
277 | }
278 | },
279 | fftw3 = {
280 | ["scm-1"] = {
281 | {
282 | arch = "rockspec"
283 | }
284 | }
285 | },
286 | findcuda = {
287 | ["scm-1"] = {
288 | {
289 | arch = "rockspec"
290 | }
291 | }
292 | },
293 | fn = {
294 | ["0-0"] = {
295 | {
296 | arch = "rockspec"
297 | }
298 | }
299 | },
300 | fs = {
301 | ["0.3-0"] = {
302 | {
303 | arch = "rockspec"
304 | }
305 | }
306 | },
307 | ["gfx.js"] = {
308 | ["scm-0"] = {
309 | {
310 | arch = "rockspec"
311 | }
312 | }
313 | },
314 | gm = {
315 | ["scm-1"] = {
316 | {
317 | arch = "rockspec"
318 | }
319 | }
320 | },
321 | gnuplot = {
322 | ["scm-1"] = {
323 | {
324 | arch = "rockspec"
325 | }
326 | }
327 | },
328 | graph = {
329 | ["scm-1"] = {
330 | {
331 | arch = "rockspec"
332 | }
333 | }
334 | },
335 | graphicsmagick = {
336 | ["1.scm-0"] = {
337 | {
338 | arch = "rockspec"
339 | }
340 | }
341 | },
342 | hash = {
343 | ["scm-1"] = {
344 | {
345 | arch = "rockspec"
346 | }
347 | }
348 | },
349 | hdf5 = {
350 | ["20-0"] = {
351 | {
352 | arch = "rockspec"
353 | }
354 | }
355 | },
356 | image = {
357 | ["1.0-0"] = {
358 | {
359 | arch = "rockspec"
360 | }
361 | },
362 | ["1.0.1-0"] = {
363 | {
364 | arch = "rockspec"
365 | }
366 | },
367 | ["1.1.alpha-0"] = {
368 | {
369 | arch = "rockspec"
370 | }
371 | }
372 | },
373 | imgraph = {
374 | ["1.0-0"] = {
375 | {
376 | arch = "rockspec"
377 | }
378 | }
379 | },
380 | ["inline-c"] = {
381 | ["1.0-0"] = {
382 | {
383 | arch = "rockspec"
384 | }
385 | }
386 | },
387 | inn = {
388 | ["1.0-0"] = {
389 | {
390 | arch = "rockspec"
391 | }
392 | }
393 | },
394 | ipc = {
395 | ["scm-1"] = {
396 | {
397 | arch = "rockspec"
398 | }
399 | }
400 | },
401 | iterm = {
402 | ["scm-1"] = {
403 | {
404 | arch = "rockspec"
405 | }
406 | }
407 | },
408 | itorch = {
409 | ["scm-1"] = {
410 | {
411 | arch = "rockspec"
412 | }
413 | }
414 | },
415 | json = {
416 | ["1.0-0"] = {
417 | {
418 | arch = "rockspec"
419 | }
420 | }
421 | },
422 | ["lmdb.torch"] = {
423 | ["scm-1"] = {
424 | {
425 | arch = "rockspec"
426 | }
427 | }
428 | },
429 | loadcaffe = {
430 | ["1.0-0"] = {
431 | {
432 | arch = "rockspec"
433 | }
434 | }
435 | },
436 | logroll = {
437 | ["0-0"] = {
438 | {
439 | arch = "rockspec"
440 | }
441 | }
442 | },
443 | luaffi = {
444 | ["scm-1"] = {
445 | {
446 | arch = "rockspec"
447 | }
448 | }
449 | },
450 | luaforever = {
451 | ["scm-1"] = {
452 | {
453 | arch = "rockspec"
454 | }
455 | }
456 | },
457 | manifold = {
458 | ["scm-0"] = {
459 | {
460 | arch = "rockspec"
461 | }
462 | }
463 | },
464 | matio = {
465 | ["scm-1"] = {
466 | {
467 | arch = "rockspec"
468 | }
469 | }
470 | },
471 | mattorch = {
472 | ["1.0-0"] = {
473 | {
474 | arch = "rockspec"
475 | }
476 | }
477 | },
478 | metriclearning = {
479 | ["scm-0"] = {
480 | {
481 | arch = "rockspec"
482 | }
483 | }
484 | },
485 | mnist = {
486 | ["scm-1"] = {
487 | {
488 | arch = "rockspec"
489 | }
490 | }
491 | },
492 | nccl = {
493 | ["scm-1"] = {
494 | {
495 | arch = "rockspec"
496 | }
497 | }
498 | },
499 | ncurses = {
500 | ["scm-0"] = {
501 | {
502 | arch = "rockspec"
503 | }
504 | }
505 | },
506 | nn = {
507 | ["scm-1"] = {
508 | {
509 | arch = "rockspec"
510 | }
511 | }
512 | },
513 | nnbhwd = {
514 | ["scm-1"] = {
515 | {
516 | arch = "rockspec"
517 | }
518 | }
519 | },
520 | nnfunc = {
521 | ["scm-1"] = {
522 | {
523 | arch = "rockspec"
524 | }
525 | }
526 | },
527 | nngraph = {
528 | ["scm-1"] = {
529 | {
530 | arch = "rockspec"
531 | }
532 | }
533 | },
534 | nninit = {
535 | ["scm-1"] = {
536 | {
537 | arch = "rockspec"
538 | }
539 | }
540 | },
541 | nnx = {
542 | ["0.1-1"] = {
543 | {
544 | arch = "rockspec"
545 | }
546 | }
547 | },
548 | ["ns-redis"] = {
549 | ["scm-0"] = {
550 | {
551 | arch = "rockspec"
552 | }
553 | }
554 | },
555 | ["openblas-conv"] = {
556 | ["1.0-1"] = {
557 | {
558 | arch = "rockspec"
559 | }
560 | }
561 | },
562 | optim = {
563 | ["1.0.3-0"] = {
564 | {
565 | arch = "rockspec"
566 | }
567 | },
568 | ["1.0.3-1"] = {
569 | {
570 | arch = "rockspec"
571 | }
572 | },
573 | ["1.0.4-0"] = {
574 | {
575 | arch = "rockspec"
576 | }
577 | },
578 | ["1.0.5-0"] = {
579 | {
580 | arch = "rockspec"
581 | }
582 | }
583 | },
584 | optnet = {
585 | ["scm-1"] = {
586 | {
587 | arch = "rockspec"
588 | }
589 | }
590 | },
591 | parallel = {
592 | ["1.0-0"] = {
593 | {
594 | arch = "rockspec"
595 | }
596 | },
597 | ["1.1-0"] = {
598 | {
599 | arch = "rockspec"
600 | }
601 | }
602 | },
603 | paths = {
604 | ["scm-1"] = {
605 | {
606 | arch = "rockspec"
607 | }
608 | }
609 | },
610 | persist = {
611 | ["scm-0"] = {
612 | {
613 | arch = "rockspec"
614 | }
615 | }
616 | },
617 | plplot = {
618 | ["0-0"] = {
619 | {
620 | arch = "rockspec"
621 | }
622 | }
623 | },
624 | pprint = {
625 | ["0-0"] = {
626 | {
627 | arch = "rockspec"
628 | }
629 | }
630 | },
631 | ["pretty-nn"] = {
632 | ["scm-1"] = {
633 | {
634 | arch = "rockspec"
635 | }
636 | }
637 | },
638 | python = {
639 | ["scm-0"] = {
640 | {
641 | arch = "rockspec"
642 | }
643 | }
644 | },
645 | qtlua = {
646 | ["scm-1"] = {
647 | {
648 | arch = "rockspec"
649 | }
650 | }
651 | },
652 | qttorch = {
653 | ["scm-1"] = {
654 | {
655 | arch = "rockspec"
656 | }
657 | }
658 | },
659 | randomkit = {
660 | ["0-0"] = {
661 | {
662 | arch = "rockspec"
663 | }
664 | },
665 | ["0-1"] = {
666 | {
667 | arch = "rockspec"
668 | }
669 | }
670 | },
671 | rational = {
672 | ["scm-1"] = {
673 | {
674 | arch = "rockspec"
675 | }
676 | }
677 | },
678 | recurrent = {
679 | ["scm-1"] = {
680 | {
681 | arch = "rockspec"
682 | }
683 | }
684 | },
685 | ["redis-async"] = {
686 | ["scm-0"] = {
687 | {
688 | arch = "rockspec"
689 | }
690 | }
691 | },
692 | ["redis-queue"] = {
693 | ["scm-0"] = {
694 | {
695 | arch = "rockspec"
696 | }
697 | }
698 | },
699 | ["redis-status"] = {
700 | ["scm-0"] = {
701 | {
702 | arch = "rockspec"
703 | }
704 | }
705 | },
706 | regress = {
707 | ["scm-1"] = {
708 | {
709 | arch = "rockspec"
710 | }
711 | }
712 | },
713 | restclient = {
714 | ["0.1-0"] = {
715 | {
716 | arch = "rockspec"
717 | }
718 | }
719 | },
720 | rnn = {
721 | ["scm-1"] = {
722 | {
723 | arch = "rockspec"
724 | }
725 | }
726 | },
727 | ["rq-monitor"] = {
728 | ["scm-0"] = {
729 | {
730 | arch = "rockspec"
731 | }
732 | }
733 | },
734 | schedlua = {
735 | ["scm-1"] = {
736 | {
737 | arch = "rockspec"
738 | }
739 | }
740 | },
741 | sdl2 = {
742 | ["scm-1"] = {
743 | {
744 | arch = "rockspec"
745 | }
746 | }
747 | },
748 | signal = {
749 | ["scm-1"] = {
750 | {
751 | arch = "rockspec"
752 | }
753 | }
754 | },
755 | sndfile = {
756 | ["scm-1"] = {
757 | {
758 | arch = "rockspec"
759 | }
760 | }
761 | },
762 | strict = {
763 | ["0-0"] = {
764 | {
765 | arch = "rockspec"
766 | }
767 | }
768 | },
769 | sundown = {
770 | ["scm-1"] = {
771 | {
772 | arch = "rockspec"
773 | }
774 | }
775 | },
776 | svm = {
777 | ["0.1-0"] = {
778 | {
779 | arch = "rockspec"
780 | }
781 | }
782 | },
783 | sys = {
784 | ["1.0-0"] = {
785 | {
786 | arch = "rockspec"
787 | }
788 | },
789 | ["1.1-0"] = {
790 | {
791 | arch = "rockspec"
792 | }
793 | }
794 | },
795 | tds = {
796 | ["scm-1"] = {
797 | {
798 | arch = "rockspec"
799 | }
800 | }
801 | },
802 | thmap = {
803 | ["scm-1"] = {
804 | {
805 | arch = "rockspec"
806 | }
807 | }
808 | },
809 | threads = {
810 | ["scm-1"] = {
811 | {
812 | arch = "rockspec"
813 | }
814 | }
815 | },
816 | thrift = {
817 | ["scm-1"] = {
818 | {
819 | arch = "rockspec"
820 | }
821 | }
822 | },
823 | torch = {
824 | ["7.scm-0"] = {
825 | {
826 | arch = "rockspec"
827 | }
828 | },
829 | ["scm-1"] = {
830 | {
831 | arch = "rockspec"
832 | }
833 | }
834 | },
835 | ["torch-word-emb"] = {
836 | ["1.4-0"] = {
837 | {
838 | arch = "rockspec"
839 | }
840 | }
841 | },
842 | torchffi = {
843 | ["1.1.alpha-0"] = {
844 | {
845 | arch = "rockspec"
846 | }
847 | }
848 | },
849 | torchnet = {
850 | ["scm-1"] = {
851 | {
852 | arch = "rockspec"
853 | }
854 | }
855 | },
856 | torchx = {
857 | ["scm-1"] = {
858 | {
859 | arch = "rockspec"
860 | }
861 | }
862 | },
863 | totem = {
864 | ["0-0"] = {
865 | {
866 | arch = "rockspec"
867 | }
868 | }
869 | },
870 | trepl = {
871 | ["scm-1"] = {
872 | {
873 | arch = "rockspec"
874 | }
875 | }
876 | },
877 | underscore = {
878 | ["dev-1"] = {
879 | {
880 | arch = "rockspec"
881 | }
882 | }
883 | },
884 | unsup = {
885 | ["0.1-0"] = {
886 | {
887 | arch = "rockspec"
888 | }
889 | }
890 | },
891 | utf8 = {
892 | ["scm-1"] = {
893 | {
894 | arch = "rockspec"
895 | }
896 | }
897 | },
898 | util = {
899 | ["0-0"] = {
900 | {
901 | arch = "rockspec"
902 | }
903 | }
904 | },
905 | videograph = {
906 | ["1.0-0"] = {
907 | {
908 | arch = "rockspec"
909 | }
910 | }
911 | },
912 | xlua = {
913 | ["1.0-0"] = {
914 | {
915 | arch = "rockspec"
916 | }
917 | },
918 | ["1.1-0"] = {
919 | {
920 | arch = "rockspec"
921 | }
922 | }
923 | }
924 | }
925 |
--------------------------------------------------------------------------------
/manifest-5.3:
--------------------------------------------------------------------------------
1 | commands = {}
2 | modules = {}
3 | repository = {
4 | argcheck = {
5 | ["0.5.0-0"] = {
6 | {
7 | arch = "rockspec"
8 | }
9 | },
10 | ["scm-1"] = {
11 | {
12 | arch = "rockspec"
13 | }
14 | }
15 | },
16 | async = {
17 | ["scm-1"] = {
18 | {
19 | arch = "rockspec"
20 | }
21 | }
22 | },
23 | audio = {
24 | ["0.1-0"] = {
25 | {
26 | arch = "rockspec"
27 | }
28 | }
29 | },
30 | autograd = {
31 | ["scm-1"] = {
32 | {
33 | arch = "rockspec"
34 | }
35 | }
36 | },
37 | buffer = {
38 | ["scm-0"] = {
39 | {
40 | arch = "rockspec"
41 | }
42 | }
43 | },
44 | caffe = {
45 | ["1.0-0"] = {
46 | {
47 | arch = "rockspec"
48 | }
49 | }
50 | },
51 | caffegraph = {
52 | ["scm-1"] = {
53 | {
54 | arch = "rockspec"
55 | }
56 | }
57 | },
58 | cairo = {
59 | ["0.5.0-0"] = {
60 | {
61 | arch = "rockspec"
62 | }
63 | },
64 | ["scm-1"] = {
65 | {
66 | arch = "rockspec"
67 | }
68 | }
69 | },
70 | camera = {
71 | ["1.0-0"] = {
72 | {
73 | arch = "rockspec"
74 | }
75 | },
76 | ["1.1-0"] = {
77 | {
78 | arch = "rockspec"
79 | }
80 | }
81 | },
82 | ccn2 = {
83 | ["scm-1"] = {
84 | {
85 | arch = "rockspec"
86 | }
87 | }
88 | },
89 | cephes = {
90 | ["0-0"] = {
91 | {
92 | arch = "rockspec"
93 | }
94 | }
95 | },
96 | class = {
97 | ["0.5.0-0"] = {
98 | {
99 | arch = "rockspec"
100 | }
101 | },
102 | ["scm-1"] = {
103 | {
104 | arch = "rockspec"
105 | }
106 | }
107 | },
108 | classic = {
109 | ["scm-1"] = {
110 | {
111 | arch = "rockspec"
112 | }
113 | }
114 | },
115 | clnn = {
116 | ["scm-1"] = {
117 | {
118 | arch = "rockspec"
119 | }
120 | }
121 | },
122 | cltorch = {
123 | ["scm-1"] = {
124 | {
125 | arch = "rockspec"
126 | }
127 | }
128 | },
129 | csvigo = {
130 | ["scm-1"] = {
131 | {
132 | arch = "rockspec"
133 | }
134 | }
135 | },
136 | cudnn = {
137 | ["scm-1"] = {
138 | {
139 | arch = "rockspec"
140 | }
141 | }
142 | },
143 | cunn = {
144 | ["1.0-0"] = {
145 | {
146 | arch = "rockspec"
147 | }
148 | },
149 | ["scm-1"] = {
150 | {
151 | arch = "rockspec"
152 | }
153 | }
154 | },
155 | cunnx = {
156 | ["scm-1"] = {
157 | {
158 | arch = "rockspec"
159 | }
160 | }
161 | },
162 | curl = {
163 | ["0.1-0"] = {
164 | {
165 | arch = "rockspec"
166 | }
167 | }
168 | },
169 | cutorch = {
170 | ["1.0-0"] = {
171 | {
172 | arch = "rockspec"
173 | }
174 | },
175 | ["scm-1"] = {
176 | {
177 | arch = "rockspec"
178 | }
179 | }
180 | },
181 | cv = {
182 | ["scm-1"] = {
183 | {
184 | arch = "rockspec"
185 | }
186 | }
187 | },
188 | cwrap = {
189 | ["scm-1"] = {
190 | {
191 | arch = "rockspec"
192 | }
193 | }
194 | },
195 | dataload = {
196 | ["scm-1"] = {
197 | {
198 | arch = "rockspec"
199 | }
200 | }
201 | },
202 | dataset = {
203 | ["scm-1"] = {
204 | {
205 | arch = "rockspec"
206 | }
207 | }
208 | },
209 | display = {
210 | ["scm-0"] = {
211 | {
212 | arch = "rockspec"
213 | }
214 | }
215 | },
216 | distlearn = {
217 | ["scm-1"] = {
218 | {
219 | arch = "rockspec"
220 | }
221 | }
222 | },
223 | dok = {
224 | ["scm-1"] = {
225 | {
226 | arch = "rockspec"
227 | }
228 | }
229 | },
230 | dp = {
231 | ["scm-1"] = {
232 | {
233 | arch = "rockspec"
234 | }
235 | }
236 | },
237 | dpnn = {
238 | ["scm-1"] = {
239 | {
240 | arch = "rockspec"
241 | }
242 | }
243 | },
244 | eex = {
245 | ["1.0-0"] = {
246 | {
247 | arch = "rockspec"
248 | }
249 | }
250 | },
251 | env = {
252 | ["scm-1"] = {
253 | {
254 | arch = "rockspec"
255 | }
256 | }
257 | },
258 | fbpython = {
259 | ["0.1-2"] = {
260 | {
261 | arch = "rockspec"
262 | }
263 | }
264 | },
265 | fex = {
266 | ["0.1-0"] = {
267 | {
268 | arch = "rockspec"
269 | }
270 | }
271 | },
272 | ffmpeg = {
273 | ["1.0-0"] = {
274 | {
275 | arch = "rockspec"
276 | }
277 | }
278 | },
279 | fftw3 = {
280 | ["scm-1"] = {
281 | {
282 | arch = "rockspec"
283 | }
284 | }
285 | },
286 | findcuda = {
287 | ["scm-1"] = {
288 | {
289 | arch = "rockspec"
290 | }
291 | }
292 | },
293 | fn = {
294 | ["0-0"] = {
295 | {
296 | arch = "rockspec"
297 | }
298 | }
299 | },
300 | fs = {
301 | ["0.3-0"] = {
302 | {
303 | arch = "rockspec"
304 | }
305 | }
306 | },
307 | ["gfx.js"] = {
308 | ["scm-0"] = {
309 | {
310 | arch = "rockspec"
311 | }
312 | }
313 | },
314 | gm = {
315 | ["scm-1"] = {
316 | {
317 | arch = "rockspec"
318 | }
319 | }
320 | },
321 | gnuplot = {
322 | ["scm-1"] = {
323 | {
324 | arch = "rockspec"
325 | }
326 | }
327 | },
328 | graph = {
329 | ["scm-1"] = {
330 | {
331 | arch = "rockspec"
332 | }
333 | }
334 | },
335 | graphicsmagick = {
336 | ["1.scm-0"] = {
337 | {
338 | arch = "rockspec"
339 | }
340 | }
341 | },
342 | hash = {
343 | ["scm-1"] = {
344 | {
345 | arch = "rockspec"
346 | }
347 | }
348 | },
349 | hdf5 = {
350 | ["20-0"] = {
351 | {
352 | arch = "rockspec"
353 | }
354 | }
355 | },
356 | image = {
357 | ["1.0-0"] = {
358 | {
359 | arch = "rockspec"
360 | }
361 | },
362 | ["1.0.1-0"] = {
363 | {
364 | arch = "rockspec"
365 | }
366 | },
367 | ["1.1.alpha-0"] = {
368 | {
369 | arch = "rockspec"
370 | }
371 | }
372 | },
373 | imgraph = {
374 | ["1.0-0"] = {
375 | {
376 | arch = "rockspec"
377 | }
378 | }
379 | },
380 | ["inline-c"] = {
381 | ["1.0-0"] = {
382 | {
383 | arch = "rockspec"
384 | }
385 | }
386 | },
387 | inn = {
388 | ["1.0-0"] = {
389 | {
390 | arch = "rockspec"
391 | }
392 | }
393 | },
394 | ipc = {
395 | ["scm-1"] = {
396 | {
397 | arch = "rockspec"
398 | }
399 | }
400 | },
401 | iterm = {
402 | ["scm-1"] = {
403 | {
404 | arch = "rockspec"
405 | }
406 | }
407 | },
408 | itorch = {
409 | ["scm-1"] = {
410 | {
411 | arch = "rockspec"
412 | }
413 | }
414 | },
415 | json = {
416 | ["1.0-0"] = {
417 | {
418 | arch = "rockspec"
419 | }
420 | }
421 | },
422 | ["lmdb.torch"] = {
423 | ["scm-1"] = {
424 | {
425 | arch = "rockspec"
426 | }
427 | }
428 | },
429 | loadcaffe = {
430 | ["1.0-0"] = {
431 | {
432 | arch = "rockspec"
433 | }
434 | }
435 | },
436 | logroll = {
437 | ["0-0"] = {
438 | {
439 | arch = "rockspec"
440 | }
441 | }
442 | },
443 | luaffi = {
444 | ["scm-1"] = {
445 | {
446 | arch = "rockspec"
447 | }
448 | }
449 | },
450 | luaforever = {
451 | ["scm-1"] = {
452 | {
453 | arch = "rockspec"
454 | }
455 | }
456 | },
457 | manifold = {
458 | ["scm-0"] = {
459 | {
460 | arch = "rockspec"
461 | }
462 | }
463 | },
464 | matio = {
465 | ["scm-1"] = {
466 | {
467 | arch = "rockspec"
468 | }
469 | }
470 | },
471 | mattorch = {
472 | ["1.0-0"] = {
473 | {
474 | arch = "rockspec"
475 | }
476 | }
477 | },
478 | metriclearning = {
479 | ["scm-0"] = {
480 | {
481 | arch = "rockspec"
482 | }
483 | }
484 | },
485 | mnist = {
486 | ["scm-1"] = {
487 | {
488 | arch = "rockspec"
489 | }
490 | }
491 | },
492 | nccl = {
493 | ["scm-1"] = {
494 | {
495 | arch = "rockspec"
496 | }
497 | }
498 | },
499 | ncurses = {
500 | ["scm-0"] = {
501 | {
502 | arch = "rockspec"
503 | }
504 | }
505 | },
506 | nn = {
507 | ["scm-1"] = {
508 | {
509 | arch = "rockspec"
510 | }
511 | }
512 | },
513 | nnbhwd = {
514 | ["scm-1"] = {
515 | {
516 | arch = "rockspec"
517 | }
518 | }
519 | },
520 | nnfunc = {
521 | ["scm-1"] = {
522 | {
523 | arch = "rockspec"
524 | }
525 | }
526 | },
527 | nngraph = {
528 | ["scm-1"] = {
529 | {
530 | arch = "rockspec"
531 | }
532 | }
533 | },
534 | nninit = {
535 | ["scm-1"] = {
536 | {
537 | arch = "rockspec"
538 | }
539 | }
540 | },
541 | nnx = {
542 | ["0.1-1"] = {
543 | {
544 | arch = "rockspec"
545 | }
546 | }
547 | },
548 | ["ns-redis"] = {
549 | ["scm-0"] = {
550 | {
551 | arch = "rockspec"
552 | }
553 | }
554 | },
555 | ["openblas-conv"] = {
556 | ["1.0-1"] = {
557 | {
558 | arch = "rockspec"
559 | }
560 | }
561 | },
562 | optim = {
563 | ["1.0.3-0"] = {
564 | {
565 | arch = "rockspec"
566 | }
567 | },
568 | ["1.0.3-1"] = {
569 | {
570 | arch = "rockspec"
571 | }
572 | },
573 | ["1.0.4-0"] = {
574 | {
575 | arch = "rockspec"
576 | }
577 | },
578 | ["1.0.5-0"] = {
579 | {
580 | arch = "rockspec"
581 | }
582 | }
583 | },
584 | optnet = {
585 | ["scm-1"] = {
586 | {
587 | arch = "rockspec"
588 | }
589 | }
590 | },
591 | parallel = {
592 | ["1.0-0"] = {
593 | {
594 | arch = "rockspec"
595 | }
596 | },
597 | ["1.1-0"] = {
598 | {
599 | arch = "rockspec"
600 | }
601 | }
602 | },
603 | paths = {
604 | ["scm-1"] = {
605 | {
606 | arch = "rockspec"
607 | }
608 | }
609 | },
610 | persist = {
611 | ["scm-0"] = {
612 | {
613 | arch = "rockspec"
614 | }
615 | }
616 | },
617 | plplot = {
618 | ["0-0"] = {
619 | {
620 | arch = "rockspec"
621 | }
622 | }
623 | },
624 | pprint = {
625 | ["0-0"] = {
626 | {
627 | arch = "rockspec"
628 | }
629 | }
630 | },
631 | ["pretty-nn"] = {
632 | ["scm-1"] = {
633 | {
634 | arch = "rockspec"
635 | }
636 | }
637 | },
638 | python = {
639 | ["scm-0"] = {
640 | {
641 | arch = "rockspec"
642 | }
643 | }
644 | },
645 | qtlua = {
646 | ["scm-1"] = {
647 | {
648 | arch = "rockspec"
649 | }
650 | }
651 | },
652 | qttorch = {
653 | ["scm-1"] = {
654 | {
655 | arch = "rockspec"
656 | }
657 | }
658 | },
659 | randomkit = {
660 | ["0-0"] = {
661 | {
662 | arch = "rockspec"
663 | }
664 | },
665 | ["0-1"] = {
666 | {
667 | arch = "rockspec"
668 | }
669 | }
670 | },
671 | rational = {
672 | ["scm-1"] = {
673 | {
674 | arch = "rockspec"
675 | }
676 | }
677 | },
678 | recurrent = {
679 | ["scm-1"] = {
680 | {
681 | arch = "rockspec"
682 | }
683 | }
684 | },
685 | ["redis-async"] = {
686 | ["scm-0"] = {
687 | {
688 | arch = "rockspec"
689 | }
690 | }
691 | },
692 | ["redis-queue"] = {
693 | ["scm-0"] = {
694 | {
695 | arch = "rockspec"
696 | }
697 | }
698 | },
699 | ["redis-status"] = {
700 | ["scm-0"] = {
701 | {
702 | arch = "rockspec"
703 | }
704 | }
705 | },
706 | regress = {
707 | ["scm-1"] = {
708 | {
709 | arch = "rockspec"
710 | }
711 | }
712 | },
713 | restclient = {
714 | ["0.1-0"] = {
715 | {
716 | arch = "rockspec"
717 | }
718 | }
719 | },
720 | rnn = {
721 | ["scm-1"] = {
722 | {
723 | arch = "rockspec"
724 | }
725 | }
726 | },
727 | ["rq-monitor"] = {
728 | ["scm-0"] = {
729 | {
730 | arch = "rockspec"
731 | }
732 | }
733 | },
734 | schedlua = {
735 | ["scm-1"] = {
736 | {
737 | arch = "rockspec"
738 | }
739 | }
740 | },
741 | sdl2 = {
742 | ["scm-1"] = {
743 | {
744 | arch = "rockspec"
745 | }
746 | }
747 | },
748 | signal = {
749 | ["scm-1"] = {
750 | {
751 | arch = "rockspec"
752 | }
753 | }
754 | },
755 | sndfile = {
756 | ["scm-1"] = {
757 | {
758 | arch = "rockspec"
759 | }
760 | }
761 | },
762 | strict = {
763 | ["0-0"] = {
764 | {
765 | arch = "rockspec"
766 | }
767 | }
768 | },
769 | sundown = {
770 | ["scm-1"] = {
771 | {
772 | arch = "rockspec"
773 | }
774 | }
775 | },
776 | svm = {
777 | ["0.1-0"] = {
778 | {
779 | arch = "rockspec"
780 | }
781 | }
782 | },
783 | sys = {
784 | ["1.0-0"] = {
785 | {
786 | arch = "rockspec"
787 | }
788 | },
789 | ["1.1-0"] = {
790 | {
791 | arch = "rockspec"
792 | }
793 | }
794 | },
795 | tds = {
796 | ["scm-1"] = {
797 | {
798 | arch = "rockspec"
799 | }
800 | }
801 | },
802 | thmap = {
803 | ["scm-1"] = {
804 | {
805 | arch = "rockspec"
806 | }
807 | }
808 | },
809 | threads = {
810 | ["scm-1"] = {
811 | {
812 | arch = "rockspec"
813 | }
814 | }
815 | },
816 | thrift = {
817 | ["scm-1"] = {
818 | {
819 | arch = "rockspec"
820 | }
821 | }
822 | },
823 | torch = {
824 | ["7.scm-0"] = {
825 | {
826 | arch = "rockspec"
827 | }
828 | },
829 | ["scm-1"] = {
830 | {
831 | arch = "rockspec"
832 | }
833 | }
834 | },
835 | ["torch-word-emb"] = {
836 | ["1.4-0"] = {
837 | {
838 | arch = "rockspec"
839 | }
840 | }
841 | },
842 | torchffi = {
843 | ["1.1.alpha-0"] = {
844 | {
845 | arch = "rockspec"
846 | }
847 | }
848 | },
849 | torchnet = {
850 | ["scm-1"] = {
851 | {
852 | arch = "rockspec"
853 | }
854 | }
855 | },
856 | torchx = {
857 | ["scm-1"] = {
858 | {
859 | arch = "rockspec"
860 | }
861 | }
862 | },
863 | totem = {
864 | ["0-0"] = {
865 | {
866 | arch = "rockspec"
867 | }
868 | }
869 | },
870 | trepl = {
871 | ["scm-1"] = {
872 | {
873 | arch = "rockspec"
874 | }
875 | }
876 | },
877 | underscore = {
878 | ["dev-1"] = {
879 | {
880 | arch = "rockspec"
881 | }
882 | }
883 | },
884 | unsup = {
885 | ["0.1-0"] = {
886 | {
887 | arch = "rockspec"
888 | }
889 | }
890 | },
891 | utf8 = {
892 | ["scm-1"] = {
893 | {
894 | arch = "rockspec"
895 | }
896 | }
897 | },
898 | util = {
899 | ["0-0"] = {
900 | {
901 | arch = "rockspec"
902 | }
903 | }
904 | },
905 | videograph = {
906 | ["1.0-0"] = {
907 | {
908 | arch = "rockspec"
909 | }
910 | }
911 | },
912 | xlua = {
913 | ["1.0-0"] = {
914 | {
915 | arch = "rockspec"
916 | }
917 | },
918 | ["1.1-0"] = {
919 | {
920 | arch = "rockspec"
921 | }
922 | }
923 | }
924 | }
925 |
--------------------------------------------------------------------------------