luxio 7-1 source package in Ubuntu

Changelog

luxio (7-1) unstable; urgency=low


  * New upstream version.
  * debian/control: bumped Standards-Version to 3.9.5. No other
    changes required for this.

 -- Lars Wirzenius <email address hidden>  Thu, 14 Nov 2013 14:18:33 +0000

Upload details

Uploaded by:
to be removed
Uploaded to:
Sid
Original maintainer:
to be removed
Architectures:
any
Section:
misc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe misc

Downloads

File Size SHA-256 Checksum
luxio_7-1.dsc 1.4 KiB b025c8ed1b78cc520700ab5eae29fa13b8629dc04364b02c82af1fa55ca94990
luxio_7.orig.tar.bz2 43.3 KiB 2b4497426a87d60635b7ea1e62902be477c6e8b1658460d520f67fccce424057
luxio_7-1.debian.tar.gz 2.2 KiB 39c0bbe7a5584e7ba838c2720960486f873c834b904af2e4569bfbec78828703

Available diffs

No changes file available.

Binary packages built by this source

lua-luxio0: Posix bindings for Lua

 Lightweight UNIX I/O and POSIX binding for Lua
 .
  * Reasonably good coverage of POSIX and BSD Sockets, including IPv6,
    and some GNU extensions.
  * Low-level. You get the return values and the errno for the bound
    functions where possible. Others take a table to fill in, or
    may return tables.
  * High-level wrapper library providing nice IO access and to misc.
    utility functions. Generates useful errors in assert()able form,
    and provides meaningful __tostring metamethods to aid debugging.
  * A high-level poll()-based event dispatch library.
  * Sub-process handling library (read/write io.popen with job control).
  * A prototype POSIX Message Queue-based IPC scheme that can serialise
    most simple Lua values. (No closures, userdata, etc)