neko 2.2.0-2 source package in Ubuntu

Changelog

neko (2.2.0-2) unstable; urgency=medium

  * Turned libapache2-mod-neko into Architecture: any.
    (Closes: #886427)
  * Bump Standards-Version to 4.1.3 (no changes).

 -- Andy Li <email address hidden>  Mon, 08 Jan 2018 09:45:01 +0800

Upload details

Uploaded by:
Andy Li
Uploaded to:
Sid
Original maintainer:
Andy Li
Architectures:
any
Section:
interpreters
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
neko_2.2.0-2.dsc 2.1 KiB 9a806f4247f5f1427dab3623ca6fad8506e89eec05bc9f11ec44d07cc0c75952
neko_2.2.0.orig.tar.gz 498.7 KiB cf101ca05db6cb673504efe217d8ed7ab5638f30e12c5e3095f06fa0d43f64e3
neko_2.2.0-2.debian.tar.xz 8.9 KiB ba94c77ba6c638b2acc7d603e33296f0ae635a2231437aa57937b620a09d79a0

Available diffs

No changes file available.

Binary packages built by this source

libapache2-mod-neko: Apache module for running server-side Neko programs

 Neko provides a common runtime for several different languages,
 including JavaScript and haXe.
 .
 This package includes a module for Apache 2 so that you can
 dynamically generate server-side web pages from Apache.
 .
 Neko was written by Nicolas Cannasse.

libneko2: Lightweight virtual machine - shared library

 Neko provides a common runtime for several different languages,
 including JavaScript and haXe.
 .
 This is the shared library implementing the Neko virtual machine.
 .
 Neko was written by Nicolas Cannasse.

libneko2-dbgsym: debug symbols for libneko2
neko: Lightweight virtual machine - compiler and tools

 Neko provides a common runtime for several different languages,
 including JavaScript and haXe.
 .
 The compiler converts a source file (.neko) into a bytecode file (.n)
 that can be executed with the Virtual Machine. You can use the
 compiler as standalone commandline executable separated from the
 virtual machine, or as a Neko library to perform compile-and-run for
 interactive languages.
 .
 Neko was written by Nicolas Cannasse.

neko-dbgsym: debug symbols for neko
neko-dev: Lightweight virtual machine - headers

 Neko provides a common runtime for several different languages,
 including JavaScript and haXe.
 .
 The virtual machine is both very lightweight and well optimized. It
 can be easily embedded into other applications, and libraries are
 directly accessible using the C foreign function interface.
 .
 This package includes the header files for development using the Neko
 virtual machine.
 .
 Neko was written by Nicolas Cannasse.