{"id":14832031,"url":"https://github.com/yamafaktory/hypergraphz","last_synced_at":"2025-04-07T08:18:14.953Z","repository":{"id":250319676,"uuid":"833830914","full_name":"yamafaktory/hypergraphz","owner":"yamafaktory","description":"HypergraphZ - A Hypergraph Implementation in Zig","archived":false,"fork":false,"pushed_at":"2025-03-07T15:35:52.000Z","size":105,"stargazers_count":104,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-31T07:07:30.923Z","etag":null,"topics":["graph","graph-algorithms","hypergraph","zig","zig-library","zig-package","ziglang"],"latest_commit_sha":null,"homepage":"https://yamafaktory.github.io/hypergraphz/","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/yamafaktory.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":"2024-07-25T21:03:49.000Z","updated_at":"2025-03-23T23:58:17.000Z","dependencies_parsed_at":"2024-09-24T16:04:23.393Z","dependency_job_id":"a3feea59-c9e4-42db-9bc7-5aa45b66c948","html_url":"https://github.com/yamafaktory/hypergraphz","commit_stats":{"total_commits":57,"total_committers":1,"mean_commits":57.0,"dds":0.0,"last_synced_commit":"38fd8973b31ecac3089485558b951543906f555a"},"previous_names":["yamafaktory/hyperzig"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yamafaktory%2Fhypergraphz","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yamafaktory%2Fhypergraphz/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yamafaktory%2Fhypergraphz/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yamafaktory%2Fhypergraphz/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yamafaktory","download_url":"https://codeload.github.com/yamafaktory/hypergraphz/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247615385,"owners_count":20967184,"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":["graph","graph-algorithms","hypergraph","zig","zig-library","zig-package","ziglang"],"created_at":"2024-09-18T23:01:02.165Z","updated_at":"2025-04-07T08:18:14.932Z","avatar_url":"https://github.com/yamafaktory.png","language":"Zig","funding_links":[],"categories":["Libraries","Language Essentials"],"sub_categories":["Data Structure and Algorithm"],"readme":"# HypergraphZ - A Hypergraph Implementation in Zig\n\n![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/yamafaktory/hypergraphz/ci.yml?branch=main\u0026style=flat-square)\n\nHypergraphZ is a directed hypergraph implementation in Zig (https://en.wikipedia.org/wiki/Hypergraph):\n\n- Each hyperedge can contain zero, one (unary) or multiple vertices.\n- Each hyperedge can contain vertices directed to themselves one or more times.\n\n## Usage\n\nAdd `hypergraphz` as a dependency to your `build.zig.zon`:\n\n```sh\nzig fetch --save https://github.com/yamafaktory/hypergraphz/archive/\u003ccommit-hash\u003e.tar.gz\n```\n\nAdd `hypergraphz` as a dependency to your `build.zig`:\n\n```zig\nconst hypergraphz = b.dependency(\"hypergraphz\", .{\n    .target = target,\n    .optimize = optimize,\n});\nexe.root_module.addImport(\"hypergraphz\", hypergraphz.module(\"hypergraphz\"));\n```\n\n## Documentation\n\nThe latest online documentation can be found [here](https://yamafaktory.github.io/hypergraphz/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyamafaktory%2Fhypergraphz","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyamafaktory%2Fhypergraphz","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyamafaktory%2Fhypergraphz/lists"}