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
|
Source: c-vtapi
Priority: optional
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Uploaders: Francisco Vilmar Cardoso Ruviaro <vilmar@debian.org>
Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (= 13),
libcurl4-openssl-dev,
libjansson-dev
Standards-Version: 4.6.2
Section: libs
Homepage: https://github.com/VirusTotal/c-vtapi
Vcs-Browser: https://salsa.debian.org/pkg-security-team/c-vtapi
Vcs-Git: https://salsa.debian.org/pkg-security-team/c-vtapi.git
Rules-Requires-Root: no
Package: libcvtapi-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libcvtapi1t64 (= ${binary:Version}),
${misc:Depends}
Description: VirusTotal C API library (development)
This package provides the official implementation of the
VirusTotal API in C programming language.
.
VirusTotal is a free online service that analyzes suspicious
files, domains, IPs and URLs to detect malware and other
breaches, automatically share them with the security community.
.
This package contains the files needed to compile and link
programs which use this library.
Package: libcvtapi1t64
Provides: ${t64:Provides}
Replaces: libcvtapi1
Breaks: libcvtapi1 (<< ${source:Version})
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends},
${shlibs:Depends}
Description: VirusTotal C API library
This package provides the official implementation of the
VirusTotal API in C programming language.
.
VirusTotal is a free online service that analyzes suspicious
files, domains, IPs and URLs to detect malware and other
breaches, automatically share them with the security community.
.
This package contains the shared library object.
|