File: control

package info (click to toggle)
golang-nzaat 1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 56 kB
  • sloc: makefile: 4
file content (19 lines) | stat: -rw-r--r-- 881 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Source: golang-nzaat
Section: devel
Priority: extra
Maintainer: Tonnerre Lombard <tonnerre@ancient-solutions.com>
Build-Depends: debhelper (>= 9), golang-go (>= 1.0), dh-golang
Standards-Version: 3.9.4
Homepage: http://github.com/tonnerre/golang-nzaat
Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-nzaat.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-go/packages/golang-nzaat.git;a=summary
XS-Go-Import-Path: ancient-solutions.com/hash/nzaat

Package: golang-nzaat-dev
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Go implementation of the NZAAT hash algorithm
 Go implementation of the hash algorithm "NUL zaehlen an allen Teilen"
 based on the One At A Time hash (OAAT) by Bob Jenkins. This is not a
 cryptographic hash, but it satisfies the perfect hash criteria well
 enough to be usable as a hash table hash or similar.