README 712 B

12345678910111213141516171819202122232425262728
  1. protobuf3 (Google's data interchange format)
  2. Protocol buffers are a flexible, efficient, automated mechanism for
  3. serializing structured data.
  4. This package contains protobuf API version 3.
  5. It support the following language implementations:
  6. * C++
  7. * Java
  8. * Python
  9. * Objective-C
  10. * C#
  11. * JavaNano
  12. * JavaScript
  13. * Ruby
  14. * Go
  15. * PHP (Alpha)
  16. The complete documentation for Protocol Buffers is available at:
  17. https://developers.google.com/protocol-buffers/
  18. Notes:
  19. * The protobuf build (API version 2) has been removed from
  20. SlackBuilds.org, because nothing uses it any longer and it
  21. conflicted with this build.
  22. * Protobuf3 enforces strict UTF-8 checking.
  23. Parsing will fail if a string field contains non UTF-8 data.