mirror of https://github.com/grpc/grpc.git
The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)
https://grpc.io/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
673 B
23 lines
673 B
8 years ago
|
{
|
||
|
"name": "Nanopb",
|
||
|
"keywords": "protocol buffers, protobuf, google",
|
||
|
"description": "Nanopb is a plain-C implementation of Google's Protocol Buffers data format. It is targeted at 32 bit microcontrollers, but is also fit for other embedded systems with tight (2-10 kB ROM, <1 kB RAM) memory constraints.",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/nanopb/nanopb.git"
|
||
|
},
|
||
|
"authors": [{
|
||
|
"name": "Petteri Aimonen",
|
||
|
"email": "jpa@nanopb.mail.kapsi.fi",
|
||
|
"url": "http://koti.kapsi.fi/jpa/nanopb/"
|
||
|
}],
|
||
|
"include": [
|
||
|
"*.c",
|
||
|
"*.cpp",
|
||
|
"*.h"
|
||
|
],
|
||
|
"examples": "examples/*/*.c",
|
||
|
"frameworks": "*",
|
||
|
"platforms": "*"
|
||
|
}
|