neko 2.2.0-2build1 source package in Ubuntu

Changelog

neko (2.2.0-2build1) bionic; urgency=medium

  * No-change rebuild against libmbedcrypto1

 -- Steve Langasek <email address hidden>  Tue, 20 Feb 2018 08:46:10 +0000

Upload details

Uploaded by:
Steve Langasek
Uploaded to:
Bionic
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
interpreters
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe interpreters

Downloads

File Size SHA-256 Checksum
neko_2.2.0.orig.tar.gz 498.7 KiB cf101ca05db6cb673504efe217d8ed7ab5638f30e12c5e3095f06fa0d43f64e3
neko_2.2.0-2build1.debian.tar.xz 9.0 KiB cb40966c37220d37493c568abef7191e5b7ce48baba7230a2c9d3b78c8b9cb7f
neko_2.2.0-2build1.dsc 2.2 KiB 2506115bb6e9808d742ac406671b719f3263769eb3985bb14c953d5a6367776f

View changes file

Binary packages built by this source

libapache2-mod-neko: No summary available for libapache2-mod-neko in ubuntu disco.

No description available for libapache2-mod-neko in ubuntu disco.

libneko2: No summary available for libneko2 in ubuntu disco.

No description available for libneko2 in ubuntu disco.

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.