File: control

package info (click to toggle)
golang-github-iancoleman-strcase 0.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 96 kB
  • sloc: makefile: 3
file content (26 lines) | stat: -rw-r--r-- 940 bytes parent folder | download | duplicates (2)
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-iancoleman-strcase
Section: admin
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders:
 Thomas Goirand <zigo@debian.org>,
Build-Depends:
 debhelper-compat (= 13),
 dh-golang,
 golang-any,
 openstack-pkg-tools,
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/openstack-team/third-party/golang-github-iancoleman-strcase
Vcs-Git: https://salsa.debian.org/openstack-team/third-party/golang-github-iancoleman-strcase.git
Homepage: https://github.com/iancoleman/strcase
XS-Go-Import-Path: github.com/iancoleman/strcase

Package: golang-github-iancoleman-strcase-dev
Architecture: all
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Description: converting string case to various cases
 Strcase is a go package for converting string case to various cases (like
 snake case, or camel case). Strcase can deal with common acronyms that it
 knows it shouldn't modify.