{"id":14990808,"url":"https://github.com/ikskuh/zig-bearssl","last_synced_at":"2025-08-21T12:30:46.608Z","repository":{"id":39906467,"uuid":"265717854","full_name":"ikskuh/zig-bearssl","owner":"ikskuh","description":"A BearSSL binding for Zig","archived":false,"fork":false,"pushed_at":"2024-08-21T12:32:27.000Z","size":1061,"stargazers_count":31,"open_issues_count":1,"forks_count":11,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-12-09T08:53:06.809Z","etag":null,"topics":["bearssl","ssl","tls","zig","zig-package","ziglang"],"latest_commit_sha":null,"homepage":null,"language":"C","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/ikskuh.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},"funding":{"github":"MasterQ32"}},"created_at":"2020-05-21T00:42:45.000Z","updated_at":"2024-08-21T06:47:19.000Z","dependencies_parsed_at":"2024-09-15T19:21:22.148Z","dependency_job_id":null,"html_url":"https://github.com/ikskuh/zig-bearssl","commit_stats":{"total_commits":37,"total_committers":8,"mean_commits":4.625,"dds":0.6486486486486487,"last_synced_commit":"553a0ea3927cc35c0fad796c6acaf6087a3ea513"},"previous_names":["ikskuh/zig-bearssl"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ikskuh%2Fzig-bearssl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ikskuh%2Fzig-bearssl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ikskuh%2Fzig-bearssl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ikskuh%2Fzig-bearssl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ikskuh","download_url":"https://codeload.github.com/ikskuh/zig-bearssl/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":230511479,"owners_count":18237657,"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","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":["bearssl","ssl","tls","zig","zig-package","ziglang"],"created_at":"2024-09-24T14:20:53.387Z","updated_at":"2025-08-21T12:30:46.600Z","avatar_url":"https://github.com/ikskuh.png","language":"C","funding_links":["https://github.com/sponsors/MasterQ32"],"categories":[],"sub_categories":[],"readme":"# zig-bearssl\nA [BearSSL](https://bearssl.org/) binding for Zig, providing primitive (and probably unsafe, i'm no SSL expert) bindings for SSL and TLS connections to generic zig code.\n\n## Adding to your project\n\nYou can pull this into your project with:\n```sh\n zig fetch --save git+https://github.com/ikskuh/zig-bearssl\n```\n\nThen in your `build.zig` you can add the module.\n\n```zig\n// Assuming you have `target` and `optimize` defined already\n\nconst bearssl = b.dependency(\n    \"zig_bearssl\",\n    .{ .target = target, .optimize = optimize },\n);\n\n// Assuming you have an `exe_mod` representing your module\nexe_mod.addImport(\"bearssl\", bearssl.module(\"bearssl\"));\n```\n\nThen from inside your zig code you can do:\n\n```zig\nconst bearssl = @import(\"bearssl\")\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fikskuh%2Fzig-bearssl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fikskuh%2Fzig-bearssl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fikskuh%2Fzig-bearssl/lists"}