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
|
Source: settle
Section: text
Priority: optional
Maintainer: Jonas Smedegaard <dr@jones.dk>
Build-Depends:
cmark-gfm <!nodoc>,
debhelper-compat (= 13),
dh-sequence-rust,
dh-sequence-bash-completion,
help2man <!nodoc>,
librust-chrono-0.4+default-dev,
librust-clap-4+default-dev,
librust-clap-complete-4+default-dev,
librust-dialoguer-0.11+default-dev,
librust-glob-0.3+default-dev,
librust-petgraph-0.6+default-dev,
librust-rayon-1+default-dev,
librust-regex-1+default-dev,
librust-rusqlite-0.29+default-dev,
librust-rusqlite-0.29+backup-dev,
librust-serde-1+default-dev,
librust-serde-1+derive-dev,
librust-serde-yaml-0.9+default-dev,
librust-shellexpand-3+default-dev,
libstring-shellquote-perl,
Standards-Version: 4.7.0
Homepage: https://github.com/xylous/settle
Vcs-Git: https://salsa.debian.org/debian/settle.git
Vcs-Browser: https://salsa.debian.org/debian/settle
Rules-Requires-Root: no
Package: settle
Architecture: any
Depends:
${misc:Depends},
${shlibs:Depends},
Suggests:
bash-completion,
graphviz,
Built-Using:
${cargo:Built-Using},
Static-Built-Using:
${cargo:Static-Built-Using},
Description: CLI tool for managing a digital Zettelkasten
Settle is a command-line tool
that helps you manage your digital Zettelkasten.
.
A Zettelkasten (German for "slip box") or card file
consists of small items of information stored on paper slips or cards.
It is used metaphorically for hypertext knowledge applications
using plaintext notes.
|