nqp 2022.07+dfsg-1 source package in Ubuntu

Changelog

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

  * Upload to unstable.

 -- Mo Zhou <email address hidden>  Sun, 25 Sep 2022 19:03:49 -0400

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
nqp_2022.07+dfsg-1.dsc 2.3 KiB 703404ec7c5aa7fae744dbe6e7bb2bdbb7e3d33f09d30ec53906fc4307d1e56f
nqp_2022.07+dfsg.orig.tar.xz 1.0 MiB b0efb6612827d54d0c539354e4d36ef099dae6a69fadc05432553daf6a73e8bb
nqp_2022.07+dfsg-1.debian.tar.xz 16.2 KiB 2d0067640f2b78fe8af51508500803505a65692c52280a491c1b0e8feb780977

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.

nqp-data: Data files for NQP 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.
 .
 This package contains the architecture independent files (mostly the files
 compiled for Moar VM)

nqp-dbgsym: debug symbols for nqp