From f0f58e7d899dc8409d21fa3496e830b443df26d5 Mon Sep 17 00:00:00 2001 From: Douglas Creager Date: Sat, 6 Mar 2010 14:12:57 -0500 Subject: protobuf-c formula This package provides a code generator and runtime libraries to use Protocol Buffers from pure C (not C++). Signed-off-by: David Höppner <0xffea@gmail.com> --- Library/Formula/protobuf-c.rb | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Library/Formula/protobuf-c.rb (limited to 'Library/Formula') diff --git a/Library/Formula/protobuf-c.rb b/Library/Formula/protobuf-c.rb new file mode 100644 index 000000000..1fc3ff998 --- /dev/null +++ b/Library/Formula/protobuf-c.rb @@ -0,0 +1,14 @@ +require 'formula' + +class ProtobufC