summaryrefslogtreecommitdiff
path: root/lang/p5-JavaScript-QuickJS/pkg-descr
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-09-05 13:13:55 +0800
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-09-05 14:11:18 +0800
commit0eef9247bc9e603f0a81f009b6cb45eede2f3aa1 (patch)
tree3166448a8345bfd94acb8bd558947b8a816f2300 /lang/p5-JavaScript-QuickJS/pkg-descr
parentdevel/p5-subroutines: Add p5-subroutines 0.001 (diff)
lang/p5-JavaScript-QuickJS: Add p5-JavaScript-QuickJS 0.21
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.
Diffstat (limited to 'lang/p5-JavaScript-QuickJS/pkg-descr')
-rw-r--r--lang/p5-JavaScript-QuickJS/pkg-descr6
1 files changed, 6 insertions, 0 deletions
diff --git a/lang/p5-JavaScript-QuickJS/pkg-descr b/lang/p5-JavaScript-QuickJS/pkg-descr
new file mode 100644
index 000000000000..eb647dd50b42
--- /dev/null
+++ b/lang/p5-JavaScript-QuickJS/pkg-descr
@@ -0,0 +1,6 @@
+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.