{"id":13443135,"url":"https://github.com/mmontone/quicklisp-systems","last_synced_at":"2025-02-28T08:44:48.452Z","repository":{"id":138624629,"uuid":"361939523","full_name":"mmontone/quicklisp-systems","owner":"mmontone","description":"Search, browse and load Quicklisp systems from Emacs.","archived":false,"fork":false,"pushed_at":"2023-05-05T14:56:03.000Z","size":408,"stargazers_count":27,"open_issues_count":0,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-10-28T06:57:34.377Z","etag":null,"topics":["common-lisp","emacs","lisp","quicklisp","slime"],"latest_commit_sha":null,"homepage":"","language":"Emacs Lisp","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mmontone.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":"2021-04-27T01:10:38.000Z","updated_at":"2024-01-04T16:57:11.000Z","dependencies_parsed_at":"2024-01-27T09:06:38.586Z","dependency_job_id":"a0a37680-6ffb-4902-97eb-b6d0b78bdd12","html_url":"https://github.com/mmontone/quicklisp-systems","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mmontone%2Fquicklisp-systems","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mmontone%2Fquicklisp-systems/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mmontone%2Fquicklisp-systems/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mmontone%2Fquicklisp-systems/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mmontone","download_url":"https://codeload.github.com/mmontone/quicklisp-systems/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241125484,"owners_count":19913853,"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":["common-lisp","emacs","lisp","quicklisp","slime"],"created_at":"2024-07-31T03:01:56.579Z","updated_at":"2025-02-28T08:44:48.432Z","avatar_url":"https://github.com/mmontone.png","language":"Emacs Lisp","readme":"# quicklisp-systems\n\nSearch, browse and load Quicklisp systems from Emacs.\n\n![screenshot](screenshot.png \"screenshot\")\n\n![completion](completion.gif \"completion\")\n\n## Install\n\nℹ️ Please consider using [SLIME :star:](https://github.com/mmontone/slime-star), that comes with this extension preinstalled.\n\nLoad `swank` and add this repository path to `swank::*load-path*`, in your Lisp compiler init file (~/.sbclrc if using SBCL):\n\n```lisp\n(require :swank)\n(push #p\"/home/marian/src/lisp/quicklisp-systems/\" swank::*load-path*)\n```\n\nIn Emacs, add this repository path to `load-path` and add `quicklisp-systems` to `slime-contribs` in `~/.emacs` init file, like:\n\n```\n(push \"/home/marian/src/lisp/quicklisp-systems\" load-path)\n\n(setq slime-contribs '(slime-fancy quicklisp-systems))\n\n(slime-setup)\n```\n\n## Use\n\n- `M-x quicklisp-systems-list`: browse the list of Quicklisp systems.\n- `M-x quicklisp-systems-apropos`: search both by name and in system descriptions.\n- `M-x quicklisp-systems-apropos-name`: search systems by name.\n- `M-x quicklisp-systems-apropos-author`: search systems by author.\n- `M-x quicklisp-systems-show-system`: show an Emacs buffer with information about the Quicklisp system.\n- `M-x quickload`: Load a Quicklisp system, **with completion!**.\n- `M-x quicklisp-systems-update`: update the list of Quicklisp systems (this extension downloads a \"systems file\" with information of ASDF systems in Quicklisp to operate).\n\nUse `q` to kill individual buffers, and `Q` to kill all quicklisp-systems buffers at once.\n\n## Quicksearch\n\nThis repository also contains a simple Emacs frontend for `quicksearch`, that searches for Quicklisp packages on the internet.\n\nIt is available on Quicklisp: `(ql:quickload :quicksearch)`.\n\nJust load [quicksearch.el](quicksearch.el) in your Emacs, and then use `M-x quicksearch` Emacs command to trigger a search.\n\n## License\n\nGPL\n","funding_links":[],"categories":["Emacs Lisp","Emacs ##"],"sub_categories":["Third-party APIs"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmmontone%2Fquicklisp-systems","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmmontone%2Fquicklisp-systems","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmmontone%2Fquicklisp-systems/lists"}