Source: golang-github-neelance-astrewrite
Section: devel
Priority: extra
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Michael Lustfield <michael@lustfield.net>
Build-Depends: debhelper (>= 10),
               dh-golang,
               golang-any
Standards-Version: 3.9.8
Homepage: https://github.com/neelance/astrewrite
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-neelance-astrewrite.git
Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-github-neelance-astrewrite.git
XS-Go-Import-Path: github.com/neelance/astrewrite

Package: golang-github-neelance-astrewrite-dev
Architecture: all
Depends: ${shlibs:Depends},
         ${misc:Depends}
Description: Go tool to walk & rewrite AST
 This library provides functions similar to ast.Inspect() from the
 'ast' package. The passed walk function can also return a node, which
 is used to rewrite the parent node. This provides an easy way to
 rewrite a given ast.Node while walking the AST.
