{"id":42286746,"url":"https://github.com/borkdude/parmezan","last_synced_at":"2026-01-27T09:18:12.718Z","repository":{"id":324904472,"uuid":"1098332081","full_name":"borkdude/parmezan","owner":"borkdude","description":"Parmezan fixes unbalanced or unexpected parens or other delimiters in Clojure files","archived":false,"fork":false,"pushed_at":"2026-01-01T12:37:38.000Z","size":8,"stargazers_count":20,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-22T15:45:47.370Z","etag":null,"topics":["clojure"],"latest_commit_sha":null,"homepage":"","language":"Clojure","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/borkdude.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":"borkdude"}},"created_at":"2025-11-17T14:56:14.000Z","updated_at":"2026-01-20T15:00:08.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/borkdude/parmezan","commit_stats":null,"previous_names":["borkdude/parmezan"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/borkdude/parmezan","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/borkdude%2Fparmezan","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/borkdude%2Fparmezan/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/borkdude%2Fparmezan/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/borkdude%2Fparmezan/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/borkdude","download_url":"https://codeload.github.com/borkdude/parmezan/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/borkdude%2Fparmezan/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28810475,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-27T07:41:26.337Z","status":"ssl_error","status_checked_at":"2026-01-27T07:41:08.776Z","response_time":168,"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":["clojure"],"created_at":"2026-01-27T09:18:11.928Z","updated_at":"2026-01-27T09:18:12.682Z","avatar_url":"https://github.com/borkdude.png","language":"Clojure","funding_links":["https://github.com/sponsors/borkdude"],"categories":[],"sub_categories":[],"readme":"# Parmezan\n\nParmezan fixes unbalanced or unexpected parens or other delimiters in Clojure files.\n\n## API\n\nThe main API function is `borkdude.parmezan/parmezan` which takes a string of Clojure and returns a fixed string of Clojure.\n\n## Command line\n\nOptions:\n\n```\n  --file  The file you want to fix\n  --write Modify file in place\n```\n\nThe CLI `-main` function is `borkdude.parmezan.cli/-main`.\nThe CLI exec function is `borkdude.parmezan.cli/exec`.\n\n## Install\n\nFor babashka, you can install this tool with [bbin](https://github.com/babashka/bbin):\n\n```\nbbin install io.github.borkdude/parmezan\n```\n\n## Emacs integration\n\nOnce installed with bbin, you can hook this tool up with Emacs like this:\n\n``` elisp\n(defun parmezan ()\n  \"Run parmezan on the current buffer.\"\n  (interactive)\n  (when (buffer-file-name)\n    (save-buffer)\n    (shell-command (format \"parmezan --file %s --write\"\n                          (shell-quote-argument (buffer-file-name))))\n    (revert-buffer t t t)))\n```\n\nIn a file with unbalanced delimiters, you then call `M-x parmezan` to fix it.\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fborkdude%2Fparmezan","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fborkdude%2Fparmezan","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fborkdude%2Fparmezan/lists"}