neko 2.0.0-4 source package in Ubuntu

Changelog

neko (2.0.0-4) unstable; urgency=low

  * Adopt package (Closes: #628939).
    + Set maintainer to myself.
  * Set Vcs-* fields to Haxe Foundation neko-debian git repo.
  * Bump Standards-Version to 3.9.6 (no changes).
  * Bump debhelper and compat level to 9.
  * Clean up d/rules.
  * Include patch to add dpkg-buildflags CFLAGS when compiling ndlls.
  * Add d/watch and get-orig-source target.
  * Convert d/copyright to format 1.0.
  * Add bash-completion, thanks to Tong.
  * Include patch of the upstream fix on JIT.

 -- Andy Li <email address hidden>  Sat, 19 Sep 2015 02:38:21 +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.0.0-4.dsc 2.0 KiB f8cb3017f230de81da03322554420cac1a8193c96d8332f965fa8bf74b88a0ae
neko_2.0.0.orig.tar.gz 415.6 KiB 47a4714df7a603fc64995fc353f09205e52da4df954b6c6969d7d1b9a00a95d1
neko_2.0.0-4.debian.tar.xz 12.8 KiB 6110e4b22cc19f9a866b958a63f6ad6496c73b0ed46f7db09f3b3d503dab40a9

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.

libneko0: 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.

libneko0-dbgsym: debug symbols for package libneko0

 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.

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 package neko

 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-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.