File: control

package info (click to toggle)
lua-torch-cwrap 0~20160222-gdbd0a62-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 136 kB
  • ctags: 48
  • sloc: makefile: 8; sh: 3
file content (21 lines) | stat: -rw-r--r-- 957 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
Source: lua-torch-cwrap
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
Standards-Version: 3.9.8
Homepage: https://github.com/torch/cwrap
Vcs-Browser: https://anonscm.debian.org/cgit/debian-science/packages/lua-torch-cwrap.git
Vcs-Git: https://anonscm.debian.org/git/debian-science/packages/lua-torch-cwrap.git

Package: lua-torch-cwrap
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}, ${shlibs:Depends}, lua5.1 | luajit
XB-Lua-Versions: ${lua:Versions}
Description: CWrap package for Torch Framework
 The cwrap package helps you to automate the generation of Lua/C wrappers
 around existing C functions, such that these functions would be callable
 from Lua. This package is used by the torch package, but does not depend
 on anything, and could be used by anyone using Lua.