Source: golang-github-klauspost-reedsolomon Section: golang Maintainer: Debian Go Packaging Team Uploaders: Free Ekanayaka , Roger Shimizu , Build-Depends: debhelper-compat (= 14), dh-sequence-golang, golang-any, golang-github-fwessels-avxtwo2sve-dev, golang-github-fwessels-sve-as-dev, golang-github-klauspost-asmfmt-dev, golang-github-klauspost-cpuid-dev (>= 2.0.6), golang-github-mmcloughlin-avo-dev, Standards-Version: 4.7.4 Homepage: https://github.com/klauspost/reedsolomon Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-klauspost-reedsolomon Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-klauspost-reedsolomon.git XS-Go-Import-Path: github.com/klauspost/reedsolomon Testsuite: autopkgtest-pkg-go Package: golang-github-klauspost-reedsolomon-dev Architecture: all Depends: golang-github-klauspost-cpuid-dev (>= 2.0.6), Multi-Arch: foreign Description: Reed-Solomon Erasure Coding in Go Reed-Solomon Erasure Coding in Go, with speeds exceeding 1GB/s/cpu core implemented in pure Go. . This is a golang port of the JavaReedSolomon library released by Backblaze (http://backblaze.com), with some additional optimizations.