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
|
Source: rhizi
Section: web
Priority: optional
Maintainer: Amir Sagie <sagie@rhizi.org>
Build-Depends: debhelper (>= 9),
dh-python
Standards-Version: 3.9.5
Homepage: http://rhizi.net
Package: ${package-name}
Architecture: any
Depends: ${python:Depends},
${shlibs:Depends},
${misc:Depends},
apache2 (>= 2.4),
neo4j-advanced (>= 2.2),
python2.7,
python-enum,
python-flask,
python-futures,
python-gevent,
python-gevent-websocket,
python-jinja2,
python-six,
python-socketio
Description: Rhizi document server
Rhizi collaborative web editor
.
This package includes the Rhizi server
|