{"id":51685413,"url":"https://github.com/tinysec/wdk-z3","last_synced_at":"2026-07-15T19:34:35.477Z","repository":{"id":364969649,"uuid":"1262579730","full_name":"tinysec/wdk-z3","owner":"tinysec","description":null,"archived":false,"fork":false,"pushed_at":"2026-06-15T09:09:36.000Z","size":210,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-06-15T11:38:42.392Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tinysec.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-06-08T05:54:23.000Z","updated_at":"2026-06-15T09:09:39.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/tinysec/wdk-z3","commit_stats":null,"previous_names":["tinysec/wdk-z3"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/tinysec/wdk-z3","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tinysec%2Fwdk-z3","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tinysec%2Fwdk-z3/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tinysec%2Fwdk-z3/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tinysec%2Fwdk-z3/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tinysec","download_url":"https://codeload.github.com/tinysec/wdk-z3/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tinysec%2Fwdk-z3/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35519051,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-15T02:00:06.706Z","response_time":131,"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":[],"created_at":"2026-07-15T19:34:35.071Z","updated_at":"2026-07-15T19:34:35.469Z","avatar_url":"https://github.com/tinysec.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# wdk-z3\n\n[![WDK](https://img.shields.io/badge/WDK-7.1-blue)](#)\n[![Z3](https://img.shields.io/badge/Z3-4.16.0-informational)](#)\n[![CMake](https://img.shields.io/badge/CMake-package-064f8c)](#usage)\n[![API](https://img.shields.io/badge/API-C-064f8c)](#features)\n\n## Introduction\n\n`wdk-z3` is a WDK 7 compatible header and import-library package for the\nZ3 C API. Exact build tags include the GitHub Actions build number, such as\n`v4.16.0.123`. The floating tag `v4.16.0` is an alias for the latest exact\nbuild tag for Z3 `4.16.0`.\n\n## Features\n\n- WDK 7 friendly Z3 C API headers.\n- `amd64` and `i386` `z3.lib` import libraries for `z3.dll`.\n- CMake package target: `z3::z3`.\n- No bundled Z3 source tree.\n- No runtime DLLs committed to git.\n\n## Usage\n\nUse `FetchContent` and always pin `GIT_TAG`:\n\n```cmake\ninclude(FetchContent)\n\nFetchContent_Declare(\n    z3\n    GIT_REPOSITORY https://github.com/tinysec/wdk-z3.git\n    GIT_TAG v4.16.0)\nFetchContent_MakeAvailable(z3)\n\ntarget_link_libraries(your_target PRIVATE z3::z3)\n```\n\nUse an installed package:\n\n```cmake\nfind_package(z3 4.16 CONFIG REQUIRED)\n\ntarget_link_libraries(your_target PRIVATE z3::z3)\n```\n\nThe selected architecture follows `WDK7_ARCH`; otherwise pass\n`-DZ3_ARCH=amd64` or `-DZ3_ARCH=i386`.\n\nIf CMake should copy an external runtime DLL next to an executable:\n\n```cmake\nset(Z3_RUNTIME_DLL \"D:/path/to/z3.dll\" CACHE FILEPATH \"\")\ntarget_link_libraries(your_target PRIVATE z3::z3)\nz3_copy_runtime(your_target)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftinysec%2Fwdk-z3","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftinysec%2Fwdk-z3","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftinysec%2Fwdk-z3/lists"}