| Age | Commit message (Collapse) | Author |
|
ce0601fbfa5fce9d43ef0ca9231ebfd82a166895
- Add BUILD_DEPENDS check
Reference: https://github.com/bellard/quickjs/commit/f10ef299a6ab4c36c4162cc5840f128f74ec197c
|
|
ce0601fbfa5fce9d43ef0ca9231ebfd82a166895
Obtained from: https://github.com/FGasper/p5-JavaScript-QuickJS/issues/13
https://github.com/FGasper/p5-JavaScript-QuickJS/tree/quickjs_2025_04
|
|
PR: 275087
|
|
|
|
- Bump PORTREVISION for dependency and package change
|
|
JavaScript::QuickJS embeds Fabrice Bellard's QuickJS engine into a Perl XS
module. You can thus run JavaScript (ES2020 specification) directly in your Perl
programs.
This distribution includes all needed C code; unlike with most XS modules that
interface with C libraries, you don't need QuickJS pre-installed on your system.
|