File: control

package info (click to toggle)
golang-github-markbates-inflect 1.0.4-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 168 kB
  • sloc: makefile: 48
file content (32 lines) | stat: -rw-r--r-- 1,472 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
24
25
26
27
28
29
30
31
32
Source: golang-github-markbates-inflect
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Anthony Fok <foka@debian.org>
Section: devel
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               golang-any,
               golang-github-gobuffalo-envy-dev
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-markbates-inflect
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-markbates-inflect.git
Homepage: https://github.com/markbates/inflect
XS-Go-Import-Path: github.com/markbates/inflect

Package: golang-github-markbates-inflect-dev
Architecture: all
Depends: ${shlibs:Depends},
         ${misc:Depends},
         golang-github-gobuffalo-envy-dev
Breaks: golang-bitbucket-pkg-inflect-dev (<< 0.0~hg20130829.20.8961c37-6~)
Replaces: golang-bitbucket-pkg-inflect-dev (<< 0.0~hg20130829.20.8961c37-6~)
Description: Go library to transform words from singular to plural (Git fork)
 Forked from the Mercurial-based https://bitbucket.org/pkg/inflect to GitHub,
 this Go library transforms words from singular to plural, class names to
 table names, modularized class names to ones without, and class names to
 foreign keys. The default inflections for pluralization, singularization,
 and uncountable words are kept in inflect.go.
 .
 Originally ported from the ActiveSupport::Inflector module from
 Ruby on Rails.