File: control

package info (click to toggle)
golang-github-unknwon-i18n 0.0~git20170218.0.8372b90-7
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 96 kB
  • sloc: makefile: 13
file content (26 lines) | stat: -rw-r--r-- 1,031 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
Source: golang-github-unknwon-i18n
Section: devel
Priority: extra
Maintainer: QA Group <packages@qa.debian.org>
Build-Depends: debhelper (>= 10),
               dh-golang (>= 1.31),
               golang-any,
               golang-github-unknwon-com-dev,
               golang-gopkg-ini.v1-dev
Standards-Version: 4.1.0
Homepage: https://github.com/Unknwon/i18n
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-unknwon-i18n.git
Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-github-unknwon-i18n.git
Testsuite: autopkgtest-pkg-go
XS-Go-Import-Path: github.com/Unknwon/i18n

Package: golang-github-unknwon-i18n-dev
Architecture: all
Depends: ${shlibs:Depends},
         ${misc:Depends},
         golang-github-unknwon-com-dev,
         golang-gopkg-ini.v1-dev
Description: Internationalization and Localization in Go
 This package provides multiple-language options to improve user
 experience. This package provides a very simple way to implement
 multi-language support in Go applications.