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
|
Source: rust-pikchr
Section: rust
Priority: optional
Maintainer: Jonas Smedegaard <dr@jones.dk>
Build-Depends:
cmark-gfm <!nodoc>,
debhelper-compat (= 13),
dh-sequence-rust,
help2man <!nodoc>,
librust-cc-1+default-dev,
librust-clap-4+default-dev,
librust-clap-4+derive-dev,
librust-libc-0.2+default-dev,
libstd-rust-dev,
libstring-shellquote-perl <!nodoc>,
Standards-Version: 4.7.2
Homepage: https://github.com/kinnison/pikchr
Vcs-Git: https://salsa.debian.org/sass-team/rust-pikchr.git
Vcs-Browser: https://salsa.debian.org/sass-team/rust-pikchr
Rules-Requires-Root: no
Package: librust-pikchr-dev
Architecture: all
Depends:
librust-libc-0.2+default-dev,
${misc:Depends},
Provides:
librust-pikchr+default-dev (= ${binary:Version}),
librust-pikchr-0+default-dev (= ${binary:Version}),
librust-pikchr-0-dev (= ${binary:Version}),
librust-pikchr-0.1+default-dev (= ${binary:Version}),
librust-pikchr-0.1-dev (= ${binary:Version}),
librust-pikchr-0.1.4-dev (= ${binary:Version}),
Description: PIC-like diagramming language to SVG converter - Rust source code
Pikchr (pronounced "picture") is a PIC-like markup language
for diagrams in technical documentation.
Pikchr is designed to be embedded in fenced code blocks of Markdown
or similar mechanisms of other documentation markup languages.
.
This package contains the source for the Rust pikchr crate,
for use with cargo.
Package: pikchr-cli
Architecture: any
Multi-Arch: allowed
Section: graphics
Depends:
${misc:Depends},
${shlibs:Depends},
Built-Using:
${cargo:Built-Using},
Static-Built-Using:
${cargo:Static-Built-Using},
Description: PIC-like diagramming language to SVG converter - CLI tool
Pikchr (pronounced "picture") is a PIC-like markup language
for diagrams in technical documentation.
Pikchr is designed to be embedded in fenced code blocks of Markdown
or similar mechanisms of other documentation markup languages.
.
This package provides the command-line tool pikchr-cli.
|