{"id":16370879,"url":"https://github.com/liquidz/iced-nrepl","last_synced_at":"2025-03-21T01:31:32.644Z","repository":{"id":35002936,"uuid":"147799854","full_name":"liquidz/iced-nrepl","owner":"liquidz","description":"nREPL middleware to support vim-iced.","archived":false,"fork":false,"pushed_at":"2023-05-07T20:20:55.000Z","size":278,"stargazers_count":13,"open_issues_count":1,"forks_count":2,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-03-01T01:32:10.834Z","etag":null,"topics":["clojure","nrepl","nrepl-middleware","vim-iced"],"latest_commit_sha":null,"homepage":"","language":"Clojure","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"epl-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/liquidz.png","metadata":{"files":{"readme":"README.adoc","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":"2018-09-07T09:09:55.000Z","updated_at":"2022-09-17T20:18:21.000Z","dependencies_parsed_at":"2024-10-28T09:13:03.114Z","dependency_job_id":"af6e86e9-a8ed-4ca1-9e2e-b3e0e7e098c0","html_url":"https://github.com/liquidz/iced-nrepl","commit_stats":{"total_commits":453,"total_committers":3,"mean_commits":151.0,"dds":"0.019867549668874163","last_synced_commit":"b27b36c63d5e4e897d8e7858ae573bfff40d45b6"},"previous_names":[],"tags_count":71,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liquidz%2Ficed-nrepl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liquidz%2Ficed-nrepl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liquidz%2Ficed-nrepl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liquidz%2Ficed-nrepl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/liquidz","download_url":"https://codeload.github.com/liquidz/iced-nrepl/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244097064,"owners_count":20397534,"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":["clojure","nrepl","nrepl-middleware","vim-iced"],"created_at":"2024-10-11T03:06:22.358Z","updated_at":"2025-03-21T01:31:32.375Z","avatar_url":"https://github.com/liquidz.png","language":"Clojure","funding_links":[],"categories":[],"sub_categories":[],"readme":"= iced nREPL\n\nhttps://github.com/nrepl/nREPL[nREPL] middleware to support https://github.com/liquidz/vim-iced[vim-iced].\n\n\nimage:https://github.com/liquidz/iced-nrepl/workflows/build/badge.svg[\"GitHub Actions for build workflow\", link=\"https://github.com/liquidz/iced-nrepl/actions?query=workflow%3Abuild\"]\nimage:https://github.com/liquidz/iced-nrepl/workflows/lint/badge.svg[\"GitHub Actions for lint workflow\", link=\"https://github.com/liquidz/iced-nrepl/actions?query=workflow%3Alint\"]\nimage:https://github.com/liquidz/iced-nrepl/workflows/dependencies/badge.svg[\"GitHub Actions for dependencies workflow\", link=\"https://github.com/liquidz/iced-nrepl/actions?query=workflow%3Adependencies\"]\nimage:https://codecov.io/gh/liquidz/iced-nrepl/branch/master/graph/badge.svg[\"Codecov\", link=\"https://codecov.io/gh/liquidz/iced-nrepl\"]\nimage:https://img.shields.io/clojars/v/com.github.liquidz/iced-nrepl.svg[\"Clojars Project\", link=\"https://clojars.org/com.github.liquidz/iced-nrepl\"]\n\n== Ops\n\n[cols=\"4*,a\"]\n|===\n| Op name | Required | Optional | Return | Note\n\n| iced-version\n|\n|\n| `:version`\n|\n\n| iced-project-ns-list\n|\n|\n| `:project-ns-list`\n|\n\n| iced-pseudo-ns-path\n| `:ns`\n|\n| `:path`\n|\n\n| iced-java-class-candidates\n| `:symbol`\n| `:class-map`\n| `:candidates`\n|\n\n| iced-set-indentation-rules\n| `:rules`\n| `:overwrite?`\n|\n| default indentation rule is `cljfmt.core/default-indents` +\nIf `:overwrite?` is If logical true, `cljfmt.core/default-indents` will not be used.\n\n| iced-format-code-with-indents\n| `:code`, `:alias-map`\n|\n| `:formatted`\n|\n\n| iced-calculate-indent-level\n| `:code`, `:line-number`, `:alias-map`\n|\n| `:indent-level`, `:error` (if occurred)\n| `:line-number` is zero-based\n\n| iced-refactor-thread-first\n| `:code`\n|\n| `:code`, `:error` (if occurred)\n|\n\n| iced-refactor-thread-last\n| `:code`\n|\n| `:code`, `:error` (if occurred)\n|\n\n| iced-spec-check\n| `:symbol`, `:num-tests`\n|\n| `:result`, `:num-tests`, `:error` (if errored), `:failed-input` (if errored)\n| `:result` is \"OK\" or \"NG\" +\n`:num-tests` must be positive integer\n\n| iced-list-tapped\n|\n| `:max-depth`, `:max-list-length`, `:max-vector-length`, `:max-set-length`, `:max-string-length`\n| `:tapped`, `:error` (if errored)\n| `:tapped` is a map containing `:unique-id` and `:value` keys.\n\n| iced-browse-tapped\n| `keys`\n| `:max-depth`, `:max-list-length`, `:max-vector-length`, `:max-set-length`, `:max-string-length`\n| `:value`, `:error` (if errored)\n| The first element of `keys` must be one of index number or unique-id.\n\n| iced-fetch-tapped-children\n| `keys`\n|\n| `:children`, `:error` (if errored)\n|\n\n| iced-complete-tapped\n| `keys`\n| `:max-depth`, `:max-list-length`, `:max-vector-length`, `:max-set-length`, `:max-string-length`\n| `:complete`, `:error` (if errored)\n|\n\n| iced-delete-tapped\n| `key`\n|\n| `:result`, `:error` (if errored)\n| `key` must be one of index number or unique-id.\n\n| iced-clear-tapped\n|\n|\n| `:result`, `:error` (if errored)\n|\n\n|===\n\n== License\n\nCopyright © 2018-2023 https://twitter.com/uochan[Masashi Iizuka]\n\nDistributed under the Eclipse Public License either version 1.0 or (at\nyour option) any later version.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fliquidz%2Ficed-nrepl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fliquidz%2Ficed-nrepl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fliquidz%2Ficed-nrepl/lists"}