File: control

package info (click to toggle)
cmph 0.9-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze, wheezy
  • size: 1,900 kB
  • ctags: 911
  • sloc: sh: 9,649; ansic: 9,546; makefile: 65
file content (46 lines) | stat: -rw-r--r-- 2,018 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
Source: cmph
Section: libs
Priority: optional
Maintainer: Enrico Tassi <gareuselesinge@debian.org>
Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 5), dpatch
Standards-Version: 3.8.1
Vcs-Svn: svn://svn.debian.org/svn/collab-maint/deb-maint/cmph/trunk
Vcs-Browser: http://svn.debian.org/viewsvn/collab-maint/deb-maint/cmph/trunk
Homepage: http://cmph.sourceforge.net

Package: libcmph0
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
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: libcmph0 (= ${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. 

Package: libcmph-tools
Replaces: libcmph-bin
Conflicts: libcmph-bin
Architecture: any
Section: utils
Depends: libcmph0 (= ${binary:Version}), ${shlibs:Depends}, ${misc: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.