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
|
Source: golang-github-go-openapi-inflect
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Cyril Brulebois <cyril@debamax.com>
Section: golang
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-sequence-golang,
golang-any
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-go-openapi-inflect
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-go-openapi-inflect.git
Homepage: https://github.com/go-openapi/inflect
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/go-openapi/inflect
Package: golang-github-go-openapi-inflect-dev
Architecture: all
Depends: ${misc:Depends}
Multi-Arch: foreign
Description: golang library providing functions applying grammar rules to English words
This golang library provides a basic set of functions applying
grammar rules to inflect English words, and to modify case style
(Capitalize, camelCase, snake_case, etc.). Acronyms are properly
managed. A common use case is word pluralization.
|