File: control

package info (click to toggle)
golang-bitbucket-pkg-inflect 0.0~hg20130829.20.8961c37-5
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 120 kB
  • ctags: 122
  • sloc: makefile: 2
file content (28 lines) | stat: -rw-r--r-- 1,214 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
Source: golang-bitbucket-pkg-inflect
Section: devel
Priority: extra
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Anthony Fok <foka@debian.org>
Build-Depends: debhelper (>= 9),
               dh-golang,
               golang-any
Standards-Version: 3.9.8
Homepage: https://bitbucket.org/pkg/inflect
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-bitbucket-pkg-inflect.git
Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-bitbucket-pkg-inflect.git
XS-Go-Import-Path: bitbucket.org/pkg/inflect

Package: golang-bitbucket-pkg-inflect-dev
Architecture: all
Provides: golang-github-bep-inflect-dev,
          golang-github-markbates-inflect-dev
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Go library to transform words from singular to plural
 The Go library "bitbucket.org/pkg/inflect" 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.