{"id":25558925,"url":"https://github.com/davewm/nrepl-rebl","last_synced_at":"2025-12-12T01:11:21.743Z","repository":{"id":62433855,"uuid":"161254910","full_name":"DaveWM/nrepl-rebl","owner":"DaveWM","description":"nREPL middleware to sync with REBL","archived":false,"fork":false,"pushed_at":"2019-08-15T12:26:15.000Z","size":26,"stargazers_count":11,"open_issues_count":4,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-25T23:23:55.753Z","etag":null,"topics":["clojure","nrepl","nrepl-middleware"],"latest_commit_sha":null,"homepage":"","language":"Clojure","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/DaveWM.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}},"created_at":"2018-12-11T00:35:03.000Z","updated_at":"2021-03-13T22:41:52.000Z","dependencies_parsed_at":"2022-11-01T21:01:32.749Z","dependency_job_id":null,"html_url":"https://github.com/DaveWM/nrepl-rebl","commit_stats":null,"previous_names":["davewm/lein-nrepl-rebl"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DaveWM%2Fnrepl-rebl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DaveWM%2Fnrepl-rebl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DaveWM%2Fnrepl-rebl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DaveWM%2Fnrepl-rebl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DaveWM","download_url":"https://codeload.github.com/DaveWM/nrepl-rebl/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248514209,"owners_count":21116899,"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"],"created_at":"2025-02-20T16:26:18.495Z","updated_at":"2025-12-12T01:11:21.694Z","avatar_url":"https://github.com/DaveWM.png","language":"Clojure","funding_links":[],"categories":[],"sub_categories":[],"readme":"# nrepl-rebl (alpha)\n[![Clojars Project](https://img.shields.io/clojars/v/nrepl-rebl.svg)](https://clojars.org/nrepl-rebl)\n\nnREPL middleware to send eval'd forms to REBL.\n\n## Usage\n\n### With Leiningen\n\n* [Download REBL](http://rebl.cognitect.com/download.html) (note the license agreement)\n* Add the [lein-localrepo](https://github.com/kumarshantanu/lein-localrepo) plugin to your `profiles.clj`\n* Run `lein localrepo install [path to rebl download]/REBL-0.9.108.jar com.cognitect/rebl 0.9.108`\n* Merge this into your `profiles.clj`:\n```clojure\n{:user \n  :dependencies [[nrepl-rebl \"0.1.1\"]\n                 [com.cognitect/rebl \"0.9.108\"]]\n  :repl-options {:nrepl-middleware [nrepl-rebl.core/wrap-rebl]}}\n\n```\n* Open your repl as usual - a REBL window should open, and receive any forms you eval in the repl\n\n### With deps.edn\n\n* [Download REBL](http://rebl.cognitect.com/download.html) (note the license agreement)\n* Merge the following into your `deps.edn` file:\n```clojure\n{:aliases {:nrepl {:extra-deps {nrepl/nrepl {:mvn/version \"0.5.0\"}}}\n           :rebl {:extra-deps {org.clojure/clojure {:mvn/version \"1.10.0-RC4\"}\n                               nrepl-rebl {:mvn/version \"0.1.1\"}\n                               com.cognitect/rebl {:local/root \"[path to REBL]/REBL-0.9.108.jar\"}}}}}\n```\n* Run `clj -A:nrepl:rebl -m nrepl.cmdline --middleware '[nrepl-rebl.core/wrap-rebl]'` to start an nREPL server\n* Connect to the nREPL server from a client of your choice (Cursive, CIDER, etc.)\n\n## License\n\nDistributed under the GPL V3 License\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavewm%2Fnrepl-rebl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdavewm%2Fnrepl-rebl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavewm%2Fnrepl-rebl/lists"}