{"id":22131099,"url":"https://github.com/slamdev/rules_yq","last_synced_at":"2026-03-19T21:53:17.590Z","repository":{"id":40788765,"uuid":"449641373","full_name":"slamdev/rules_yq","owner":"slamdev","description":null,"archived":false,"fork":false,"pushed_at":"2024-08-02T11:53:06.000Z","size":33,"stargazers_count":0,"open_issues_count":14,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-01-29T14:45:10.777Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Starlark","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/slamdev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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":"2022-01-19T10:14:31.000Z","updated_at":"2022-01-19T10:15:34.000Z","dependencies_parsed_at":"2023-01-21T16:00:33.257Z","dependency_job_id":"f204ce4a-1827-4497-a4d0-baaa1d49c1b2","html_url":"https://github.com/slamdev/rules_yq","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/slamdev%2Frules_yq","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/slamdev%2Frules_yq/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/slamdev%2Frules_yq/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/slamdev%2Frules_yq/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/slamdev","download_url":"https://codeload.github.com/slamdev/rules_yq/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245240887,"owners_count":20583102,"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-12-01T18:29:47.736Z","updated_at":"2026-01-06T01:02:31.657Z","avatar_url":"https://github.com/slamdev.png","language":"Starlark","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Bazel rules for [yq](https://github.com/mikefarah/yq)\n\n## Installation\n\nInclude this in your WORKSPACE file:\n\n```starlark\nload(\"@bazel_tools//tools/build_defs/repo:http.bzl\", \"http_archive\")\n\nhttp_archive(\n    name = \"slamdev_rules_yq\",\n    url = \"https://github.com/slamdev/rules_yq/releases/download/0.0.0/slamdev_rules_yq-v0.0.0.tar.gz\",\n    sha256 = \"\",\n)\n\nload(\"@slamdev_rules_yq//yq:repositories.bzl\", \"yq_register_toolchains\", \"rules_yq_dependencies\")\n\nrules_yq_dependencies()\n\nyq_register_toolchains(\n    name = \"yq4_16_2\",\n    yq_version = \"4.16.2\",\n)\n```\n\n\u003e note, in the above, replace the version and sha256 with the one indicated\n\u003e in the release notes for rules_yq.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fslamdev%2Frules_yq","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fslamdev%2Frules_yq","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fslamdev%2Frules_yq/lists"}