README 787 B

1234567891011121314151617181920212223242526272829
  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. NOTE:
  19. * This package should NOT be installed alongside with protobuf.
  20. Protobuf3 introduced API incompatibility and upstream will
  21. continue to support protobuf version 2.
  22. * Protobuf3 enforces strict UTF-8 checking.
  23. Parsing will fail if a string field contains non UTF-8 data.
  24. * This SlackBuild installs the Python bindings by default.