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 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67
|
Source: golang-github-protocolbuffers-txtpbfmt
Section: golang
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders:
Simon Josefsson <simon@josefsson.org>,
Rules-Requires-Root: no
Build-Depends:
debhelper-compat (= 13),
dh-sequence-golang,
golang-any,
golang-github-google-go-cmp-dev,
golang-github-kylelemons-godebug-dev,
golang-github-mitchellh-go-wordwrap-dev,
golang-glog-dev,
help2man <!nodoc>,
Testsuite: autopkgtest-pkg-go
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-protocolbuffers-txtpbfmt
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-protocolbuffers-txtpbfmt.git
Homepage: https://github.com/protocolbuffers/txtpbfmt
XS-Go-Import-Path: github.com/protocolbuffers/txtpbfmt
Package: golang-github-protocolbuffers-txtpbfmt-dev
Architecture: all
Multi-Arch: foreign
Depends:
golang-github-google-go-cmp-dev,
golang-github-kylelemons-godebug-dev,
golang-github-mitchellh-go-wordwrap-dev,
golang-glog-dev,
${misc:Depends},
Description: modify text proto files preserving comments (Go library)
Text Proto Formatter - txtpbfmt parses, edits and formats text proto
files in a way that preserves comments.
.
This saves development (read/edit/review) time and enables automated edits.
.
The .textproto extension is the most used extension inside Google (the
second most popular choice is .textpb).
.
Text Format Language Specification:
https://developers.google.com/protocol-buffers/docs/text-format-spec
.
This package contains the Go development library.
Package: txtpbfmt
Section: devel
Architecture: any
Depends:
${misc:Depends},
${shlibs:Depends},
Built-Using:
${misc:Built-Using},
Description: modify text proto files preserveing comments (program)
Text Proto Formatter - txtpbfmt parses, edits and formats text proto
files in a way that preserves comments.
.
This saves development (read/edit/review) time and enables automated edits.
.
The .textproto extension is the most used extension inside Google (the
second most popular choice is .textpb).
.
Text Format Language Specification:
https://developers.google.com/protocol-buffers/docs/text-format-spec
.
This package contains the txtpbfmt command-line tool.
|