123456789101112131415161718192021 |
- {
- "name": "mbedtls",
- "version": "2.8.0",
- "description": "MbedTLS Source Code",
- "license": "Apache",
- "keywords": [
- "mbedtls",
- "ssl",
- "tls"
- ],
- "repository": {
- "type": "git",
- "url": "git://github.com/ARMmbed/mbedtls.git",
- "patch": "https://github.com/embedthis/patch-mbedtls/archive/2.8.0.tar.gz"
- },
- "files": [
- "dist/"
- ],
- "import": true,
- "origin": "ARMmbed/mbedtls"
- }
|