The NetBSD Project

CVS log for pkgsrc/devel/protobuf-go/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / devel / protobuf-go

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.3: download - view: text, markup, annotated - select for diffs
Fri Sep 6 18:48:47 2024 UTC (5 months ago) by bsiegert
Branches: MAIN
CVS tags: pkgsrc-2024Q4-base, pkgsrc-2024Q4, pkgsrc-2024Q3-base, pkgsrc-2024Q3, HEAD
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -2 lines
Revbump all Go packages after go122 update

Revision 1.2: download - view: text, markup, annotated - select for diffs
Sun Aug 11 15:57:01 2024 UTC (6 months ago) by bsiegert
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -1 lines
Revbump all Go packages after update

Revision 1.1: download - view: text, markup, annotated - select for diffs
Fri Jul 5 20:25:24 2024 UTC (7 months, 1 week ago) by maya
Branches: MAIN
Add protobuf-go version 1.34.1

Go support for Protocol Buffers

This project hosts the Go implementation for
[protocol buffers](https://protobuf.dev), which is a
language-neutral, platform-neutral, extensible mechanism for serializing
structured data. The protocol buffer language is a language for specifying the
schema for structured data. This schema is compiled into language specific
bindings. This project provides both a tool to generate Go code for the
protocol buffer language, and also the runtime implementation to handle
serialization of messages in Go. See the
[protocol buffer developer guide](https://protobuf.dev/overview)
for more information about protocol buffers themselves.

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

CVSweb <webmaster@jp.NetBSD.org>