Source: golang-github-gobuffalo-flect
Section: golang
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Anthony Fok <foka@debian.org>
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
               dh-sequence-golang,
               golang-any,
               golang-github-stretchr-testify-dev (>= 1.8.0)
Testsuite: autopkgtest-pkg-go
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-gobuffalo-flect
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-gobuffalo-flect.git
Homepage: https://github.com/gobuffalo/flect
XS-Go-Import-Path: github.com/gobuffalo/flect

Package: golang-github-gobuffalo-flect-dev
Architecture: all
Multi-Arch: foreign
Depends: golang-github-stretchr-testify-dev (>= 1.8.0),
         ${misc:Depends}
Description: Inflection engine for Golang
 Flect is a new inflection engine to replace github.com/markbates/inflect,
 designed to be more modular, more readable, and easier to fix issues on
 than the original.
 .
 The github.com/gobuffalo/flect package contains "basic" inflection tools,
 like pluralization, singularization, etc.