{"id":19197636,"url":"https://github.com/lem-project/lemmington","last_synced_at":"2025-02-23T05:12:05.011Z","repository":{"id":177044847,"uuid":"658431550","full_name":"lem-project/lemmington","owner":"lem-project","description":"Lem \u003c-\u003e GNU Emacs RPC integration","archived":false,"fork":false,"pushed_at":"2024-01-21T19:13:48.000Z","size":38,"stargazers_count":6,"open_issues_count":0,"forks_count":2,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-01-04T10:19:15.113Z","etag":null,"topics":[],"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/lem-project.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,"governance":null,"roadmap":null,"authors":null}},"created_at":"2023-06-25T18:10:56.000Z","updated_at":"2024-10-13T21:29:16.000Z","dependencies_parsed_at":"2023-12-09T12:27:10.020Z","dependency_job_id":"77b4c927-7be6-4d7d-9604-06b2402f602a","html_url":"https://github.com/lem-project/lemmington","commit_stats":null,"previous_names":["lem-project/lemmigton","lem-project/lemmington"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lem-project%2Flemmington","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lem-project%2Flemmington/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lem-project%2Flemmington/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lem-project%2Flemmington/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lem-project","download_url":"https://codeload.github.com/lem-project/lemmington/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240271539,"owners_count":19774859,"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-11-09T12:17:34.032Z","updated_at":"2025-02-23T05:12:04.994Z","avatar_url":"https://github.com/lem-project.png","language":"Emacs Lisp","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![JCS-ELPA](https://raw.githubusercontent.com/jcs-emacs/badges/master/elpa/v/lemmington.svg)](https://jcs-emacs.github.io/jcs-elpa/#/lemmington)\n\n\u003ca href=\"#\"\u003e\u003cimg align=\"right\" src=\"./lemmington-icon.svg\" width=\"20%\"\u003e\u003c/a\u003e\n\n# Lemmington\n\nThis is a package for RPC integrations with from GNU Emacs to  [Lem](https://github.com/lem-project/lem).\n\n## Installation\n\n#### package.el\n\nThis package is available from [JCS-ELPA](https://jcs-emacs.github.io/jcs-elpa/).\nInstall from this repository then you should be good to go!\n\n#### use-package\n\nIf you are using [use-package](https://www.emacswiki.org/emacs/UsePackage),\nadd the following to your `init.el` file:\n\n```elisp\n(use-package lemmington :ensure t)\n```\n\n#### straight.el\n\nWith [straight.el](https://github.com/radian-software/straight.el):\n\n```elisp\n(use-package lemmington\n  :straight (lemmington :type git :host github :repo \"lem-project/lemmington\"))\n```\n\n#### Manual installation\n\nCopy all `.el` files in this repository to `~/.emacs.d/lisp` and add the following:\n\n```elisp\n(add-to-list 'load-path \"/path/to/lemmington/\")\n```\n\nor\n\n```elisp\n(use-package lemmington\n  :load-path \"/path/to/lemmington\")\n```\n\n## Usage\n\nTo start the server call `lemmington-start-server` and `lemmington-export-functions`, the default port is 55486, every other function is meant to be called from Lem.\n\nTo connect to the Emacs server from Lem, call the function `(lem-elisp-mode/rpc:connect-to-server)`, this should enable the RPC calls.\n\n## License\n\nCopyright (C) 2023 Fermin Munoz and contributors\n\nThis program is free software: you can redistribute it and/or modify\nit under the terms of the GNU General Public License as published by\nthe Free Software Foundation, either version 3 of the License, or\n(at your option) any later version.\n\nThis program is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\nGNU General Public License for more details.\n\nYou should have received a copy of the GNU General Public License\nalong with this program.  If not, see \u003chttps://www.gnu.org/licenses/\u003e.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flem-project%2Flemmington","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flem-project%2Flemmington","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flem-project%2Flemmington/lists"}