protobuild 0.3.0-1 source package in Ubuntu

Changelog

protobuild (0.3.0-1) unstable; urgency=medium

  * Initial release (Closes: #1073118)

 -- Reinhard Tartler <email address hidden>  Thu, 13 Jun 2024 12:19:36 -0400

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc

Downloads

File Size SHA-256 Checksum
protobuild_0.3.0-1.dsc 2.3 KiB de74bf094b762b1c38a8c46b8265db0a31af51364e016c1054ed28210b79377c
protobuild_0.3.0.orig.tar.gz 26.8 KiB 12b5b05202c2efca3e880f7915c0344ef2db761984e5de8bb9f9da4c4bad3b44
protobuild_0.3.0-1.debian.tar.xz 2.7 KiB 95b029b94324a538aadbc32324bf59f5b70ba29dee9cb479a591b6719ceb6f27

No changes file available.

Binary packages built by this source

protobuild: Convenience wrapper for building protobufs in Go

 protobuild works by scanning the go package in a project and emitting
 correct protoc commands, configured with the plugins, packages and
 details of your choice.
 .
 The main benefit is that it makes it much easier to consume external
 types from vendored projects. By integrating the protoc include paths
 with Go's vendoring and GOPATH, builds are much easier to keep
 consistent across a project.