File: control

package info (click to toggle)
mdbook 0.4.48%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 2,080 kB
  • sloc: javascript: 1,066; sh: 75; python: 28; makefile: 24
file content (127 lines) | stat: -rw-r--r-- 3,726 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
Source: mdbook
Section: rust
Priority: optional
Build-Depends: debhelper-compat (= 13),
 dh-shell-completions,
Build-Depends-Arch:
 cargo,
 rustc,
 librust-ammonia-dev,
 librust-anyhow-dev,
 librust-chrono+clock-dev,
 librust-clap-dev,
 librust-clap-complete-dev,
 librust-elasticlunr-rs-dev,
 librust-env-logger-dev,
 librust-futures-util-dev,
 librust-handlebars-dev,
 librust-ignore-dev,
 librust-log-dev,
 librust-memchr-dev,
 librust-notify-dev,
 librust-notify-debouncer-mini-dev,
 librust-once-cell-dev,
 librust-opener-dev,
 librust-pathdiff-dev,
 librust-pulldown-cmark-dev,
 librust-regex-dev,
 librust-select-dev,
 librust-serde-dev,
 librust-serde+derive-dev,
 librust-serde-json-dev,
 librust-shlex-dev,
 librust-tempfile-dev,
 librust-tokio-dev,
 librust-tokio+macros-dev,
 librust-tokio+rt-multi-thread-dev,
 librust-toml-0.5-dev,
 librust-topological-sort-dev,
 librust-walkdir-dev,
 librust-warp-dev,
# test dependencies
 librust-assert-cmd-dev,
 librust-predicates-dev,
 librust-semver-dev,
 librust-pretty-assertions-dev,
 librust-walkdir-dev,
# devendored
 libjs-highlight.js,
 node-clipboard,
 fonts-font-awesome,
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Uploaders:
 Blair Noctis <ncts@debian.org>
Standards-Version: 4.7.2
Homepage: https://rust-lang.github.io/mdBook/
Vcs-Git: https://salsa.debian.org/rust-team/mdBook.git
Vcs-Browser: https://salsa.debian.org/rust-team/mdBook
X-Cargo-Crate: mdbook
Rules-Requires-Root: no

Package: mdbook
Architecture: any
Section: utils
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Static-Built-Using: ${cargo:Static-Built-Using}
Description: Markdown book creator tool
 mdBook is a command line tool to create books with Markdown. It is ideal for
 creating product or API documentation, tutorials, course materials or anything
 that requires a clean, easily navigable and customizable presentation.
 .
  * Lightweight Markdown syntax helps you focus more on your content
  * Integrated search support
  * Color syntax highlighting for code blocks for many different languages
  * Theme files allow customizing the formatting of the output
  * Preprocessors can provide extensions for custom syntax and modifying content
  * Backends can render the output to multiple formats
  * Written in Rust for speed, safety, and simplicity
  * Automated testing of Rust code samples

Package: librust-mdbook-dev
Architecture: any
Section: rust
Depends: ${misc:Depends},
 librust-anyhow-dev,
 librust-chrono+clock-dev,
 librust-clap-dev,
 librust-clap-complete-dev,
 librust-env-logger-dev,
 librust-futures-util-dev,
 librust-handlebars-dev,
 librust-ignore-dev,
 librust-log-dev,
 librust-memchr-dev,
 librust-notify-dev,
 librust-notify-debouncer-mini-dev,
 librust-once-cell-dev,
 librust-opener-dev,
 librust-pathdiff-dev,
 librust-pulldown-cmark-dev,
 librust-regex-dev,
 librust-serde-dev,
 librust-serde+derive-dev,
 librust-serde-json-dev,
 librust-shlex-dev,
 librust-tempfile-dev,
 librust-tokio-dev,
 librust-tokio+macros-dev,
 librust-tokio+rt-multi-thread-dev,
 librust-toml-0.5-dev,
 librust-topological-sort-dev,
 librust-walkdir-dev,
 librust-warp-dev,
# test dependencies
 librust-assert-cmd-dev,
 librust-predicates-dev,
 librust-semver-dev,
 librust-pretty-assertions-dev,
 librust-walkdir-dev,
Description: Markdown book creator tool - Rust source code
 mdBook is a command line tool to create books with Markdown. It is ideal for
 creating product or API documentation, tutorials, course materials or anything
 that requires a clean, easily navigable and customizable presentation.
 .
 Though mostly used as a CLI program, sometimes it's desirable to use
 programatically. This package contains its source code.