nqp 2015.11-1 source package in Ubuntu

Changelog

nqp (2015.11-1) unstable; urgency=medium

  * Imported Upstream version 2015.11
  * Update patches
  * control: update dep on MoarVM 2015.11-1

 -- Daniel Dehennin <email address hidden>  Sun, 29 Nov 2015 23:46:04 +0100

Upload details

Uploaded by:
Debian Rakudo Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Rakudo Maintainers
Architectures:
all
Section:
interpreters
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
nqp_2015.11-1.dsc 2.0 KiB 62210e49924dff8e2e3345a7b3b15cc51c2d6d21c4742605ff5e63c3a8ace8b6
nqp_2015.11.orig.tar.gz 4.9 MiB 7de6733087242aa805898384f1680cb0e45fb33e888c93ed0b778a3a2093da8e
nqp_2015.11-1.debian.tar.xz 9.9 KiB 02e588e9389045547779d16148bc158033f4c072e9bc5a2427790fb99afce8d7

No changes file available.

Binary packages built by this source

nqp: Not Quite Perl compiler

 "Not Quite Perl" is a compiler for quickly generating PIR routines from
 Perl6-like code. The key feature of NQP is that it's designed to be a very
 small compiler (as compared with, say, perl6 or Rakudo) and is focused on being
 a high-level way to create compilers and libraries for virtual machines (such
 as the JVM, and MoarVM).
 .
 Unlike a full-fledged implementation of Perl 6, NQP strives to have as small a
 runtime footprint as it can, while still providing a Perl 6 object model and
 regular expression engine for the virtual machine.