1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
Source: golang-github-neelance-astrewrite
Section: devel
Priority: extra
Maintainer: QA Group <packages@qa.debian.org>
Build-Depends: debhelper (>= 10),
dh-golang,
golang-any
Standards-Version: 4.1.0
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
Testsuite: autopkgtest-pkg-go
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.
|