File: control

package info (click to toggle)
cryptopant 1.3.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,812 kB
  • sloc: sh: 4,602; ansic: 1,160; makefile: 64
file content (53 lines) | stat: -rw-r--r-- 1,718 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
Source: cryptopant
Section: libs
Priority: optional
Maintainer: Daniel Baumann <daniel@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 libssl-dev,
Standards-Version: 4.7.3
Homepage: https://ant.isi.edu/software/cryptopANT/
Vcs-Browser: https://forgejo.debian.net/dns-oarc/cryptopant
Vcs-Git: https://forgejo.debian.net/dns-oarc/cryptopant

Package: cryptopant
Section: utils
Architecture: any
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Description: IP address anonymization (utils)
 cryptopANT is a library for ip address anonymization. It implements a widely
 used prefix-preserving technique known as "cryptopan". This is ANT's project
 implementation of this technique for anonymization of ipv4 and ipv6 addresses.

Package: libcryptopant-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends:
 libcryptopant1 (= ${binary:Version}),
 ${misc:Depends},
 ${shlibs:Depends},
Description: IP address anonymization (development)
 cryptopANT is a library for ip address anonymization. It implements a widely
 used prefix-preserving technique known as "cryptopan". This is ANT's project
 implementation of this technique for anonymization of ipv4 and ipv6 addresses.
 .
 This package contains the development files.

Package: libcryptopant1
Section: libs
Architecture: any
Multi-Arch: same
Pre-Depends:
 ${misc:Pre-Depends},
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Description: IP address anonymization (library)
 cryptopANT is a library for ip address anonymization. It implements a widely
 used prefix-preserving technique known as "cryptopan". This is ANT's project
 implementation of this technique for anonymization of ipv4 and ipv6 addresses.
 .
 This package contains the shared library.