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
|
Source: golang-github-mcuadros-go-lookup
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders:
Dawid Dziurla <dawidd0811@gmail.com>,
Rules-Requires-Root: no
Build-Depends:
debhelper-compat (= 12),
dh-golang,
Build-Depends-Indep:
golang-any,
golang-gopkg-check.v1-dev,
Standards-Version: 4.5.0
Homepage: https://github.com/mcuadros/go-lookup
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-mcuadros-go-lookup
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-mcuadros-go-lookup.git
XS-Go-Import-Path: github.com/mcuadros/go-lookup
Testsuite: autopkgtest-pkg-go
Package: golang-github-mcuadros-go-lookup-dev
Architecture: all
Depends:
${misc:Depends},
golang-gopkg-check.v1-dev,
Description: Small library on top of reflect for make lookups to any Structs or Maps
Using a very simple DSL one can have
access to any property,
key or value of any value of Go.
|