Files
gentoo/dev-libs/quickjs-ng/metadata.xml
Zurab Kvachadze 71ff86d1b6 dev-libs/quickjs-ng: new package, add 0.11.0
A small and embeddable JavaScript engine. Out two existing build systems
in the project, CMake and meson, I opted to use meson, because that has
better supports for tests.

quickjs-ng is also a dependency of www-nginx/njs.

Signed-off-by: Zurab Kvachadze <zurabid2016@gmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/44669
Signed-off-by: Sam James <sam@gentoo.org>
2025-11-27 00:24:58 +00:00

24 lines
868 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person" proxied="yes">
<email>zurabid2016@gmail.com</email>
<name>Zurab Kvachadze</name>
</maintainer>
<maintainer type="project" proxied="proxy">
<email>proxy-maint@gentoo.org</email>
<name>Proxy Maintainers</name>
</maintainer>
<longdescription>
QuickJS is a small and embeddable JavaScript engine. It aims to support the latest
ECMAScript specification.
QuickJS-ng is a fork of the original QuickJS project by Fabrice Bellard and Charlie
Gordon, after it went dormant, with the intent of reigniting its development.
</longdescription>
<upstream>
<bugs-to>https://github.com/quickjs-ng/quickjs/issues</bugs-to>
<remote-id type="github">quickjs-ng/quickjs</remote-id>
</upstream>
</pkgmetadata>