{"id":15667914,"url":"https://github.com/rupurt/utc","last_synced_at":"2025-06-15T10:02:16.360Z","repository":{"id":225042130,"uuid":"760113810","full_name":"rupurt/utc","owner":"rupurt","description":"The universal transpiler collection","archived":false,"fork":false,"pushed_at":"2024-02-29T00:31:51.000Z","size":5,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-15T10:02:01.890Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/rupurt.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}},"created_at":"2024-02-19T20:08:59.000Z","updated_at":"2024-02-29T00:30:22.000Z","dependencies_parsed_at":"2024-02-29T01:36:23.260Z","dependency_job_id":"54028c5d-99ab-4440-b7a8-46c90dc4b107","html_url":"https://github.com/rupurt/utc","commit_stats":null,"previous_names":["rupurt/utc"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rupurt/utc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rupurt%2Futc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rupurt%2Futc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rupurt%2Futc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rupurt%2Futc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rupurt","download_url":"https://codeload.github.com/rupurt/utc/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rupurt%2Futc/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259957050,"owners_count":22937532,"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":[],"created_at":"2024-10-03T14:05:50.201Z","updated_at":"2025-06-15T10:02:16.313Z","avatar_url":"https://github.com/rupurt.png","language":"Zig","funding_links":[],"categories":[],"sub_categories":[],"readme":"# utc\n\nThe universal transpiler collection\n\n## Usage\n\n1. Add `utc` as a dependency in your `build.zig.zon`\n```zig\n.{\n    .name = \"\u003cname_of_your_package\u003e\",\n    .version = \"\u003cversion_of_your_package\u003e\",\n    .dependencies = .{\n        .zodbc = .{\n            .url = \"https://github.com/rupurt/utc/archive/\u003cgit_tag_or_commit_hash\u003e.tar.gz\",\n            .hash = \"\u003cpackage_hash\u003e\",\n        },\n    },\n}\n```\n\nSet `\u003cpackage_hash\u003e` to `12200000000000000000000000000000000000000000000000000000000000000000`, and Zig will provide the correct found value in an error message.\n\n2. Add `utc` as a dependency module in your `build.zig`\n```zig\n// ...\nconst utc_dep = b.dependency(\"utc\", .{ .target = target, .optimize = optimize });\nexe.root_module.addImport(\"utc\", zodbc_dep.module(\"utc\"));\n```\n\n## Development\n\n```shell\n\u003e nix develop -c $SHELL\n```\n\n```shell\n\u003e make\n```\n\n```shell\n\u003e make test\n```\n\n```shell\n\u003e make run\n```\n\n```shell\n\u003e make clean\n```\n\n```shell\n\u003e make build\n```\n\n```shell\n\u003e make exec\n```\n\n# License\n\n`utc` is released under the [MIT license](./LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frupurt%2Futc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frupurt%2Futc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frupurt%2Futc/lists"}