{"id":15394125,"url":"https://github.com/mattnite/zig-mbedtls","last_synced_at":"2025-08-18T11:07:08.703Z","repository":{"id":45193130,"uuid":"439400319","full_name":"mattnite/zig-mbedtls","owner":"mattnite","description":"compile mbedtls in your build.zig","archived":false,"fork":false,"pushed_at":"2024-04-09T23:38:01.000Z","size":20,"stargazers_count":4,"open_issues_count":1,"forks_count":7,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-15T23:56:29.483Z","etag":null,"topics":["build","mbedtls","tls","zig","zig-package"],"latest_commit_sha":null,"homepage":"","language":"Zig","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mattnite.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-12-17T16:49:52.000Z","updated_at":"2024-10-25T15:52:17.000Z","dependencies_parsed_at":"2024-10-19T02:14:36.965Z","dependency_job_id":null,"html_url":"https://github.com/mattnite/zig-mbedtls","commit_stats":{"total_commits":14,"total_committers":4,"mean_commits":3.5,"dds":0.2142857142857143,"last_synced_commit":"453655c0c1d07174ab48aa01caef7b50216aa758"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mattnite/zig-mbedtls","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattnite%2Fzig-mbedtls","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattnite%2Fzig-mbedtls/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattnite%2Fzig-mbedtls/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattnite%2Fzig-mbedtls/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mattnite","download_url":"https://codeload.github.com/mattnite/zig-mbedtls/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattnite%2Fzig-mbedtls/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270982194,"owners_count":24679447,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-18T02:00:08.743Z","response_time":89,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["build","mbedtls","tls","zig","zig-package"],"created_at":"2024-10-01T15:21:58.920Z","updated_at":"2025-08-18T11:07:08.679Z","avatar_url":"https://github.com/mattnite.png","language":"Zig","readme":"# mbedtls build package\n\n[![ci](https://github.com/mattnite/zig-mbedtls/actions/workflows/ci.yml/badge.svg)](https://github.com/mattnite/zig-mbedtls/actions/workflows/ci.yml)\n\n## Like this project?\n\nIf you like this project or other works of mine, please consider [donating to or sponsoring me](https://github.com/sponsors/mattnite) on Github [:heart:](https://github.com/sponsors/mattnite)\n\n## How to use\n\nThis repo contains code for your `build.zig` that can statically compile mbedtls.\n\n### Link to your application\n\nIn order to statically link mbedtls into your application:\n\n```zig\nconst mbedtls = @import(\"path/to/mbedtls.zig\");\n\npub fn build(b: *std.build.Builder) void {\n    // ...\n\n    const lib = mbedtls.create(b, target, optimize);\n\n    const exe = b.addExecutable(.{\n        .name = \"my-program\",\n        .root_source_file = .{ .path = \"src/main.zig\" },\n        .target = target,\n        .optimize = optimize,\n    });\n    lib.link(exe);\n}\n```\n","funding_links":["https://github.com/sponsors/mattnite"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmattnite%2Fzig-mbedtls","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmattnite%2Fzig-mbedtls","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmattnite%2Fzig-mbedtls/lists"}