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
|
Source: sphinxcontrib-seqdiag
Priority: optional
Maintainer: Kouhei Maeda <mkouhei@palmtb.net>
Build-Depends: debhelper (>= 9.0.0),
python-all,
python-setuptools,
python-mock,
python-sphinx (>= 0.6),
python-blockdiag (>= 1.5.0),
python-seqdiag (>= 0.9.3),
python3-all,
python3-setuptools,
python3-mock,
python3-sphinx (>= 0.6),
python3-blockdiag (>= 1.5.0),
python3-seqdiag (>= 0.9.3),
Standards-Version: 3.9.8
Section: python
X-Python-Version: 2.7
Homepage: http://github.com/blockdiag/sphinxcontrib-seqdiag
Package: python-sphinxcontrib.seqdiag
Architecture: all
Provides: ${python:Provides}
Depends: ${misc:Depends}, ${python:Depends},
python-blockdiag (>= 1.5.0),
python-seqdiag (>= 0.9.0),
python-sphinx (>= 0.6)
Description: Sphinx "seqdiag" extension
This package contains the seqdiag Sphinx extension. This extension enable you
to insert sequence diagrams in your Sphinx document. This renders block
diagrams by using python-seqdiag.
Package: python3-sphinxcontrib.seqdiag
Architecture: all
Depends: ${misc:Depends}, ${python:Depends},
python3-blockdiag (>= 1.5.0),
python3-seqdiag (>= 0.9.3),
python3-sphinx (>= 0.6)
Description: Sphinx "seqdiag" extension for Python3
This package contains the seqdiag Sphinx extension. This extension enable you
to insert sequence diagrams in your Sphinx document. This renders block
diagrams by using python3-seqdiag.
|