Source: jsxgraph
Section: devel
Priority: extra
Maintainer: Georges Khaznadar <georgesk@debian.org>
Build-Depends: debhelper (>= 9.0.0), quilt
Build-Depends-Indep: jsdoc-toolkit (>=2.4.0+dfsg-3), yui-compressor,
 node-almond, node-requirejs, uglifyjs.terser, zip, python3, dh-python,
 apache2-dev
Standards-Version: 3.9.8
Homepage: http://jsxgraph.uni-bayreuth.de/cms/index.php
Vcs-Browser: https://salsa.debian.org/georgesk/jsxgraph.git
Vcs-Git: https://salsa.debian.org/georgesk/jsxgraph.git

Package: jsxgraph
Architecture: all
Pre-Depends: python3
Depends:  ${misc:Depends}, ${python3:Depends}, libjs-prototype, libjs-jquery,
 jsxcompressor
Suggests: jsxgraph-examples
Description: Interactive Geometry with JavaScript
 JSXGraph is a cross-browser library to display interactive geometry in a
 web browser. It is implemented in JavaScript and uses SVG and VML.
 At the moment the following browsers are supported: Mozilla Firefox,
 Opera, Safari, Google Chrome, Microsoft Internet Explorer.
 .
 There are still some issues with JSXGraph in the Internet Explorer, so
 using Firefox, Opera, Safari or Chrome is recommended.
 .
 JSXGraph is easy to embed and has a small footprint: only 50 kB if
 embedded in a web page. No plugins are required!

Package: jsxcompressor
Architecture: all
Depends: ${misc:Depends}
Description: Pure Javascript implementation of deflate, unzip, base64_decode
 This package is intended to provide  a pure JavaScript implementation of
 DEFLATE, unzip and base64_decode for JSXGraph. This can be used for
 delivering compressed JavaScript inside of an HTML file.
 .
 JSXGraph is a cross-browser library to display interactive geometry in a
  web browser.