File: control

package info (click to toggle)
pandoc-filter-diagram 1.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 372 kB
  • sloc: makefile: 25; sh: 1
file content (37 lines) | stat: -rw-r--r-- 1,025 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
Source: pandoc-filter-diagram
Section: net
Priority: optional
Maintainer: Jonas Smedegaard <dr@jones.dk>
Build-Depends:
 asymptote <!nocheck>,
 debhelper-compat (= 13),
 graphviz <!nocheck>,
 inkscape <!nocheck>,
 pandoc <!nocheck>,
 pikchr-cli <!nocheck>,
# plantuml <!nocheck>,
# texlive-pictures <!nocheck>,
Standards-Version: 4.7.0
Homepage: https://github.com/pandoc-ext/diagram
Vcs-Git: https://salsa.debian.org/debian/pandoc-filter-diagram.git
Vcs-Browser: https://salsa.debian.org/debian/pandoc-filter-diagram
Rules-Requires-Root: no

Package: pandoc-filter-diagram
Architecture: all
Depends:
 pandoc,
 ${misc:Depends},
Suggests:
 asymptote,
 graphviz,
 inkscape,
 pikchr-cli,
 plantuml,
 texlive-pictures,
Description: Pandoc filter to render diagrams in Markdown code sections
 This Lua filter is used to create figures from code blocks:
 images are generated from the code
 with the help of external programs.
 The filter processes diagram code
 for Asymptote, Cetz, Graphviz, Mermaid, Pikchr, PlantUML, and TikZ.