nqp 2013.03-1 source package in Ubuntu

Changelog

nqp (2013.03-1) unstable; urgency=low


  * New upstream release
  * Bump versioned (Build-)Depends on parrot
  * Bump upstream copyright years
  * Add 06_disable-bigint-tests.patch
  * Add 07_fix-ppc-ftbfs.patch (Closes: #693901)
    Thanks to Roland Stigge
  * Update and refresh patches

 -- Alessandro Ghedini <email address hidden>  Thu, 04 Apr 2013 13:04:56 +0200

Upload details

Uploaded by:
Debian Rakudo Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Rakudo Maintainers
Architectures:
any
Section:
interpreters
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
nqp_2013.03-1.dsc 1.9 KiB bbbf9285ace9e177b9302a23944f82fe46988ae719ae61976c927d1f2a26b6c1
nqp_2013.03.orig.tar.gz 1.3 MiB 17e42f343a3f7ab9a0320f89f305389388d6b7bc9eae161e0fa8790a8d84fb2d
nqp_2013.03-1.debian.tar.gz 11.4 KiB c3272dc071df8607c5366d7fb67b3c349536f8f4d19e51d4a8e423836acbd143

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 Parrot Virtual Machine).
 .
 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.