File: control

package info (click to toggle)
golang-github-fvbommel-sortorder 1.0.2-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bookworm-backports, bookworm-proposed-updates, experimental, forky, sid, trixie
  • size: 84 kB
  • sloc: makefile: 2
file content (24 lines) | stat: -rw-r--r-- 956 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-fvbommel-sortorder
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Thorsten Alteholz <debian@alteholz.de>
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               golang-any
Standards-Version: 4.5.1
Homepage: https://github.com/fvbommel/sortorder
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-fvbommel-sortorder
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-fvbommel-sortorder.git
XS-Go-Import-Path: github.com/fvbommel/sortorder
Testsuite: autopkgtest-pkg-go

Package: golang-github-fvbommel-sortorder-dev
Architecture: all
Depends: ${misc:Depends}
Multi-Arch: foreign
Description: sort orders and comparison functions
 This package contains sort orders and comparison functions.
 .
 Currently, it only implements so-called "natural order", where integers
 embedded in strings are compared by value.