manifest.yml 536 B

12345678910111213141516171819202122
  1. name: "coreHTTP"
  2. version: "v3.0.0"
  3. description:
  4. "Client implementation of the HTTP/1.1 specification for embedded devices."
  5. license: "MIT"
  6. dependencies:
  7. - name: "llhttp"
  8. version: "release/v6.0.5"
  9. license: "MIT"
  10. repository:
  11. type: "git"
  12. url: "https://github.com/nodejs/llhttp.git"
  13. path: source/dependency/3rdparty/llhttp
  14. - name: "CMock"
  15. version: v2.5.2
  16. license: "MIT"
  17. repository:
  18. type: "git"
  19. url: "https://github.com/ThrowTheSwitch/CMock.git"
  20. path: test/unit-test/CMock