File: control

package info (click to toggle)
golang-github-templexxx-reedsolomon 0.1.1%2Bgit20170927.7092926-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, forky, sid, trixie
  • size: 636 kB
  • sloc: asm: 352; makefile: 3
file content (26 lines) | stat: -rw-r--r-- 1,025 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
Source: golang-github-templexxx-reedsolomon
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Alexandre Viau <aviau@debian.org>
Build-Depends: debhelper (>= 10),
               dh-golang,
               golang-any,
               golang-github-templexxx-cpufeat-dev
Standards-Version: 4.1.1
Homepage: https://github.com/templexxx/reedsolomon
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-templexxx-reedsolomon
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-templexxx-reedsolomon.git
XS-Go-Import-Path: github.com/templexxx/reedsolomon
Testsuite: autopkgtest-pkg-go

Package: golang-github-templexxx-reedsolomon-dev
Architecture: all
Depends: ${shlibs:Depends},
         ${misc:Depends},
         golang-github-templexxx-cpufeat-dev
Description: Reed-Solomon Erasure Code engine in Go
 package reedsolomon is a Reed-Solomon Erasure
 Code engine in pure Go.
 .
 Super Fast: more than 10GB/s per physics core.