neko 2.2.0-1 source package in Ubuntu

Changelog

neko (2.2.0-1) unstable; urgency=low

  * New upstream version.
  * Removed patches applied to upstream.
  * Convert to multiarch.
  * Add dh_missing --fail-missing check.
  * Updated d/watch to match new upstream download links.
  * Bump Standards-Version to 4.1.2 (no changes).
  * Disable parallel build since it is only supported by upstream
    when using Ninja.
  * Add autopkgtest support.

 -- Andy Li <email address hidden>  Wed, 20 Dec 2017 10:43:17 +0800

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
neko_2.2.0-1.dsc 2.1 KiB 6dcf556fc947ea2873e8cc774867c33bb080bb9a8aea439595b71bd95860df7a
neko_2.2.0.orig.tar.gz 498.7 KiB cf101ca05db6cb673504efe217d8ed7ab5638f30e12c5e3095f06fa0d43f64e3
neko_2.2.0-1.debian.tar.xz 8.9 KiB d9f07ad2bd4601834a28bfce1ee64b154ee72b281ffb3df7148dee3a6392f47f

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.