blob: 8bf0530a55572f4159f2e02bf78ce87941062623 (
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
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
|
Source: cryptopant
Section: libs
Priority: optional
Maintainer: Daniel Baumann <daniel@debian.org>
Build-Depends:
debhelper-compat (= 13),
libssl-dev,
Rules-Requires-Root: no
Standards-Version: 4.7.0
Homepage: https://ant.isi.edu/software/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.
|