{
    "name": "mbedtls",
    "buildsystem": "cmake-ninja",
    "builddir": true,
    "config-opts": [
        "-DCMAKE_BUILD_TYPE=Release",
        "-DCMAKE_POSITION_INDEPENDENT_CODE=ON",
        "-DUSE_SHARED_MBEDTLS_LIBRARY=ON",
        "-DUSE_STATIC_MBEDTLS_LIBRARY=OFF",
        "-DENABLE_TESTING=OFF",
        "-DENABLE_PROGRAMS=OFF"
    ],
    "cleanup": [
        "/include"
    ],
    "sources": [
        {
            "type": "git",
            "url": "https://github.com/ARMmbed/mbedtls.git",
            "commit": "1873d3bfc2da771672bd8e7e8f41f57e0af77f33",
            "tag": "v3.4.0"
        }
    ]
}
