neko 2.3.0-3 source package in Ubuntu

Changelog

neko (2.3.0-3) unstable; urgency=medium

  * Add mbedtls3.patch from upstream (Closes: #1075869).
  * Build-Depends: pkg-config => pkgconf.
  * Bump Standards-Version to 4.7.0 (no changes).

 -- Andy Li <email address hidden>  Sat, 06 Jul 2024 21:09:37 +0100

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.3.0-3.dsc 2.1 KiB ed61cb8b9acf46f14cb045b663c7202061d669cc422d04bd03d126f2ad9e20dd
neko_2.3.0.orig.tar.gz 502.0 KiB 850e7e317bdaf24ed652efeff89c1cb21380ca19f20e68a296c84f6bad4ee995
neko_2.3.0-3.debian.tar.xz 21.3 KiB f979e639700b19deb3d9da5af67a775dd0ba61bc6644b32609488172fb10d19e

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.