ea6975e082
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. ok landry@
18 lines
900 B
Plaintext
18 lines
900 B
Plaintext
@comment $OpenBSD: PLIST,v 1.1.1.1 2012/03/08 14:57:25 pascal Exp $
|
|
@bin bin/nqp
|
|
lib/parrot/${PARROT_VERSION}/dynext/nqp_bigint_ops.so
|
|
lib/parrot/${PARROT_VERSION}/dynext/nqp_dyncall_ops.so
|
|
lib/parrot/${PARROT_VERSION}/dynext/nqp_group.so
|
|
lib/parrot/${PARROT_VERSION}/dynext/nqp_ops.so
|
|
lib/parrot/${PARROT_VERSION}/languages/nqp/
|
|
lib/parrot/${PARROT_VERSION}/languages/nqp/lib/
|
|
lib/parrot/${PARROT_VERSION}/languages/nqp/lib/NQPCORE.setting.pbc
|
|
lib/parrot/${PARROT_VERSION}/languages/nqp/lib/NQPHLL.pbc
|
|
lib/parrot/${PARROT_VERSION}/languages/nqp/lib/NQPP6Regex.pbc
|
|
lib/parrot/${PARROT_VERSION}/languages/nqp/lib/NQPRegex.pbc
|
|
lib/parrot/${PARROT_VERSION}/languages/nqp/lib/QRegex.pbc
|
|
lib/parrot/${PARROT_VERSION}/languages/nqp/lib/nqp.pbc
|
|
lib/parrot/${PARROT_VERSION}/languages/nqp/lib/nqpmo.pbc
|
|
lib/parrot/${PARROT_VERSION}/library/ModuleLoader.pbc
|
|
lib/parrot/${PARROT_VERSION}/library/PASTRegex.pbc
|