pak.json 469 B

123456789101112131415161718192021
  1. {
  2. "name": "mbedtls",
  3. "version": "2.8.0",
  4. "description": "MbedTLS Source Code",
  5. "license": "Apache",
  6. "keywords": [
  7. "mbedtls",
  8. "ssl",
  9. "tls"
  10. ],
  11. "repository": {
  12. "type": "git",
  13. "url": "git://github.com/ARMmbed/mbedtls.git",
  14. "patch": "https://github.com/embedthis/patch-mbedtls/archive/2.8.0.tar.gz"
  15. },
  16. "files": [
  17. "dist/"
  18. ],
  19. "import": true,
  20. "origin": "ARMmbed/mbedtls"
  21. }