Download List

项目描述

r6rs-protobuf provides a pure Scheme implementation of Google's Protocol Buffers framework, including parsing and code generation.

系统要求

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2013-02-10 08:34
0.6

此版本可解决影响消息反序列化的一个严重问题。新的 helper 脚本包括是为了提供给协议缓冲区编译器的命令行界面。
标签: Minor
This release resolves a serious issue affecting message deserialization. A new helper script is included to provide a commandline interface to the Protocol Buffer compiler.

2013-01-06 09:48
0.5

此版本大大提高了在.proto 文件中支持多个递归级别导入声明的类型解析系统的能力。影响一些关键序列化问题枚举类型和用户定义的消息字段已得到解决。现在,消息字段进行序列化礼貌其序号的顺序。
标签: Major
This release greatly improves the capabilities of the type resolution system to support
multiple recursive levels of import declarations across .proto files.

Some critical serialization issues affecting enumerated types and user-defined message fields
have been resolved.

Message fields are now serialized in order of their ordinals, for politeness.

2011-06-12 06:13
0.2

此版本的功能支持,指明在生成计划有关的领域枚举类型作为消息处理代码,和一些额外的单元测试问题的默认值可选的消息字段,以及修复。
标签: Minor
This release features support for specifying default values for optional message fields, as well as fixes for issues in the generated Scheme code related to the handling of enumerated types as message fields, and some additional unit tests.

2011-05-10 05:42
0.1

最初的版本。
标签: Major
Initial release.

Project Resources