File: control

package info (click to toggle)
md-toc 8.1.5-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 884 kB
  • sloc: python: 6,626; sh: 788; makefile: 56
file content (43 lines) | stat: -rw-r--r-- 1,278 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
Source: md-toc
Section: net
Priority: optional
Maintainer: Sakirnth Nagarasa <sakirnth@gmail.com>
Build-Depends:
 debhelper-compat (= 13),
 dh-python,
 python-ilorest-doc,
 python3-all,
 python3-setuptools,
 python3-sphinx,
 python3-sphinx-tabs,
Rules-Requires-Root: no
Standards-Version: 4.6.2
Homepage: https://github.com/frnmst/md-toc
Vcs-Browser: https://salsa.debian.org/saki/md-toc
Vcs-Git: https://salsa.debian.org/saki/md-toc.git

Package: python-md-toc-doc
Architecture: all
Section: doc
Depends:
 ${misc:Depends},
 ${sphinxdoc:Depends},
Description: automatical generation of table of contents for markdown files (docs)
 The table of contents (a.k.a: TOC) generated by this program is designed to
 work with several markdown parsers such as the ones used by GitHub and GitLab.
 .
 This package provides the documentation for md-toc.

Package: python3-md-toc
Architecture: all
Depends:
 python3-fpyutils,
 ${misc:Depends},
 ${python3:Depends},
Suggests:
 python-md-toc-doc,
Description: automatical generation of table of contents for markdown files (Python 3.x)
 The table of contents (a.k.a: TOC) generated by this program is designed to
 work with several markdown parsers such as the ones used by GitHub and GitLab.
 .
 This package contains the Python 3.x module.