nqp 2013.10-1 source package in Ubuntu

Changelog

nqp (2013.10-1) unstable; urgency=low


  * New upstream release
  * Bump versioned (Build-)Depends on parrot
  * Update patches
  * Install new README.pod
  * Fix vcs-field-not-canonical
  * Do not install rubyish examples
  * Do not Depends on parrot-devel anymore
  * Add 07_disable-serialization-tests.patch

 -- Alessandro Ghedini <email address hidden>  Fri, 01 Nov 2013 12:09:18 +0100

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.10-1.dsc 1.9 KiB 22aaad40b68664323aa7cf9b79cb6a94724099036cdca4535737b75443b183ce
nqp_2013.10.orig.tar.gz 4.2 MiB 30b932c5e8286b854a692f32bc59adf5cc512585313279767f0bbc9eee1fbb33
nqp_2013.10-1.debian.tar.gz 9.2 KiB 2d9c67aea2e01046dfbc07e3d53c373c3bfe4fec4782cef2ab6570d576b34b37

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.