File: control

package info (click to toggle)
cmph 2.0.2-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,748 kB
  • sloc: ansic: 10,582; cpp: 2,429; makefile: 151; sh: 111; python: 48; xml: 5
file content (51 lines) | stat: -rw-r--r-- 2,124 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
Source: cmph
Section: libs
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (= 13)
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/debian/cmph
Vcs-Git: https://salsa.debian.org/debian/cmph.git
Homepage: http://cmph.sourceforge.net

Package: libcmph0t64
Provides: ${t64:Provides}
Replaces: libcmph0
Breaks: libcmph0 (<< ${source:Version})
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Multi-Arch: same
Description: C Minimal Perfect Hashing Library
 Minimal perfect hash functions are widely used for memory efficient storage
 and fast retrieval of items from static sets, such as words in natural
 languages, reserved words in programming languages or interactive systems,
 universal resource locations (URLs) in Web search engines, or item sets in
 data mining techniques.

Package: libcmph-dev
Architecture: any
Depends: libcmph0t64 (= ${binary:Version}), ${misc:Depends}
Section: libdevel
Description: C Minimal Perfect Hashing Library development files
 Minimal perfect hash functions are widely used for memory efficient storage
 and fast retrieval of items from static sets, such as words in natural
 languages, reserved words in programming languages or interactive systems,
 universal resource locations (URLs) in Web search engines, or item sets in
 data mining techniques.
 .
 This package contains the development files of the library.

Package: libcmph-tools
Replaces: libcmph-bin
Conflicts: libcmph-bin
Architecture: any
Section: utils
Depends: libcmph0t64 (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
Description: C Minimal Perfect Hashing Library command line utilities
 Minimal perfect hash functions are widely used for memory efficient storage
 and fast retrieval of items from static sets, such as words in natural
 languages, reserved words in programming languages or interactive systems,
 universal resource locations (URLs) in Web search engines, or item sets in
 data mining techniques.
 .
 This package contains the cmph command line utility to generate and query
 minimal perfect hash functions.