nqp 2018.02+dfsg-1 source package in Ubuntu

Changelog

nqp (2018.02+dfsg-1) unstable; urgency=medium

  * setup gpg check of upstream tarball
  * New upstream version 2018.02+dfsg (Closes: #891344)
  * control: update moarvm-dev dep versions
  * control: use the same arches as moarvm (this
    package is no longer arch any)
  * add patch to skip unreliable tests until they are
    fixed upstream
  * add tests/control file

 -- Dominique Dumont <email address hidden>  Thu, 22 Feb 2018 13:45:48 +0100

Upload details

Uploaded by:
Debian Rakudo Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Rakudo Maintainers
Architectures:
i386 amd64 arm64 armel armhf mips mipsel mips64el powerpc ppc64el ppc64 kfreebsd-amd64 kfreebsd-i386 s390x x32
Section:
interpreters
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
nqp_2018.02+dfsg-1.dsc 2.3 KiB 255fcc003afa9850290d50334152f9a911fce89ce7a7d1e7733b93276d063646
nqp_2018.02+dfsg.orig.tar.gz 1.3 MiB 633abdc6ba25f833883e81a8c2e144e39a0cf817a06f282dfbc51b5e57257611
nqp_2018.02+dfsg-1.debian.tar.xz 14.2 KiB 930aea4a885ea54d457886fb50daf88345950973a8b0dcdacb2f2666dc5126ea

Available diffs

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.