[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ANN] r6rs-protobuf 0.1, a pure Scheme Protocol Buffers implementation
From: |
Julian Graham |
Subject: |
[ANN] r6rs-protobuf 0.1, a pure Scheme Protocol Buffers implementation |
Date: |
Sun, 8 May 2011 22:55:05 -0400 |
Hello,
I'm pleased to announce the initial release of r6rs-protobuf 0.1, a
pure R6RS Scheme implementation of Google's Protocol Buffers data
interchange framework. (From Google's protobuf project page [0]:
"Protocol Buffers are a way of encoding structured data in an
efficient yet extensible format.") This implementation provides a
Scheme code generator and parser for the protocol buffer definition
language, and maps the protocol buffers feature set onto R6RS
libraries, records, and enumeration types.
This is an initial release: Documentation and unit tests are a bit
spotty, and there are almost certainly bugs. Feedback is welcome!
The homepage is located at:
http://code.google.com/p/r6rs-protobuf/
Here are the compressed sources:
http://r6rs-protobuf.googlecode.com/files/r6rs-protobuf-0.1.tar.bz2
http://r6rs-protobuf.googlecode.com/files/r6rs-protobuf-0.1.tar.gz
http://r6rs-protobuf.googlecode.com/files/r6rs-protobuf-0.1.zip
Here are the SHA1 checksums:
915247dae6eaca4160375200188e91df37697b27 r6rs-protobuf-0.1.tar.bz2
0efe34f9fb9d06982c35aad1acb469c863cd2715 r6rs-protobuf-0.1.tar.gz
e0c2435ea684f4edcaae9dca4cf409a718996cfe r6rs-protobuf-0.1.zip
Thanks,
Julian
[0] - http://code.google.com/p/protobuf/
- [ANN] r6rs-protobuf 0.1, a pure Scheme Protocol Buffers implementation,
Julian Graham <=