File: control

package info (click to toggle)
jsxgraph 0.99.5%2Bdfsg1-1
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 25,808 kB
  • sloc: xml: 5,869; java: 1,072; python: 710; php: 363; makefile: 159; sh: 47
file content (38 lines) | stat: -rw-r--r-- 1,540 bytes parent folder | download
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
29
30
31
32
33
34
35
36
37
38
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, node-uglify, zip, python, dh-python,
 apache2-dev
Standards-Version: 3.9.8
Homepage: http://jsxgraph.uni-bayreuth.de/cms/index.php

Package: jsxgraph
Architecture: all
Depends:  ${misc:Depends}, ${python: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.