Source: farmhash
Section: science
Priority: optional
Maintainer: Zhou Mo <cdluminate@gmail.com>
Build-Depends: debhelper (>= 10),
Standards-Version: 3.9.8
Homepage: https://github.com/google/farmhash

Package: libfarmhash0
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends},
Description: FarmHash, a family of hash functions (shared library)
 FarmHash provides hash functions for strings and other data.  The functions
 mix the input bits thoroughly but are not suitable for cryptography.
 .
 This package contains the shared library.

Package: libfarmhash-dev
Section: libdevel
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends},
         libfarmhash0 (= ${binary:Version}),
Description: FarmHash, a family of hash functions (development files, docs)
 FarmHash provides hash functions for strings and other data.  The functions
 mix the input bits thoroughly but are not suitable for cryptography.
 .
 This package contains development files and document.
