library.json 673 B

12345678910111213141516171819202122
  1. {
  2. "name": "Nanopb",
  3. "keywords": "protocol buffers, protobuf, google",
  4. "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.",
  5. "repository": {
  6. "type": "git",
  7. "url": "https://github.com/nanopb/nanopb.git"
  8. },
  9. "authors": [{
  10. "name": "Petteri Aimonen",
  11. "email": "jpa@nanopb.mail.kapsi.fi",
  12. "url": "http://koti.kapsi.fi/jpa/nanopb/"
  13. }],
  14. "include": [
  15. "*.c",
  16. "*.cpp",
  17. "*.h"
  18. ],
  19. "examples": "examples/*/*.c",
  20. "frameworks": "*",
  21. "platforms": "*"
  22. }