lua-torch-trepl 0~20170619-ge5e17e3-5 source package in Ubuntu

Changelog

lua-torch-trepl (0~20170619-ge5e17e3-5) unstable; urgency=medium

  * Bump debhelper compat to 11.
  * Bump Standards-Version to 4.1.3 (no change).
  * Change Architecture of torch-trepl from all to any.
  * Fix insecure-copyright-format-uri.
  * Update Vcs-* links to salsa.

 -- Mo Zhou <email address hidden>  Sat, 20 Jan 2018 06:46:55 +0000

Upload details

Uploaded by:
Debian Science Team
Uploaded to:
Sid
Original maintainer:
Debian Science Team
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
lua-torch-trepl_0~20170619-ge5e17e3-5.dsc 2.2 KiB b372cb643cdc760af039057088636b0ceafded4ff79e8aeb970539a928fa4f5c
lua-torch-trepl_0~20170619-ge5e17e3.orig.tar.gz 15.0 KiB 4eec759ed34d18b3a741330622fb9191950cc90069844efd061282e14b5d3944
lua-torch-trepl_0~20170619-ge5e17e3-5.debian.tar.xz 5.9 KiB b979ce821d542b4c84cc800375c5da2f546ee8b36eb1ede5bca800f9ce7dbdf5

No changes file available.

Binary packages built by this source

lua-torch-trepl: REPL Package for Torch Framework

 A pure Lua REPL (Read,Eval,Print-Loop) for LuaJIT, with heavy
 support for Torch types. It uses Readline for tab completion.
 .
 This package contains backend files to support the command line
 frontend 'th'.

lua-torch-trepl-dbgsym: debug symbols for lua-torch-trepl
torch-trepl: REPL Wrapper Package for Torch Framework

 A pure Lua REPL (Read,Eval,Print-Loop) for LuaJIT, with heavy
 support for Torch types. It uses Readline for tab completion.
 .
 This package also installs command line frontend `th`, which
 comes packed with all these features:
 .
  * Tab-completion on nested namespaces
  * Tab-completion on disk files (when opening a string)
  * History
  * Pretty print (table introspection and coloring)
  * Auto-print after eval (can be stopped with ;)
  * Each command is profiled, timing is reported
  * No need for '=' to print
  * Easy help with: `? funcname`
  * Self help: `?`
  * Shell commands with: $ cmd (example: `$ ls`)
  * Print all user globals with `who()`
  * Import a package's symbols globally with `import(package)`
  * Require is overloaded to provide relative search paths:
      `require('./mylocallib/')`
  * [Optional] strict global namespace monitoring
  * [Optional] async repl