File: control

package info (click to toggle)
abi-monitor 1.12-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 308 kB
  • sloc: perl: 3,114; makefile: 19; sh: 9
file content (27 lines) | stat: -rw-r--r-- 857 bytes parent folder | download | duplicates (2)
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
Source: abi-monitor
Section: devel
Priority: optional
Maintainer: Peter Spiess-Knafl <dev@spiessknafl.at>
Build-Depends: debhelper (>= 11), help2man
Standards-Version: 4.2.1
Homepage: https://github.com/lvc/abi-monitor
Vcs-Git: https://salsa.debian.org/debian/abi-monitor.git
Vcs-Browser: https://salsa.debian.org/debian/abi-monitor

Package: abi-monitor
Architecture: all
Depends: build-essential,
         wget,
         curl,
	 libdata-dump-perl,
         ${misc:Depends},
         ${perl:Depends}
Suggests: cmake,
          autotools,
          meson
Description: monitor ABI of shared libraries
 abi-monitor checks for new versions of a software library, try to build them
 and create a profile for the abi-tracker tool.
 .
 This tool is intended to be used together with the ABI Tracker tool to
 visualize API/ABI changes timeline of a C/C++ library.