zig-devel/mbedtls
No description provided.
e185d7fd85499c8ce5ca2a54f5cf8fe7dbe3f8df.tar.gz
An open source, portable, easy to use, readable and flexible TLS library
Install library:
zig fetch --save https://github.com/zig-devel/mbedtls/archive/refs/tags/3.6.5-0.tar.gz
Statically link with mod
module:
const mbedtls = b.dependency("mbedtls", .{
.target = target,
.optimize = optimize,
});
mod.linkLibrary(mbedtls.artifact("mbedtls"));
All code in this repo is double-licensed under 0BSD OR Apache-2.0.