Source: rhash
Section: utils
Priority: optional
Standards-Version: 4.5.0
Maintainer: Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
Homepage: https://github.com/rhash/RHash/tags
Vcs-Browser: https://github.com/alvistack/rhash-RHash
Vcs-Git: https://github.com/alvistack/rhash-RHash.git
Build-Depends:
 debhelper,
 debhelper-compat (= 10),
 autoconf,
 automake,
 gettext,
 libssl-dev (>= 1.1.0),
 pkgconf,

Package: rhash
Architecture: amd64
Description: utility for computing hash sums and magnet links
 RHash is a console utility for calculation and verification of magnet links
 and a wide range of hash sums like CRC32, MD4, MD5, SHA1, SHA256, SHA512,
 AICH, ED2K, Tiger, DC++ TTH, BitTorrent BTIH, GOST R 34.11-94, RIPEMD-160,
 HAS-160, EDON-R, Whirlpool and Snefru.
 Hash sums are used to ensure and verify integrity of large volumes of data
 for a long-term storing or transferring.
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
 librhash0 (>= ${source:Version}),

Package: librhash0
Section: libs
Architecture: amd64
Description: shared library for hash functions computing
 LibRHash is a professional, portable, thread-safe C library for computing
 magnet links and a wide variety of hash sums, such as CRC32, MD4, MD5, SHA1,
 SHA256, SHA512, AICH, ED2K, Tiger, DC++ TTH, BitTorrent BTIH,
 GOST R 34.11-94, RIPEMD-160, HAS-160, EDON-R, Whirlpool and Snefru.
 Hash sums are used to ensure and verify integrity of large volumes of data
 for a long-term storing or transferring.
Depends:
 ${misc:Depends},
 ${shlibs:Depends},

Package: librhash-dev
Architecture: amd64
Section: libdevel
Description: header files and a static library for librhash
 This package contains LibRHash static library and header files.
Depends:
 ${misc:Depends},
 librhash0 (= ${source:Version}),
