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 27 28 29
|
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 (>= 2:1.16~),
golang-github-stretchr-testify-dev (>= 1.8.1)
Testsuite: autopkgtest-pkg-go
Standards-Version: 4.6.2
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.1),
${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.
|