Source: golang-github-savetherbtz-fastcdc-go Section: golang Priority: optional Maintainer: Daniel Baumann Build-Depends: debhelper-compat (= 13), dh-sequence-golang, dpkg-build-api (= 1), golang-any, Homepage: https://github.com/SaveTheRbtz/fastcdc-go Standards-Version: 4.7.4 Vcs-Browser: https://forgejo.debian.net/golang/golang-github-savetherbtz-fastcdc-go Vcs-Git: https://forgejo.debian.net/golang/golang-github-savetherbtz-fastcdc-go Testsuite: autopkgtest-pkg-go XS-Go-Import-Path: github.com/SaveTheRbtz/fastcdc-go Package: golang-github-savetherbtz-fastcdc-go-dev Section: golang Architecture: all Multi-Arch: foreign Depends: ${misc:Depends}, Description: Go implementation of the FastCDC content-defined chunking algorithm (library) fastcdc-go splits byte slices and streams into content-defined chunks with the FastCDC 2020 algorithm. Its validated Chunker is immutable and safe for concurrent use, with small APIs for in-memory and streaming input.