File: control

package info (click to toggle)
golang-github-twotwotwo-sorts 0.0~git20160814.bf5c1f2-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 172 kB
  • sloc: makefile: 2
file content (24 lines) | stat: -rw-r--r-- 915 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
Source: golang-github-twotwotwo-sorts
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Nilesh Patra <nilesh@debian.org>
Section: devel
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               golang-any
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-twotwotwo-sorts
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-twotwotwo-sorts.git
Homepage: https://github.com/twotwotwo/sorts
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/twotwotwo/sorts

Package: golang-github-twotwotwo-sorts-dev
Architecture: all
Depends: ${misc:Depends}
Multi-Arch: foreign
Description: Parallel and radix sorting in Go
 sorts/sortutil sorts common slice types and adds
 functions to help sort floats. This package helps
 if sorting huge datasets is a bottleneck.