mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-30 22:48:07 -07:00
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>
24 lines
868 B
XML
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>
|