Source: quickjs-ng
Section: javascript
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@alioth-lists.debian.net>
Uploaders: Sebastian Humenda <shumenda@gmx.de>, Jérémy Lal <kapouer@melix.org>
Build-Depends:
 debhelper-compat (= 13),
 cmake,
 unicode-data,
 ronn,
Standards-Version: 4.7.4
Vcs-Git: https://salsa.debian.org/js-team/quickjs-ng.git
Vcs-Browser: https://salsa.debian.org/js-team/quickjs-ng
Homepage: https://quickjs-ng.github.io/quickjs/

Package: qjs
Architecture: any
Multi-Arch: foreign
Depends: ${misc:Depends}, ${shlibs:Depends}
Provides: quickjs
Conflicts: quickjs
Replaces: quickjs
Recommends: qjs-doc
Description: small and embeddable Javascript engine - cli
 QuickJS-NG is a small and embeddable Javascript engine, aiming to support the
 latest ECMAScript specification.
 It is a community-driven fork of the original QuickJS project.
 .
 This package provides the command-line tools.

Package: libqjs-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libqjs0 (= ${binary:Version}), ${misc:Depends}
Provides: libquickjs-ng-dev
Description: small and embeddable Javascript engine library - development files
 QuickJS-NG is a small and embeddable Javascript engine, aiming to support the
 latest ECMAScript specification.
 It is a community-driven fork of the original QuickJS project.
 .
 This package provides the development files and static library.

Package: qjs-doc
Section: doc
Architecture:all
Depends: ${misc:Depends}
Description: small and embeddable Javascript engine library - documentation
 QuickJS-NG is a small and embeddable Javascript engine, aiming to support the
 latest ECMAScript specification.
 It is a community-driven fork of the original QuickJS project.
 .
 This package provides the documentation and examples.

Package: qjs-src
Section: libdevel
Architecture: all
Depends: ${misc:Depends}
Provides: quickjs-ng-src
Description: small and embeddable Javascript engine library - source files
 QuickJS-NG is a small and embeddable Javascript engine, aiming to support the
 latest ECMAScript specification.
 It is a community-driven fork of the original QuickJS project.
 .
 This package provides the sources needed for embedding.

Package: libqjs0
Section: libs
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: small and embeddable Javascript engine library
 QuickJS-NG is a small and embeddable Javascript engine, aiming to support the
 latest ECMAScript specification.
 It is a community-driven fork of the original QuickJS project.
 .
 This package provides the shared library.
