File: control

package info (click to toggle)
golang-github-mgutz-str 1.2.0-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 144 kB
  • sloc: makefile: 4
file content (27 lines) | stat: -rw-r--r-- 1,095 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
27
Source: golang-github-mgutz-str
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Jongmin Kim <jmkim@pukyong.ac.kr>
	, Thorsten Alteholz <debian@alteholz.de>
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               golang-any
Standards-Version: 4.6.1
Homepage: https://github.com/mgutz/str
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-mgutz-str
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-mgutz-str.git
XS-Go-Import-Path: github.com/mgutz/str
Testsuite: autopkgtest-pkg-go

Package: golang-github-mgutz-str-dev
Architecture: all
Depends: ${misc:Depends}
Multi-Arch: foreign
Description: comprehensive set of string functions
 This package provides a comprehensive set of string functions to build
 more Go awesomeness. The library complements Go's standard packages and
 does not duplicate functionality found in 'strings' or 'strconv'.
 .
 This library is based on plain functions instead of object-based
 methods, consistent with Go standard string packages.