{"id":21384741,"url":"https://github.com/bzlparty/rules_quickjs","last_synced_at":"2026-02-18T18:33:45.034Z","repository":{"id":214671881,"uuid":"736764337","full_name":"bzlparty/rules_quickjs","owner":"bzlparty","description":"Bazel Rules for QuickJS","archived":false,"fork":false,"pushed_at":"2024-08-05T21:27:12.000Z","size":141,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-21T06:58:43.532Z","etag":null,"topics":["bazel","bazel-rules","quickjs"],"latest_commit_sha":null,"homepage":"","language":"Starlark","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bzlparty.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":"2023-12-28T20:08:43.000Z","updated_at":"2025-08-07T03:11:49.000Z","dependencies_parsed_at":"2024-08-05T23:47:00.829Z","dependency_job_id":null,"html_url":"https://github.com/bzlparty/rules_quickjs","commit_stats":null,"previous_names":["bzlparty/rules_quickjs"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/bzlparty/rules_quickjs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bzlparty%2Frules_quickjs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bzlparty%2Frules_quickjs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bzlparty%2Frules_quickjs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bzlparty%2Frules_quickjs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bzlparty","download_url":"https://codeload.github.com/bzlparty/rules_quickjs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bzlparty%2Frules_quickjs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29589651,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-18T16:55:40.614Z","status":"ssl_error","status_checked_at":"2026-02-18T16:55:37.558Z","response_time":162,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["bazel","bazel-rules","quickjs"],"created_at":"2024-11-22T11:42:59.189Z","updated_at":"2026-02-18T18:33:45.012Z","avatar_url":"https://github.com/bzlparty.png","language":"Starlark","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Bazel Rules for QuickJS\n\n[![Test](https://github.com/bzlparty/rules_quickjs/actions/workflows/test.yaml/badge.svg?branch=main\u0026event=push)](https://github.com/bzlparty/rules_quickjs/actions/workflows/test.yaml)\n[![Release](https://img.shields.io/github/v/release/bzlparty/rules_quickjs?label=Release)](https://github.com/bzlparty/rules_quickjs/releases/latest)\n\nThis project brings [quickjs-ng/quickjs](https://github.com/quickjs-ng/quickjs) to Bazel!\nInspired by (and based on) [rules_js](https://github.com/aspect-build/rules_js), it lets you run JavaScript with `qjs` under Bazel.\n\n## Installation\n\nSee install instructions on the [release page](https://github.com/bzlparty/rules_quickjs/releases).\n\n## Usage\n\nIn a `BUILD.bazel` file:\n\n```starlark\nload(\"@bzlparty_rules_quickjs//quickjs:defs.bzl\", \"qjs_binary\")\n\nqjs_binary(\n    name = \"index\",\n    entry_point = \":index.js\",\n)\n```\n\nSee the [rules documentation](/docs/rules.md) for more details.\n\nRun `qjs` from Bazel:\n\n```bash\nbazel run @bzlparty_quickjs//:qjs\n```\n\n## License\n\nCopyright Contributors to the bzlparty project.\n\nUnless otherwise specified, source code in this repository is licensed under the GNU Lesser General Public License, Version 3 or later (LGPL-3.0-or-later). A copy is included in the `LICENSE` file.\n\nOther licenses may be specified as well for certain files or where third-party components are used.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbzlparty%2Frules_quickjs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbzlparty%2Frules_quickjs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbzlparty%2Frules_quickjs/lists"}