File: control

package info (click to toggle)
golang-github-knq-snaker 0.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 96 kB
  • sloc: makefile: 2
file content (23 lines) | stat: -rw-r--r-- 936 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
Source: golang-github-knq-snaker
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.6.0
Homepage: https://github.com/knq/snaker
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-knq-snaker
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-knq-snaker.git
XS-Go-Import-Path: github.com/knq/snaker
Testsuite: autopkgtest-pkg-go

Package: golang-github-knq-snaker-dev
Architecture: all
Depends: ${misc:Depends}
Description: methods to convert CamelCase to and from snake_case
 This package provides methods to convert CamelCase to and from snake_case.
 .
 It takes into takes into consideration common initialisms (ie, ID, HTTP,
 ACL, etc) when converting to/from CamelCase and snake_case.