File: control

package info (click to toggle)
lua-torch-dok 0~20160131-g1b36900-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 168 kB
  • ctags: 26
  • sloc: makefile: 8; sh: 3
file content (29 lines) | stat: -rw-r--r-- 1,088 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Source: lua-torch-dok
Section: interpreters
Priority: optional
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Zhou Mo <cdluminate@gmail.com>
Build-Depends: debhelper (>=9),
               dh-lua,
# lua-torch-sundown is explicit runtime dependency
               lua-torch-sundown,
Standards-Version: 3.9.8
Homepage: https://github.com/torch/dok
Vcs-Browser: https://anonscm.debian.org/cgit/debian-science/packages/lua-torch-dok.git
Vcs-Git: https://anonscm.debian.org/git/debian-science/packages/lua-torch-dok.git

Package: lua-torch-dok
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}, ${shlibs:Depends}, lua5.1 | luajit,
         lua-torch-sundown,
XB-Lua-Versions: ${lua:Versions}
Description: Support for the old torch7 dok system
 This package ships the dok module for Torch Framework.
 .
 Apart from that lua module, this package also ships some torch documents,
 including:
  * Torch installation guide
  * Lua introduction
  * Torch tutorial
 which can be found under /usr/share/doc/lua-torch-dok/ directory.