File: control

package info (click to toggle)
libcotp 3.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 204 kB
  • sloc: ansic: 1,236; sh: 5; makefile: 3
file content (35 lines) | stat: -rw-r--r-- 1,079 bytes parent folder | download
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
Source: libcotp
Section: libs
Priority: optional
Maintainer: Francisco Vilmar Cardoso Ruviaro <vilmar@debian.org>
Build-Depends: cmake,
               debhelper-compat (= 13),
               libgcrypt20-dev,
               pkgconf
Standards-Version: 4.7.0
Rules-Requires-Root: no
Homepage: https://github.com/paolostivanin/libcotp
Vcs-Browser: https://salsa.debian.org/debian/libcotp
Vcs-Git: https://salsa.debian.org/debian/libcotp.git

Package: libcotp-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libcotp3 (= ${binary:Version}),
         ${misc:Depends}
Description: C library that generates TOTP and HOTP (development)
 C library that generates TOTP and HOTP according to RFC-6238.
 .
 This package contains the files needed to compile and link
 programs which use this library.

Package: libcotp3
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends},
         ${shlibs:Depends}
Description: C library that generates TOTP and HOTP
 C library that generates TOTP and HOTP according to RFC-6238.
 .
 This package contains the shared library object.