summaryrefslogtreecommitdiff
path: root/debian/control
blob: 01651f030484167f517f3098e2e24ac0c22a1b4f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Source: clab
Maintainer: Lars Wirzenius <liw@liw.fi>
Section: misc
Priority: optional
Standards-Version: 4.2.0
Build-Depends:
 debhelper (>= 10~),
 git,
 moreutils,
 python3,
 python3-yaml,
 subplot
Homepage: https://clab.liw.fi

Package: clab
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Built-Using: ${cargo:Built-Using}
Description: command line address book application
 A very basic address book application, with a command line interface
 only.
 .
 Address book data is stored in YAML files, which can easily be
 kept in a version control system by the user.