File: control

package info (click to toggle)
sagenb 1.1.2%2Bds1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 4,828 kB
  • sloc: python: 18,677; java: 222; makefile: 44; sh: 27; xml: 19; ruby: 6
file content (60 lines) | stat: -rw-r--r-- 1,952 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
Source: sagenb
Section: math
Priority: optional
Maintainer: Debian Science Team <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Ximin Luo <infinity0@debian.org>
Build-Depends: debhelper (>= 10),
 dh-python,
 ant,
 default-jdk-headless,
 libjava3d-java,
 python,
 python-setuptools,
 python-flask,
 python-babel,
 python-flask-oldsessions,
 sassc,
 sass-stylesheets-compass,
 uglifyjs
Standards-Version: 4.3.0
Homepage: https://github.com/sagemath/sagenb
Vcs-Git: https://salsa.debian.org/science-team/sagenb.git
Vcs-Browser: https://salsa.debian.org/science-team/sagenb

Package: python-sagenb
Section: python
Architecture: all
Depends: ${python:Depends}, ${misc:Depends},
 libjs-codemirror,
 libjs-jquery,
 libjs-jquery-colorpicker,
 libjs-jquery-form,
 libjs-jquery-ui,
 libjs-json,
 libjs-mathjax,
 libjs-prettify,
 libjs-three,
 tinymce
Recommends: sagemath
# Not working, see README.Debian
#Recommends: jmol-applet
Description: Standalone Sage Notebook
 The Sage Notebook is a web-based graphical user interface for
 mathematical software.
 .
 Sage is a different approach to mathematics software. It makes it easy for you
 to use most mathematics software together. Sage includes GAP, GP/PARI, Maxima,
 and Singular, and dozens of other open source math packages. It aims to be a
 viable open source alternative to Magma, Maple, Mathematica, and MATLAB.
 .
 With the Sage Notebook anyone can create, collaborate on, and publish
 interactive worksheets. In a worksheet, one can write code using Sage, Python,
 and other software included in Sage. You can write programs that combine
 serious mathematics with anything else.
 .
 Most of the notebook does not depend on having Sage installed. Only
 a few miscellaneous functions are imported from Sage.
 .
 Unfortunately these few imports are still a circular dependency that upstream
 never got around to fixing, mean that one cannot "import sagenb" unless sage
 is also installed.