{"id":29091129,"url":"https://github.com/superpuero/kawa_meta","last_synced_at":"2025-06-28T06:05:42.056Z","repository":{"id":301250796,"uuid":"1008651490","full_name":"superPuero/kawa_meta","owner":"superPuero","description":"Header-only, little meta utility library made with c++ 17","archived":false,"fork":false,"pushed_at":"2025-06-25T22:15:42.000Z","size":14,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-06-25T23:22:27.952Z","etag":null,"topics":["constexpr","cpp","cpp17","meta","metaprogramming","utility"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/superPuero.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2025-06-25T22:07:14.000Z","updated_at":"2025-06-25T22:15:46.000Z","dependencies_parsed_at":"2025-06-25T23:32:35.659Z","dependency_job_id":null,"html_url":"https://github.com/superPuero/kawa_meta","commit_stats":null,"previous_names":["superpuero/kawa_meta"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/superPuero/kawa_meta","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/superPuero%2Fkawa_meta","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/superPuero%2Fkawa_meta/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/superPuero%2Fkawa_meta/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/superPuero%2Fkawa_meta/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/superPuero","download_url":"https://codeload.github.com/superPuero/kawa_meta/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/superPuero%2Fkawa_meta/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262382729,"owners_count":23302296,"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":["constexpr","cpp","cpp17","meta","metaprogramming","utility"],"created_at":"2025-06-28T06:05:39.866Z","updated_at":"2025-06-28T06:05:42.040Z","avatar_url":"https://github.com/superPuero.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ⛓️‍💥 **kawa::meta**\n\nA lightweight, header-only C++17+ library for compile-time type name introspection and hashing.\n\n## Features\n\n- Extracts human-readable type names at compile time\n- Computes deterministic FNV-1a hashes for types and strings\n- Cross-compiler support for Clang, GCC, and MSVC\n- `type_info` utility struct for name/hash pairing\n\n## Example\n\n```cpp\n#include \"kawa_meta.hpp\"\n\nconstexpr auto name = kawa::meta::type_name\u003cint\u003e(); // \"int\"\nconstexpr auto hash = kawa::meta::type_hash\u003cint\u003e();\n\nstatic_assert(hash == kawa::meta::string_hash(\"int\"));\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsuperpuero%2Fkawa_meta","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsuperpuero%2Fkawa_meta","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsuperpuero%2Fkawa_meta/lists"}