Message from discussion
Erlang plugin for protoc
Received: by 10.180.83.35 with SMTP id n3mr46059wiy.1.1329453443939;
Thu, 16 Feb 2012 20:37:23 -0800 (PST)
X-BeenThere: protobuf@googlegroups.com
Received: by 10.180.82.133 with SMTP id i5ls2711294wiy.7.gmail; Thu, 16 Feb
2012 20:37:19 -0800 (PST)
Received: by 10.180.24.69 with SMTP id s5mr52664wif.0.1329453439516;
Thu, 16 Feb 2012 20:37:19 -0800 (PST)
Received: by 10.216.69.74 with SMTP id m52mswed;
Thu, 16 Feb 2012 09:12:30 -0800 (PST)
Received: by 10.213.9.8 with SMTP id j8mr632263ebj.3.1329412349963;
Thu, 16 Feb 2012 09:12:29 -0800 (PST)
Received: by 10.213.9.8 with SMTP id j8mr632262ebj.3.1329412349943;
Thu, 16 Feb 2012 09:12:29 -0800 (PST)
Return-Path: <nialsco...@gmail.com>
Received: from mail-we0-f176.google.com (mail-we0-f176.google.com [74.125.82.176])
by gmr-mx.google.com with ESMTPS id n48si5476446eeh.1.2012.02.16.09.12.29
(version=TLSv1/SSLv3 cipher=OTHER);
Thu, 16 Feb 2012 09:12:29 -0800 (PST)
Received-SPF: pass (google.com: domain of nialsco...@gmail.com designates 74.125.82.176 as permitted sender) client-ip=74.125.82.176;
Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of nialsco...@gmail.com designates 74.125.82.176 as permitted sender) smtp.mail=nialsco...@gmail.com; dkim=pass header...@gmail.com
Received: by mail-we0-f176.google.com with SMTP id f1so2034406wer.21
for <protobuf@googlegroups.com>; Thu, 16 Feb 2012 09:12:29 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
d=gmail.com; s=gamma;
h=mime-version:date:message-id:subject:from:to:content-type;
bh=0aNRHFZn94td26MHxYNyEEkib+1UBdPuIgC15XraLE4=;
b=n7CWSboO1Qzbt2kWw2CCW+tvqNmmlCpxbQr1mUM6toz/JhvVAKeiULjSB8zYvJvAH2
VbBRSjPIt8SzHglFTQZauS237JFwahOJHbx5y1ECsKuHPK+mqbJqb2SKMXU37zDtyJfT
tb3tTVqoLlQGBpAAIVxvS7sv7/O7gTGMGsjgY=
MIME-Version: 1.0
Received: by 10.216.137.13 with SMTP id x13mr1571172wei.57.1329412349693; Thu,
16 Feb 2012 09:12:29 -0800 (PST)
Received: by 10.216.221.21 with HTTP; Thu, 16 Feb 2012 09:12:29 -0800 (PST)
Date: Thu, 16 Feb 2012 12:12:29 -0500
Message-ID: <CAMS92aVrj+M2sOMw4dSLPtBONVkr55tPhyhZgS9-_aLUbPO...@mail.gmail.com>
Subject: Erlang plugin for protoc
From: Jason Wagner <nialsco...@gmail.com>
To: Protocol Buffers Mail List <protobuf@googlegroups.com>
Content-Type: text/plain; charset=ISO-8859-1
https://github.com/TensorWrench/protoc-gen-erlang
https://github.com/TensorWrench/libprotobuf
I wrote this back when the existing protocol buffers implementation
for Erlang didn't support a lot of features. This plugin generates
Erlang OTP-style code. All run-time dependencies are Erlang-only.
More information is at
http://www.tensorwrench.com/2012/02/protocol-buffers-for-erlang/