{"id":13861529,"url":"https://github.com/purcell/flycheck-package","last_synced_at":"2025-04-11T05:43:44.233Z","repository":{"id":51800839,"uuid":"71021630","full_name":"purcell/flycheck-package","owner":"purcell","description":"Flycheck checker for elisp package metadata","archived":false,"fork":false,"pushed_at":"2024-11-07T07:35:18.000Z","size":92,"stargazers_count":42,"open_issues_count":4,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-25T03:31:28.029Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Emacs Lisp","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/purcell.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":null,"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},"funding":{"patreon":"sanityinc"}},"created_at":"2016-10-16T00:33:31.000Z","updated_at":"2025-02-27T21:09:00.000Z","dependencies_parsed_at":"2024-04-08T16:59:01.284Z","dependency_job_id":"45639bc0-0c3b-4eda-9cbf-e585a72a5ec6","html_url":"https://github.com/purcell/flycheck-package","commit_stats":null,"previous_names":[],"tags_count":14,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/purcell%2Fflycheck-package","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/purcell%2Fflycheck-package/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/purcell%2Fflycheck-package/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/purcell%2Fflycheck-package/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/purcell","download_url":"https://codeload.github.com/purcell/flycheck-package/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248351452,"owners_count":21089270,"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-08-05T06:01:24.465Z","updated_at":"2025-04-11T05:43:44.208Z","avatar_url":"https://github.com/purcell.png","language":"Emacs Lisp","readme":"[![Melpa Status](http://melpa.org/packages/flycheck-package-badge.svg)](http://melpa.org/#/flycheck-package)\n[![Melpa Stable Status](http://stable.melpa.org/packages/flycheck-package-badge.svg)](http://stable.melpa.org/#/flycheck-package)\n[![Build Status](https://github.com/purcell/flycheck-package/actions/workflows/test.yml/badge.svg)](https://github.com/purcell/flycheck-package/actions/workflows/test.yml)\n\u003ca href=\"https://www.patreon.com/sanityinc\"\u003e\u003cimg alt=\"Support me\" src=\"https://img.shields.io/badge/Support%20Me-%F0%9F%92%97-ff69b4.svg\"\u003e\u003c/a\u003e\n\nflycheck-package\n===============\n\nThis library provides a [flycheck][] checker for the metadata in Emacs\nLisp files which are intended to be packages.  That metadata includes the\npackage description, its dependencies and more.  The checks are\nperformed by the\nseparate [package-lint](https://github.com/purcell/package-lint)\nlibrary.\n\nCurrently the checker is only activated if a `;; Package-Requires:`,\n`;; Version:` or `;; Package-Version:` header is present in the current\nbuffer.\n\nInstallation\n------------\n\nYou'll need Emacs 24 for `flycheck`, so the recommended way to get\n`flycheck-package` is as a package from the [MELPA][melpa]\nrepository. The version of `flycheck-package` there will always be\nup-to-date. There are also packages in [MELPA Stable][melpa-stable], which\ntrack the [latest numbered tag][tags].\n\nIf you insist on doing things the hard way, first ensure `flycheck`\nand `package-lint` are installed, then download this code and add the\ndirectory to your Emacs `load-path`.\n\nThen, in your `init.el`:\n\n```elisp\n(eval-after-load 'flycheck\n  '(flycheck-package-setup))\n```\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\n[COPYING](https://github.com/purcell/flycheck-package/blob/master/COPYING)\nfor details.\n\nCredits\n-------\n\n`flycheck-package` was written by\n[Steve Purcell](https://github.com/purcell) with significant\ncontributions from [Fanael Linithien](https://github.com/Fanael).\n\n\u003chr\u003e\n\n[💝 Support this project and my other Open Source work via Patreon](https://www.patreon.com/sanityinc)\n\n[💼 LinkedIn profile](https://uk.linkedin.com/in/stevepurcell)\n\n[✍ sanityinc.com](http://www.sanityinc.com/)\n\n[flycheck]: https://github.com/flycheck/flycheck\n[tags]: https://github.com/purcell/flycheck-package/tags\n[ledger]: https://ledger-cli.org/\n[melpa-stable]: http://stable.melpa.org\n[melpa]: http://melpa.org\n","funding_links":["https://patreon.com/sanityinc","https://www.patreon.com/sanityinc"],"categories":["Emacs Lisp"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpurcell%2Fflycheck-package","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpurcell%2Fflycheck-package","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpurcell%2Fflycheck-package/lists"}