File: control

package info (click to toggle)
golang-github-kalafut-imohash 1.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 104 kB
  • sloc: makefile: 3
file content (31 lines) | stat: -rw-r--r-- 1,332 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
Source: golang-github-kalafut-imohash
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Guilherme Puida Moreira <guilherme@puida.xyz>
Section: golang
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               golang-any,
               golang-github-twmb-murmur3-dev
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-kalafut-imohash
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-kalafut-imohash.git
Homepage: https://github.com/kalafut/imohash
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/kalafut/imohash

Package: golang-github-kalafut-imohash-dev
Architecture: all
Multi-Arch: foreign
Depends: golang-github-twmb-murmur3-dev,
         ${misc:Depends}
Description: Fast hashing for large files (library)
 imohash is a fast, constant-time hashing library for Go. It uses file
 size and sampling to calculate hashes quickly, regardless of file size.
 .
 Because imohash only reads a small portion of a file's data, it is very
 fast and well suited to file synchronization and deduplication,
 especially over a fairly slow network. A need to manage media (photos
 and video) over Wi-Fi between a NAS and multiple family computers is how
 the library was born.