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 33 34
  
     | 
    
      Source: golang-github-go-macaron-i18n
Section: devel
Priority: extra
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: debhelper (>= 10),
               dh-golang (>= 1.31),
               golang-any,
               golang-github-smartystreets-goconvey-dev,
               golang-github-unknwon-com-dev,
               golang-github-unknwon-i18n-dev,
               golang-golang-x-text-dev,
               golang-gopkg-macaron.v1-dev
Standards-Version: 4.1.0
Homepage: https://github.com/go-macaron/i18n
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-go-macaron-i18n
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-go-macaron-i18n.git
Testsuite: autopkgtest-pkg-go
XS-Go-Import-Path: github.com/go-macaron/i18n
Package: golang-github-go-macaron-i18n-dev
Architecture: all
Depends: ${shlibs:Depends},
         ${misc:Depends},
         golang-github-smartystreets-goconvey-dev,
         golang-github-unknwon-com-dev,
         golang-github-unknwon-i18n-dev,
         golang-golang-x-text-dev,
         golang-gopkg-macaron.v1-dev
Description: Internationalization and Localization of Macaron
 This Go library provides middleware for the Macaron web framework. It
 supports overloading locale files placed in a custom/ directory.
 .
 API Reference: https://gowalker.org/github.com/go-macaron/i18n
 Documentation: https://go-macaron.com/docs/middlewares/i18n
 
     |