File: control

package info (click to toggle)
golang-github-masterminds-goutils 1.1.1-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 148 kB
  • sloc: makefile: 2
file content (28 lines) | stat: -rw-r--r-- 1,144 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
28
Source: golang-github-masterminds-goutils
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Peymaneh <peymaneh@posteo.net>
Section: golang
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               golang-any
Standards-Version: 4.6.1.0
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-masterminds-goutils
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-masterminds-goutils.git
Homepage: https://github.com/Masterminds/goutils
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/Masterminds/goutils

Package: golang-github-masterminds-goutils-dev
Architecture: all
Depends: ${misc:Depends}
Multi-Arch: foreign
Description: Go implementation of some string manipulation libraries of Apache Commons
 GoUtils provides users with utility functions to manipulate strings
 in various ways. It is a Go implementation of some string manipulation
 libraries of Java Apache Commons, including the following Java
 Apache Commons classes:
  * WordUtils
  * RandomStringUtils
  * StringUtils (partial implementation)