1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
|
Source: three.js
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: David Bremner <bremner@debian.org>,
Ximin Luo <infinity0@debian.org>
Section: javascript
Priority: optional
Build-Depends: debhelper-compat (= 13),
# Debian's qunit is too old, see d/rules for notes on how to run manually
# libjs-qunit,
node-rollup-plugin-buble,
# we use uglify instead of closure-compiler since the version of the latter in Debian is too old
uglifyjs,
rollup
Standards-Version: 4.6.1
Homepage: https://threejs.org
Vcs-Browser: https://salsa.debian.org/js-team/three.js
Vcs-Git: https://salsa.debian.org/js-team/three.js.git
Rules-Requires-Root: no
Package: libjs-three
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Recommends: javascript-common
Provides: node-three (= ${binary:Version})
Description: lightweight 3D graphics library
JavaScript library that provides a high level API to create 3D
graphics in the browser using WebGL.
|