{"id":14965927,"url":"https://github.com/raku/flycheck-raku","last_synced_at":"2025-10-19T09:30:21.451Z","repository":{"id":66803490,"uuid":"345306054","full_name":"Raku/flycheck-raku","owner":"Raku","description":"Raku support for Flycheck","archived":false,"fork":false,"pushed_at":"2022-04-20T07:33:43.000Z","size":78,"stargazers_count":6,"open_issues_count":0,"forks_count":2,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-01-29T11:22:06.353Z","etag":null,"topics":["flycheck","raku","raku-flycheck","syntax-checker"],"latest_commit_sha":null,"homepage":"","language":"Emacs Lisp","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Raku.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGES.md","contributing":null,"funding":null,"license":"COPYING","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":"2021-03-07T09:30:26.000Z","updated_at":"2024-11-20T10:13:34.000Z","dependencies_parsed_at":"2023-07-31T15:01:18.764Z","dependency_job_id":null,"html_url":"https://github.com/Raku/flycheck-raku","commit_stats":{"total_commits":22,"total_committers":7,"mean_commits":3.142857142857143,"dds":0.6818181818181819,"last_synced_commit":"4da1970a75396aff1957b07f7579c1de6b817e6b"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Raku%2Fflycheck-raku","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Raku%2Fflycheck-raku/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Raku%2Fflycheck-raku/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Raku%2Fflycheck-raku/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Raku","download_url":"https://codeload.github.com/Raku/flycheck-raku/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":237092997,"owners_count":19254327,"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":["flycheck","raku","raku-flycheck","syntax-checker"],"created_at":"2024-09-24T13:35:34.999Z","updated_at":"2025-10-19T09:30:16.075Z","avatar_url":"https://github.com/Raku.png","language":"Emacs Lisp","funding_links":[],"categories":[],"sub_categories":[],"readme":"`flycheck-raku`\n================\n\nMake [Flycheck][] syntax-check Raku code.\n\n![Emacs screenshot with flycheck-raku](flycheck-raku-screenshot.png)\n\nInstallation\n------------\n\nWith [`use-package`][use-package] in your init file:\n\n```el\n(use-package flycheck\n  :ensure t\n  :defer t\n  :hook (prog-mode . flycheck-mode))\n\n(use-package flycheck-raku\n  :ensure t)\n```\n\nOr in your [`Cask`][cask] file:\n\n```cl\n(source melpa)\n\n(depends-on \"flycheck-raku\")\n```\n\nOr manually from [MELPA][] with \u003ckbd\u003eM-x package-refresh-contents\u003c/kbd\u003e\nand \u003ckbd\u003eM-x package-install RET flycheck-raku\u003c/kbd\u003e.\n\nUsage\n-----\n\nJust use Flycheck as usual in [Raku Mode][raku-mode].\n\nLicense\n-------\n\nThis program is free software: you can redistribute it and/or modify it under\nthe terms of the GNU General Public License as published by the Free Software\nFoundation, either version 3 of the License, or (at your option) any later\nversion.\n\nThis program is distributed in the hope that it will be useful, but WITHOUT ANY\nWARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A\nPARTICULAR PURPOSE.  See the GNU General Public License for more details.\n\nYou should have received a copy of the GNU General Public License along with\nthis program.  If not, see http://www.gnu.org/licenses/.\n\nSee [`COPYING`][copying] for details.\n\n[Flycheck]: https://github.com/flycheck/flycheck\n[use-package]: https://github.com/jwiegley/use-package\n[Cask]: https://github.com/cask/cask\n[MELPA]: http://melpa.milkbox.net\n[ORIGCOPYING]: https://github.com/hinrik/flycheck-perl6/blob/master/COPYING\n[COPYING]: https://github.com/widefox/flycheck-raku/blob/master/COPYING\n[raku-mode]: https://github.com/Raku/raku-mode\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraku%2Fflycheck-raku","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fraku%2Fflycheck-raku","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraku%2Fflycheck-raku/lists"}