{"id":17329051,"url":"https://github.com/rudolfochrist/ql-https","last_synced_at":"2025-04-13T14:33:08.817Z","repository":{"id":138513871,"uuid":"465800350","full_name":"rudolfochrist/ql-https","owner":"rudolfochrist","description":"HTTPS support for Quicklisp via curl","archived":false,"fork":false,"pushed_at":"2024-06-03T07:10:07.000Z","size":41,"stargazers_count":25,"open_issues_count":2,"forks_count":3,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-03-27T05:32:09.680Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Common Lisp","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rudolfochrist.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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":"2022-03-03T16:34:30.000Z","updated_at":"2025-02-12T17:09:00.000Z","dependencies_parsed_at":"2024-01-05T22:13:44.159Z","dependency_job_id":"baf43757-1d7e-4469-8b10-c79a4b91f23d","html_url":"https://github.com/rudolfochrist/ql-https","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rudolfochrist%2Fql-https","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rudolfochrist%2Fql-https/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rudolfochrist%2Fql-https/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rudolfochrist%2Fql-https/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rudolfochrist","download_url":"https://codeload.github.com/rudolfochrist/ql-https/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248728340,"owners_count":21152201,"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-10-15T14:26:00.661Z","updated_at":"2025-04-13T14:33:08.796Z","avatar_url":"https://github.com/rudolfochrist.png","language":"Common Lisp","readme":"# NAME\n\n\nql-https \u0026#x2014; HTTPS support for Quicklisp via curl\n\n\n# SYNOPSIS\n\n    (asdf:load-system \"ql-https\")\n\n\n# DESCRIPTION\n\n\n## PREREQUISITES\n\n-   [Quicklisp](https://www.quicklisp.org/beta/)\n-   curl\n\n\n## AUTOMATIC INSTALLATION\n\nThe default implementation is sbcl, if you are using another then set the `LISP`\nenvironment variable, for example to use Clozure common lisp:\n\n    export LISP=ccl\n\nnow run the installer script:\n\n    curl https://raw.githubusercontent.com/rudolfochrist/ql-https/master/install.sh | bash\n\n\n## MANUAL INSTALLATION\n\n1.  `mkdir ~/quicklisp` and `cd ~/quicklisp`\n2.  Go to \u003chttps://beta.quicklisp.org/client/quicklisp.sexp\u003e and lookup `:client-tar` URL, download it, verify\n    hash and untar.\n3.  Clone ql-https from \u003chttps://github.com/rudolfochrist/ql-https.git\u003e to\n    to `~/common-lisp/ql-https`\n4.  Disconnect internet. (Prevent that anything leaks over HTTP during the installation)\n5.  Start a fresh REPL and (require 'asdf)\n6.  Load `~/common-lisp/ql-https/ql-setup.lisp`\n7.  Eval `(asdf:load-system \"ql-https\")`\n8.  Inspect `ql-http:*fetch-scheme-functions*` and verify everything was registered properly. Both `http` and\n    `https` have `ql-https:fetcher` registered.\n9.  Connect internet.\n10. Eval `(quicklisp:setup)` - use the USE-HTTPS restart if you hit the network.\n\nRemoving the *Missing client-info.sexp, using mock info* warning.\n\n1.  Eval `(ql:update-client)`\n2.  move `~/quicklisp/tmp/client-info.sexp` to `~/quicklisp`\n\nWatch ASCIInema:\n\n[![asciicast](https://asciinema.org/a/585361.svg)](https://asciinema.org/a/585361)\n\n\n## STARTUP\n\n```lisp\n(let ((quicklisp-init #p\"~/common-lisp/ql-https/ql-setup.lisp\"))\n  (when (probe-file quicklisp-init)\n    (load quicklisp-init)\n    (asdf:load-system \"ql-https\")\n    (uiop:symbol-call :quicklisp :setup)))\n\n;; optional\n#+ql-https\n(setf ql-https:*quietly-use-https* t)\n```\n\n# AUTHOR\n\nSebastian Christ (\u003cmailto:rudolfo.christ@pm.me\u003e)\n\n\n# COPYRIGHT\n\nCopyright (c) 2022 Sebastian Christ (rudolfo.christ@pm.me)\n\n\n# LICENSE\n\nReleased under the MIT license.\n\n","funding_links":[],"categories":["REPLs ##","Offline ##"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frudolfochrist%2Fql-https","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frudolfochrist%2Fql-https","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frudolfochrist%2Fql-https/lists"}