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
|
Source: golang-github-go-macaron-inject
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Dmitry Smirnov <onlyjob@debian.org>
Build-Depends: debhelper-compat (= 12),
dh-golang,
golang-go,
golang-github-smartystreets-goconvey-dev
Standards-Version: 4.1.1
Homepage: https://github.com/go-macaron/inject
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-go-macaron-inject
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-go-macaron-inject.git
Testsuite: autopkgtest-pkg-go
XS-Go-Import-Path: github.com/go-macaron/inject
Package: golang-github-go-macaron-inject-dev
Architecture: all
Depends: ${misc:Depends},
golang-go,
golang-github-smartystreets-goconvey-dev
Description: utilities for mapping and injecting dependencies
Golang utilities for mapping and injecting dependencies in various ways.
.
This a modified version of codegangsta/inject
(https://github.com/codegangsta/inject) for special purpose of Macaron
Please use codegangsta/inject for dependency injection feature.
|