Source: golang-github-jinzhu-inflection Section: devel Priority: optional Maintainer: Debian Go Packaging Team Uploaders: Sascha Steinbiss , Paul Tagliamonte Build-Depends: debhelper (>= 11), dh-golang, golang-any Standards-Version: 4.1.4 Homepage: https://github.com/jinzhu/inflection Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-jinzhu-inflection Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-jinzhu-inflection.git XS-Go-Import-Path: github.com/jinzhu/inflection Testsuite: autopkgtest-pkg-go Package: golang-github-jinzhu-inflection-dev Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends} Description: pluralize and singularize English nouns Inflection is a Go library to pluralize and singularize English nouns. Rules are based on Rails' ActiveSupport set, but can be extended by users.