[COPY] --- T2-COPYRIGHT-BEGIN --- [COPY] t2/package/*/nqp/nqp.desc [COPY] Copyright (C) 2004 - 2025 The T2 SDE Project [COPY] SPDX-License-Identifier: GPL-2.0 [COPY] --- T2-COPYRIGHT-END --- [I] Not Quite Perl [T] A lightweight Raku-like environment for virtual machines. The key feature of [T] NQP is that it's designed to be a very small environment (as compared with, [T] say, raku or Rakudo) and is focused on being a high-level way to create [T] compilers and libraries for virtual machines like MoarVM [1], the JVM, and [T] others. [U] https://github.com/Raku/nqp [A] The Perl Foundation [M] Tomas Glozar [C] extra/development [F] CROSS [L] Artistic [S] Stable [V] 2025.06.1 [P] X -----5---9 209.701 [D] 5b93620eb1e100ad7b3d8b61a9c3bc331a59f525e3ae570b51e53dfa nqp-2025.06.1.tar.gz https://rakudo.org/dl/nqp/ # Raku toolchain doesn't use autotools, therefore the configure stage has to # be modified to support its Configure.pl script confopt="--prefix=$root/$prefix --backends=moar" if [ "$arch_build" != "$arch_target" ] then var_append confopt ' ' --build=$arch_build var_append confopt ' ' --host=$arch_target fi hook_add preconf 2 "perl Configure.pl $confopt"