Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
BUILD.gn | D | 03-May-2024 | 23.5 KiB | 471 | 450 | |
README.chromium | D | 03-May-2024 | 342 | 12 | 10 | |
proto_library.gni | D | 03-May-2024 | 3 KiB | 104 | 89 | |
protoc_wrapper.py | D | 03-May-2024 | 4.8 KiB | 153 | 116 |
README.chromium
1Name: Protocol Buffers 2Short Name: protobuf 3URL: https://github.com/google/protobuf 4License: BSD 5License File: src/LICENSE 6Security Critical: yes 7 8Description: 9 10Protocol buffers are Google's language-neutral, platform-neutral, extensible 11mechanism for serializing structured data. Open Screen uses protobufs primary 12for message serialization.