neko 2.3.0-2 source package in Ubuntu

Changelog

neko (2.3.0-2) unstable; urgency=medium

  * Add pcre2.patch from upstream. (Closes: #1000057)
  * Add gtk3.patch from upstream. (Closes: #967651)
  * Bump Standards-Version to 4.6.2.0 (no changes).
  * Bump debhelper and compat level to 12 (no changes).
  * Remove hashbang from neko.bash-completion to clear lintian warning.

 -- Andy Li <email address hidden>  Wed, 05 Jul 2023 11:34:34 +0000

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
Mantic release universe interpreters

Downloads

File Size SHA-256 Checksum
neko_2.3.0-2.dsc 2.1 KiB fa476b7df31b8ac60ce85ea8533ce6b1fba0c5e231964c07f151c52676c714dc
neko_2.3.0.orig.tar.gz 502.0 KiB 850e7e317bdaf24ed652efeff89c1cb21380ca19f20e68a296c84f6bad4ee995
neko_2.3.0-2.debian.tar.xz 19.2 KiB d3920617f609e296b40203d2a56375cbac947ade0be5d0162c46eb14d04b7ef3

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.