• This repository has been archived on 08/Feb/2022
  • Stars
    star
    146
  • Rank 252,769 (Top 5 %)
  • Language
    F#
  • License
    MIT License
  • Created over 10 years ago
  • Updated over 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Froto: F# Protocol Buffers

F# Protocol Buffers

What are Protocol Buffers

NuGet

Status

  • 0.7.x 2019-08 Type Provider support .NET Core. Parser supports import statements.
  • 0.6.0 2018-05 Add proto3 specific deserialization that requires fewer SRTP constraints
  • 0.5.0 2017-12 Froto.Parser & Froto.Serialization target netstandard2.0
  • 0.4.0 2016-10 Parser now supports full gRPC syntax and options syntax. New Froto.TypeProvider package with support for proto2.
  • 0.3.1 2016-06 Made Parser functions more discoverable and easier to use.
  • 0.3.0 2016-06 Rewrote F# serialization to support both Record and Class serialization. Significant project structure, serialization namespace, and serialization module refactor.
  • 0.2.1 2016-04 Added F# serialization framework to Core, w/full wire format support See the 0.2.1 release details for help upgrading
  • 0.2.0 2016-02 Complete rewrite of parser to support full proto2 and proto3 syntax
  • 0.1.0 2014-02 Dusted off project and moved to GitHub
  • 0.0.5 2012-11 blog Parsing a Protocol Buffers .proto File in F#
  • See the release notes for more details.