{"id":6325643,"name":"40ants/setup-lisp","ecosystem":"actions","description":"This action setup Roswell and a Common Lisp implementation plus Qlot for managing virtual environments.","homepage":"https://40ants.com/setup-lisp/","licenses":null,"normalized_licenses":[],"repository_url":"https://github.com/40ants/setup-lisp","keywords_array":["common-lisp","github-action"],"namespace":"40ants","versions_count":25,"first_release_published_at":"2021-02-22T10:03:23.000Z","latest_release_published_at":"2024-12-14T22:08:30.000Z","latest_release_number":"v4.2.1","last_synced_at":"2026-06-13T21:38:33.425Z","created_at":"2023-02-13T12:47:53.756Z","updated_at":"2026-06-13T21:38:33.425Z","registry_url":"https://github.com/40ants/setup-lisp","install_command":null,"documentation_url":null,"metadata":{"name":"Setup Common Lisp","author":"Alexander Artemenko","description":"This action setup Roswell and a Common Lisp implementation plus Qlot for managing virtual environments.","inputs":{"roswell-version":{"description":"Roswell version to install. If not specified, the latest working version will be used; if \"latest\", the latest version is used","required":false,"default":"v23.10.14.114"},"dynamic-space-size":{"description":"If given, then will be used to change dynamic space size for SBCL. This value will be written to ~/.roswell/config","required":false},"asdf-system":{"description":"ASDF system to install","required":false},"asdf-version":{"description":"ASDF version to install. If not specified, the latest working version will be used; if \"latest\", the latest version is used","required":false,"default":"3.3.5.3"},"qlot-version":{"description":"Qlot version to install. If not specified, the latest working version will be used; if \"latest\", the latest version is used","required":false,"default":"0.11.5"},"qlot-no-deps":{"description":"Make Qlot ignore asd files and their dependencies. This this might be useful in rare cases when your project contains a non-readable asd files such as templates.","required":false,"default":false},"qlfile-template":{"description":"Djula template for qlfile. All environment variables are available in it's context","required":false},"cache":{"description":"If true (default), then cache will be created to speedup repeated action runs.","required":false,"default":true},"roswell-cache-paths":{"description":"Internal var. Don't use it.","required":false,"default":"~/.quicklisp-client-fix\n~/.roswell\n/usr/local/etc/roswell\n/usr/local/bin/ros\n/usr/local/Cellar/roswell\n/opt/homebrew/bin/ros\n/opt/homebrew/Cellar/roswell\n"},"qlot-cache-paths":{"description":"Internal var. Don't use it.","required":false,"default":"path: |\n  qlfile\n  qlfile.lock\n  ~/.cache/common-lisp/\n  .qlot\n"},"cache-suffix":{"description":"Internal var. Don't use it.","required":false,"default":"v9"}},"runs":{"using":"composite","steps":[{"name":"Calculate variables","id":"locals","shell":"bash","run":"if [[ '${{ inputs.roswell-version }}' == 'latest' ]]\nthen\n  echo \"windows-package-name=mingw-w64-x86_64-roswell\" \u003e\u003e $GITHUB_OUTPUT\nelse\n  # Strip v prefix from version number\n  ROS_VERSION=$(echo ${{ inputs.roswell-version }} | sed 's/v//')\n  echo \"windows-package-name=mingw-w64-x86_64-roswell=$ROS_VERSION\" \u003e\u003e $GITHUB_OUTPUT\nfi\n\n# echo 'roswell-cache-paths=~/.quicklisp-client-fix\\n~/.roswell\\n/usr/local/etc/roswell\\n/usr/local/bin/ros\\n/usr/local/Cellar/roswell' \u003e\u003e $GITHUB_OUTPUT\n\necho \"current-month=$(date -u '+%Y-%m')\" \u003e\u003e $GITHUB_OUTPUT\n    \n"},{"if":"runner.os == 'Windows'","uses":"msys2/setup-msys2@cc11e9188b693c2b100158c3322424c4cc1dadea","with":{"path-type":"inherit","platform-check-severity":"warn","install":"make ${{ steps.locals.outputs.windows-package-name }}","cache":"${{ inputs.cache }}"}},{"name":"Create lispsh","shell":"bash","run":"echo ::group::Set up link to lispsh\n# All the steps below, should work without problems on Linux, Mac OS,\n# and Windows, provided that they are run with the \"right\" shell\n# parameter, i.e. bash for Linux and Mac OS, and msys2 for Windows.\n#\n# Unfortunately, composite actions do not support getting the shell\n# parameter injected from the parent workflow (read more about this\n# here: https://github.com/actions/runner/issues/835), so the\n# workaround I came up with is:\n#\n# 1. Symlink bash/msys2 to a known location, i.e. lispsh\n# 2. Use lispsh -eo pipefail {0} as shell parameter\n#\n# Pay attention to -eo pipefail options. We need them to exit on the\n# first error. Without this option, Roswell might fail to install the\n# implementation and continue to execute everything with default SBCL.\n#\n# It's not ideal, but the alternative is to duplicate most of the steps\n# below, and have some of them with `shell: bash`, and others with\n# `shell: msys2 {0}`.\nif [[ \"$RUNNER_OS\" == \"Windows\" ]]; then\n    powershell New-Item -ItemType SymbolicLink -Force \\\n      -Path  \"D:/a/_temp/setup-msys2/lispsh.cmd\" \\\n      -Target \"D:/a/_temp/setup-msys2/msys2.cmd\"\nelse\n    sudo ln -sf $(which bash) /usr/local/bin/lispsh\nfi\necho ::endgroup::\n"},{"name":"Set up Environment","shell":"bash","run":"echo ::group::Set up Environment\n\nif [[ \"$RUNNER_OS\" == \"Windows\" ]]; then\n    # Roswell internally checks for the MSYSCON env varible to be\n    # defined, and when not there, it would go and install msys2 (i.e.\n    # `ros install msys2+`) and rely on the `bash` bonary that comes\n    # with that installation.\n    #\n    # All good except that something is not quite working as it should,\n    # given that every time Roswell tries to run a `bash` command, it\n    # would spit out the following:\n    #\n    #     Unhandled SIMPLE-ERROR in thread #\u003cSB-THREAD:THREAD \"main thread\" RUNNING\n    #                                         {1005700003}\u003e:\n    #       Couldn't execute \"C:\\\\Users\\\\runneradmin\\\\.roswell\\\\impls\\\\x86-64\\\\windows\\\\msys2\\\\NIL\\\\usr\\\\bin\\\\bash\": The system cannot find the file specified.\n    #\n    #     Backtrace for: #\u003cSB-THREAD:THREAD \"main thread\" RUNNING {1005700003}\u003e\n    #     0: (SB-DEBUG::DEBUGGER-DISABLED-HOOK #\u003cSIMPLE-ERROR \"Couldn't execute ~S: ~A\" {1004EEA623}\u003e #\u003cunused argument\u003e :QUIT T)\n    #     1: (SB-DEBUG::RUN-HOOK SB-EXT:*INVOKE-DEBUGGER-HOOK* #\u003cSIMPLE-ERROR \"Couldn't execute ~S: ~A\" {1004EEA623}\u003e)\n    #     2: (INVOKE-DEBUGGER #\u003cSIMPLE-ERROR \"Couldn't execute ~S: ~A\" {1004EEA623}\u003e)\n    #     3: (ERROR \"Couldn't execute ~S: ~A\" \"C:\\\\Users\\\\runneradmin\\\\.roswell\\\\impls\\\\x86-64\\\\windows\\\\msys2\\\\NIL\\\\usr\\\\bin\\\\bash\" \"The system cannot find the file specified.\")\n    #     4: (SB-EXT:RUN-PROGRAM \"C:\\\\Users\\\\runneradmin\\\\.roswell\\\\impls\\\\x86-64\\\\windows\\\\msys2\\\\NIL\\\\usr\\\\bin\\\\bash\" (\"-lc\" \"cd \\\"C:\\\\\\\\Users\\\\\\\\runneradmin\\\\\\\\.roswell\\\\\\\\src\\\\\\\\asdf-3.3.5.3\\\\\\\\\\\";pwd\") :ENV NIL :ENVIRONMENT NIL :WAIT NIL :SEARCH T :INPUT NIL :IF-INPUT-DOES-NOT-EXIST :ERROR :OUTPUT :STREAM :IF-OUTPUT-EXISTS :APPEND :ERROR NIL :IF-ERROR-EXISTS :APPEND :STATUS-HOOK NIL :EXTERNAL-FORMAT :UTF-8 :DIRECTORY NIL :PRESERVE-FDS NIL :ESCAPE-ARGUMENTS T :WINDOW NIL)\n    #     5: (UIOP/LAUNCH-PROGRAM:LAUNCH-PROGRAM (\"C:\\\\Users\\\\runneradmin\\\\.roswell\\\\impls\\\\x86-64\\\\windows\\\\msys2\\\\NIL\\\\usr\\\\bin\\\\bash\" \"-lc\" \"cd \\\"C:\\\\\\\\Users\\\\\\\\runneradmin\\\\\\\\.roswell\\\\\\\\src\\\\\\\\asdf-3.3.5.3\\\\\\\\\\\";pwd\") :INPUT NIL :OUTPUT :STREAM :ERROR-OUTPUT NIL :OUTPUT :STRING)\n    #     6: ((LAMBDA (UIOP/RUN-PROGRAM::REDUCED-INPUT UIOP/RUN-PROGRAM::INPUT-ACTIVITY) :IN UIOP/RUN-PROGRAM::%USE-LAUNCH-PROGRAM) NIL NIL)\n    #     7: (UIOP/RUN-PROGRAM::%USE-LAUNCH-PROGRAM (\"C:\\\\Users\\\\runneradmin\\\\.roswell\\\\impls\\\\x86-64\\\\windows\\\\msys2\\\\NIL\\\\usr\\\\bin\\\\bash\" \"-lc\" \"cd \\\"C:\\\\\\\\Users\\\\\\\\runneradmin\\\\\\\\.roswell\\\\\\\\src\\\\\\\\asdf-3.3.5.3\\\\\\\\\\\";pwd\") :OUTPUT :STRING)\n    #     8: (MINGW-NAMESTRING #P\"C:/Users/runneradmin/.roswell/src/asdf-3.3.5.3/\")\n    #     9: (ROSWELL.INSTALL.ASDF::ASDF-INSTALL (:TARGET \"asdf\" :VERSION \"3.3.5.3\" :VERSION-NOT-SPECIFIED 0 :ARGV NIL))\n    #\n    # The NIL over there, seems to be the result of evaluating the\n    # following form:\n    #\n    #     (config \"msys2.version\")\n    #\n    # Now, I am not sure what's going on with that, but since\n    # we got msys2 installed already, I figured it would be easier to\n    # tell Roswell about it and ignore all the other installation\n    # steps.\n    echo MSYSCON=Stop-Roswell-From-Installing-Msys2 \u003e\u003e $GITHUB_ENV\n\n    # Also, for whatever reason Roswell seems to be installing\n    # ASDF-system-specific scripts inside .roswell/lisp/quicklisp/bin\n    # and not .roswell/bin, so if we want to enable users of this\n    # action to directly invoke these scripts, we need to add\n    # .roswell/lisp/quicklisp/bin to PATH.\n    echo $HOME/.roswell/lisp/quicklisp/bin \u003e\u003e $GITHUB_PATH\nfi\necho $HOME/.roswell/bin \u003e\u003e $GITHUB_PATH\necho ::endgroup::\n"},{"if":"inputs.cache == 'true' \u0026\u0026 runner.os != 'Windows'","name":"Grant All Perms to Make Roswell Cache Restoring Possible","shell":"lispsh -eo pipefail {0}","run":"sudo mkdir -p /usr/local/etc/roswell\nsudo chown \"${USER}\" /usr/local/etc/roswell\n# Here the ros binary will be restored:\nsudo chown \"${USER}\" /usr/local/bin\n"},{"if":"inputs.cache == 'true'","name":"Restore Roswell From Cache","id":"roswell-cache-restore","uses":"actions/cache/restore@v4","with":{"path":"${{ inputs.roswell-cache-paths }}","key":"roswell-${{ inputs.roswell-version }}-${{ steps.locals.outputs.current-month }}-${{ env.cache-name }}-${{ runner.os }}-${{ runner.arch }}-${{ env.LISP }}-${{ inputs.cache-suffix }}"}},{"if":"inputs.cache == 'true' \u0026\u0026 steps.roswell-cache-restore.outputs.cache-hit == 'true'","name":"Restore Path To Cached Files","shell":"lispsh -eo pipefail {0}","run":"echo $HOME/.roswell/bin \u003e\u003e $GITHUB_PATH\necho .qlot/bin \u003e\u003e $GITHUB_PATH\n\nif [[ \"$RUNNER_OS\" == \"Windows\" ]]; then\n  echo $HOME/.roswell/lisp/quicklisp/bin \u003e\u003e $GITHUB_PATH\nfi\n"},{"if":"(inputs.cache == 'false' || steps.roswell-cache-restore.outputs.cache-hit != 'true') \u0026\u0026 runner.os != 'Windows'","name":"Install Roswell","shell":"lispsh -eo pipefail {0}","run":"echo ::group::Installing Roswell dependencies\n\nif [[ \"$RUNNER_OS\" == \"Linux\" ]]; then\n    sudo apt-get update\n    sudo apt-get -y install git build-essential automake libcurl4-openssl-dev\nfi\nif [[ \"$RUNNER_OS\" == \"macOS\" ]]; then\n    brew install automake autoconf curl\nfi\n\necho ::endgroup::\n\nif [[ \"${{ inputs.roswell-version }}\" != \"latest\" ]]; then\n    echo ::group::Installing Roswell ${{ inputs.roswell-version }}\n    curl -L https://raw.githubusercontent.com/roswell/roswell/${{ inputs.roswell-version }}/scripts/install-for-ci.sh | bash -xeo pipefail\nelse\n    echo ::group::Installing latest Roswell\n    curl -L https://raw.githubusercontent.com/roswell/roswell/master/scripts/install-for-ci.sh | bash -xeo pipefail\nfi\n\nif [[ \"${{ inputs.dynamic-space-size }}\" != \"\" ]]; then\n    echo ::group::Changing Dynamic Space Size in Roswell Config\n    ros config set dynamic-space-size ${{ inputs.dynamic-space-size }}\nfi\n\necho ::endgroup::\n"},{"if":"inputs.cache == 'false' || steps.roswell-cache-restore.outputs.cache-hit != 'true'","name":"Upgrade Quicklisp dists","shell":"lispsh -eo pipefail {0}","run":"# The parent workflow might have caching enabled for Roswell and all\n# the other Lisp files in general, so it's better to tell Quicklisp\n# to update all its dists.\nros -e \"(ql:update-all-dists :prompt nil)\"\n"},{"if":"inputs.cache == 'false' || steps.roswell-cache-restore.outputs.cache-hit != 'true'","name":"Install Quicklisp patch for package-inferred systems","shell":"lispsh -eo pipefail {0}","run":"git clone \\\n    --no-tags \\\n    --single-branch \\\n    --depth=1  \\\n    https://github.com/40ants/quicklisp-client-fix \\\n    ~/.quicklisp-client-fix\n\nmkdir -p ~/.roswell\n\ncat $GITHUB_ACTION_PATH/load-quicklisp-fix.lisp \u003e\u003e ~/.roswell/init.lisp\n"},{"if":"inputs.cache == 'false' || steps.roswell-cache-restore.outputs.cache-hit != 'true'","name":"Upgrade ASDF to the Latest Version","shell":"lispsh -eo pipefail {0}","run":"if [[ \"${{ inputs.asdf-version }}\" != \"latest\" ]]; then\n    echo ::group::Installing ASDF ${{ inputs.asdf-version }}\n    ros install asdf/${{ inputs.asdf-version }}\nelse\n    echo ::group::Installing latest ASDF\n    ros install asdf\nfi\necho ::endgroup::\n"},{"if":"inputs.cache == 'false' || steps.roswell-cache-restore.outputs.cache-hit != 'true'","name":"Install Qlot","shell":"lispsh -eo pipefail {0}","run":"if [[ \"${{ inputs.qlot-version }}\" != \"latest\" ]]; then\n    echo ::group::Installing Qlot ${{ inputs.qlot-version }}\n    ros install fukamachi/qlot/${{ inputs.qlot-version }}\nelse\n    echo ::group::Installing latest Qlot\n    ros install fukamachi/qlot\nfi\necho .qlot/bin \u003e\u003e $GITHUB_PATH\necho ::endgroup::\n"},{"if":"inputs.cache == 'true' \u0026\u0026 steps.roswell-cache-restore.outputs.cache-hit != 'true'","name":"Cache Roswell Setup","id":"roswell-cache-save","uses":"actions/cache/save@v4","with":{"path":"${{ inputs.roswell-cache-paths }}","key":"${{ steps.roswell-cache-restore.outputs.cache-primary-key }}"}},{"name":"Ensure qlfile exists","shell":"lispsh -eo pipefail {0}","run":"echo ::group::Ensure qlfile exists\n\nif [[ -n \"${{ inputs.qlfile-template }}\" ]]; then\n    echo \"${{ inputs.qlfile-template }}\" | $GITHUB_ACTION_PATH/templater.ros \u003e qlfile\n    rm -f qlfile.lock\n    \n    echo \"Created qlfile:\"\n    echo '==============='\n    cat qlfile\n    echo '==============='\n    echo ''\nelif [[ -e qlfile ]]; then\n    echo 'Here is content of qlfile:'\n    echo '==============='\n    cat qlfile\n    echo '==============='\n    echo ''\nelse\n    echo 'There is no qlfile. Creating an empty one.'\n    touch qlfile\nfi\n    \necho ::endgroup::\n"},{"if":"inputs.cache == 'true'","name":"Restore Qlot Environment","id":"qlot-cache-restore","uses":"actions/cache/restore@v4","with":{"path":"${{ inputs.qlot-cache-paths }}","key":"qlot-${{ steps.locals.outputs.current-month }}-${{ env.cache-name }}-${{ runner.os }}-${{ runner.arch }}-${{ env.QUICKLISP_DIST }}-${{ env.LISP }}-${{ hashFiles('qlfile', 'qlfile.lock', '*.asd') }}-${{ inputs.cache-suffix }}"}},{"if":"inputs.cache == 'true' \u0026\u0026 steps.qlot-cache-restore.outputs.cache-hit == 'true'","name":"Restore Path To .qlot/bin","shell":"lispsh -eo pipefail {0}","run":"echo .qlot/bin \u003e\u003e $GITHUB_PATH\n"},{"if":"inputs.cache == 'false' || steps.qlot-cache-restore.outputs.cache-hit != 'true'","name":"Create Qlot Environment","shell":"lispsh -eo pipefail {0}","run":"echo ::group::Create Qlot Environment\nif [[ \"${{ inputs.qlot-no-deps }}\" != 'false' ]]; then\n  echo 'Running Qlot with --no-deps argument'\n  qlot install --no-deps\nelse\n  echo 'Running Qlot as usual'\n  qlot install\nfi\necho ::endgroup::\n","env":{"QLFILE_TEMPLATE":"${{ inputs.qlfile-template }}"}},{"if":"inputs.asdf-system \u0026\u0026 (inputs.cache == 'false' || steps.qlot-cache-restore.outputs.cache-hit != 'true')","name":"Install ASDF System","shell":"lispsh -eo pipefail {0}","run":"echo ::group::Install ASDF System\n\nqlot exec ros install ${{ inputs.asdf-system }}\n    \necho ::endgroup::\n"},{"if":"inputs.cache == 'true' \u0026\u0026 steps.qlot-cache-restore.outputs.cache-hit != 'true'","name":"Cache Qlot Environment","id":"qlot-cache-save","uses":"actions/cache/save@v4","with":{"path":"${{ inputs.qlot-cache-paths }}","key":"${{ steps.qlot-cache-restore.outputs.cache-primary-key }}"}},{"name":"Check it is possible to run desired lisp implementation","shell":"lispsh -eo pipefail {0}","run":"echo ::group::Checking if we installed correct Lisp implementation\n\nif [[ \"$RUNNER_OS\" == \"Windows\" ]]; then\n    ACTION_PATH=\"$(echo '${{ github.action_path }}' | sed -e 's|/|\\\\|')\\\\\"\nelse\n    ACTION_PATH='${{ github.action_path }}/'\nfi\n\n${ACTION_PATH}test.ros\n\necho ::endgroup::\n"}]},"default_branch":"master","path":null},"repo_metadata":{"id":40947629,"uuid":"336796792","full_name":"40ants/setup-lisp","owner":"40ants","description":"GitHub Action to Setup Common Lisp tools","archived":false,"fork":false,"pushed_at":"2024-12-14T22:18:53.000Z","size":8079,"stargazers_count":28,"open_issues_count":15,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-10-09T15:47:20.856Z","etag":null,"topics":["common-lisp","github-action"],"latest_commit_sha":null,"homepage":"https://40ants.com/setup-lisp/","language":"Common Lisp","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/40ants.png","metadata":{"files":{"readme":"README.md","changelog":"ChangeLog.md","contributing":null,"funding":null,"license":null,"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":"2021-02-07T13:43:55.000Z","updated_at":"2025-02-17T07:26:21.000Z","dependencies_parsed_at":"2022-07-12T18:14:58.288Z","dependency_job_id":"cfc8c7c1-5fd2-4629-9862-e7a3aa18486b","html_url":"https://github.com/40ants/setup-lisp","commit_stats":{"total_commits":286,"total_committers":4,"mean_commits":71.5,"dds":"0.11188811188811187","last_synced_commit":"74b15495bb7a3b4d125439fa609f7500310aa73e"},"previous_names":[],"tags_count":25,"template":false,"template_full_name":null,"purl":"pkg:github/40ants/setup-lisp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/40ants%2Fsetup-lisp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/40ants%2Fsetup-lisp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/40ants%2Fsetup-lisp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/40ants%2Fsetup-lisp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/40ants","download_url":"https://codeload.github.com/40ants/setup-lisp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/40ants%2Fsetup-lisp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279006754,"owners_count":26084148,"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","status":"online","status_checked_at":"2025-10-11T02:00:06.511Z","response_time":55,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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"},"owner_record":{"login":"40ants","name":"40 Ants","uuid":"1277206","kind":"organization","description":"Together we'll make Common Lisp ecosystem better!","email":null,"website":"40ants.com","location":"Moscow","twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/1277206?v=4","repositories_count":50,"last_synced_at":"2023-03-16T12:15:22.376Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/40ants","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-03T07:01:47.304Z","updated_at":"2023-03-16T12:15:22.411Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/40ants","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/40ants/repositories"},"tags":[{"name":"v4.2.1","sha":"76212e4597c780ad0e2ead24144b54310dffb6e3","kind":"commit","published_at":"2024-12-14T22:08:30.000Z","download_url":"https://codeload.github.com/40ants/setup-lisp/tar.gz/v4.2.1","html_url":"https://github.com/40ants/setup-lisp/releases/tag/v4.2.1","dependencies_parsed_at":null,"dependency_job_id":"02048253-f14f-4f27-8beb-724a2bc5cfdd","purl":"pkg:github/40ants/setup-lisp@v4.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/40ants%2Fsetup-lisp/tags/v4.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/40ants%2Fsetup-lisp/tags/v4.2.1/manifests"},{"name":"v4.2","sha":"76212e4597c780ad0e2ead24144b54310dffb6e3","kind":"commit","published_at":"2024-12-14T22:08:30.000Z","download_url":"https://codeload.github.com/40ants/setup-lisp/tar.gz/v4.2","html_url":"https://github.com/40ants/setup-lisp/releases/tag/v4.2","dependencies_parsed_at":null,"dependency_job_id":"746b4e82-f079-44f9-8046-5e5ae30b772b","purl":"pkg:github/40ants/setup-lisp@v4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/40ants%2Fsetup-lisp/tags/v4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/40ants%2Fsetup-lisp/tags/v4.2/manifests"},{"name":"v4.2.0","sha":"37d6351ff1399409ed092e6a7392e974c8c10cb1","kind":"tag","published_at":"2024-12-14T22:05:40.000Z","download_url":"https://codeload.github.com/40ants/setup-lisp/tar.gz/v4.2.0","html_url":"https://github.com/40ants/setup-lisp/releases/tag/v4.2.0","dependencies_parsed_at":null,"dependency_job_id":"9e834169-91dd-4908-89f6-3c3d1b69f3ba","purl":"pkg:github/40ants/setup-lisp@v4.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/40ants%2Fsetup-lisp/tags/v4.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/40ants%2Fsetup-lisp/tags/v4.2.0/manifests"},{"name":"v4.1.0","sha":"b6c2357e52352a33b9673f4cdbec5e43032c2b8f","kind":"commit","published_at":"2024-08-04T07:22:35.000Z","download_url":"https://codeload.github.com/40ants/setup-lisp/tar.gz/v4.1.0","html_url":"https://github.com/40ants/setup-lisp/releases/tag/v4.1.0","dependencies_parsed_at":"2024-08-06T04:38:06.206Z","dependency_job_id":null,"purl":"pkg:github/40ants/setup-lisp@v4.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/40ants%2Fsetup-lisp/tags/v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/40ants%2Fsetup-lisp/tags/v4.1.0/manifests"},{"name":"v4.1","sha":"b6c2357e52352a33b9673f4cdbec5e43032c2b8f","kind":"commit","published_at":"2024-08-04T07:22:35.000Z","download_url":"https://codeload.github.com/40ants/setup-lisp/tar.gz/v4.1","html_url":"https://github.com/40ants/setup-lisp/releases/tag/v4.1","dependencies_parsed_at":"2024-08-06T04:37:49.493Z","dependency_job_id":null,"purl":"pkg:github/40ants/setup-lisp@v4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/40ants%2Fsetup-lisp/tags/v4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/40ants%2Fsetup-lisp/tags/v4.1/manifests"},{"name":"v4.0.5","sha":"1e6a66be393721f6f30bb5ee73d9f059dfe2fa3f","kind":"commit","published_at":"2024-04-26T07:16:07.000Z","download_url":"https://codeload.github.com/40ants/setup-lisp/tar.gz/v4.0.5","html_url":"https://github.com/40ants/setup-lisp/releases/tag/v4.0.5","dependencies_parsed_at":"2024-04-28T05:06:18.778Z","dependency_job_id":null,"purl":"pkg:github/40ants/setup-lisp@v4.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/40ants%2Fsetup-lisp/tags/v4.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/40ants%2Fsetup-lisp/tags/v4.0.5/manifests"},{"name":"v4.0.4","sha":"cf2feb42237a5c191d0245313d1bee3e5c9c2dc1","kind":"commit","published_at":"2024-04-18T08:10:23.000Z","download_url":"https://codeload.github.com/40ants/setup-lisp/tar.gz/v4.0.4","html_url":"https://github.com/40ants/setup-lisp/releases/tag/v4.0.4","dependencies_parsed_at":"2024-04-20T04:46:25.587Z","dependency_job_id":null,"purl":"pkg:github/40ants/setup-lisp@v4.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/40ants%2Fsetup-lisp/tags/v4.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/40ants%2Fsetup-lisp/tags/v4.0.4/manifests"},{"name":"v4.0.3","sha":"08730d2cc2529a2baa7aa8c5b13cfa47ec57606d","kind":"commit","published_at":"2024-04-15T15:27:08.000Z","download_url":"https://codeload.github.com/40ants/setup-lisp/tar.gz/v4.0.3","html_url":"https://github.com/40ants/setup-lisp/releases/tag/v4.0.3","dependencies_parsed_at":"2024-04-17T06:16:29.827Z","dependency_job_id":null,"purl":"pkg:github/40ants/setup-lisp@v4.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/40ants%2Fsetup-lisp/tags/v4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/40ants%2Fsetup-lisp/tags/v4.0.3/manifests"},{"name":"v4.0.2","sha":"d59bda940dc6ea2c31796e8b42125ce5bdbcb80e","kind":"commit","published_at":"2024-02-27T22:26:29.000Z","download_url":"https://codeload.github.com/40ants/setup-lisp/tar.gz/v4.0.2","html_url":"https://github.com/40ants/setup-lisp/releases/tag/v4.0.2","dependencies_parsed_at":"2024-02-29T04:19:08.149Z","dependency_job_id":null,"purl":"pkg:github/40ants/setup-lisp@v4.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/40ants%2Fsetup-lisp/tags/v4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/40ants%2Fsetup-lisp/tags/v4.0.2/manifests"},{"name":"v4","sha":"9e4feeebbcccc22506bb6e8297305b8c9ccb615f","kind":"commit","published_at":"2024-02-25T16:05:23.000Z","download_url":"https://codeload.github.com/40ants/setup-lisp/tar.gz/v4","html_url":"https://github.com/40ants/setup-lisp/releases/tag/v4","dependencies_parsed_at":"2024-02-27T04:15:57.230Z","dependency_job_id":null,"purl":"pkg:github/40ants/setup-lisp@v4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/40ants%2Fsetup-lisp/tags/v4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/40ants%2Fsetup-lisp/tags/v4/manifests"},{"name":"v4.0","sha":"9e4feeebbcccc22506bb6e8297305b8c9ccb615f","kind":"commit","published_at":"2024-02-25T16:05:23.000Z","download_url":"https://codeload.github.com/40ants/setup-lisp/tar.gz/v4.0","html_url":"https://github.com/40ants/setup-lisp/releases/tag/v4.0","dependencies_parsed_at":"2024-02-27T04:15:57.231Z","dependency_job_id":null,"purl":"pkg:github/40ants/setup-lisp@v4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/40ants%2Fsetup-lisp/tags/v4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/40ants%2Fsetup-lisp/tags/v4.0/manifests"},{"name":"v4.0.0","sha":"f1fddbf6867e8bb5c7c1f69813e24ebed15d0e91","kind":"commit","published_at":"2024-02-24T21:40:02.000Z","download_url":"https://codeload.github.com/40ants/setup-lisp/tar.gz/v4.0.0","html_url":"https://github.com/40ants/setup-lisp/releases/tag/v4.0.0","dependencies_parsed_at":"2024-02-27T04:15:57.232Z","dependency_job_id":null,"purl":"pkg:github/40ants/setup-lisp@v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/40ants%2Fsetup-lisp/tags/v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/40ants%2Fsetup-lisp/tags/v4.0.0/manifests"},{"name":"v3.2.0","sha":"d05de90b76041cca6c52a970b57af8a492daa385","kind":"tag","published_at":"2024-02-24T21:37:28.000Z","download_url":"https://codeload.github.com/40ants/setup-lisp/tar.gz/v3.2.0","html_url":"https://github.com/40ants/setup-lisp/releases/tag/v3.2.0","dependencies_parsed_at":"2024-02-26T04:09:21.816Z","dependency_job_id":null,"purl":"pkg:github/40ants/setup-lisp@v3.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/40ants%2Fsetup-lisp/tags/v3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/40ants%2Fsetup-lisp/tags/v3.2.0/manifests"},{"name":"v3.1.0","sha":"e59ec7798f313bb80d9750c0174d01d76f3d2cf0","kind":"commit","published_at":"2024-01-27T19:29:13.000Z","download_url":"https://codeload.github.com/40ants/setup-lisp/tar.gz/v3.1.0","html_url":"https://github.com/40ants/setup-lisp/releases/tag/v3.1.0","dependencies_parsed_at":"2024-01-29T04:19:55.726Z","dependency_job_id":null,"purl":"pkg:github/40ants/setup-lisp@v3.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/40ants%2Fsetup-lisp/tags/v3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/40ants%2Fsetup-lisp/tags/v3.1.0/manifests"},{"name":"v3.0.0","sha":"3bf08fa8212e935235067b8a18a4798b465e2b32","kind":"commit","published_at":"2023-12-13T22:36:29.000Z","download_url":"https://codeload.github.com/40ants/setup-lisp/tar.gz/v3.0.0","html_url":"https://github.com/40ants/setup-lisp/releases/tag/v3.0.0","dependencies_parsed_at":"2023-12-16T07:06:48.783Z","dependency_job_id":null,"purl":"pkg:github/40ants/setup-lisp@v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/40ants%2Fsetup-lisp/tags/v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/40ants%2Fsetup-lisp/tags/v3.0.0/manifests"},{"name":"v3","sha":"3bf08fa8212e935235067b8a18a4798b465e2b32","kind":"commit","published_at":"2023-12-13T22:36:29.000Z","download_url":"https://codeload.github.com/40ants/setup-lisp/tar.gz/v3","html_url":"https://github.com/40ants/setup-lisp/releases/tag/v3","dependencies_parsed_at":"2023-12-16T07:06:50.165Z","dependency_job_id":null,"purl":"pkg:github/40ants/setup-lisp@v3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/40ants%2Fsetup-lisp/tags/v3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/40ants%2Fsetup-lisp/tags/v3/manifests"},{"name":"v2.1.0","sha":"74b15495bb7a3b4d125439fa609f7500310aa73e","kind":"commit","published_at":"2022-11-10T08:45:42.000Z","download_url":"https://codeload.github.com/40ants/setup-lisp/tar.gz/v2.1.0","html_url":"https://github.com/40ants/setup-lisp/releases/tag/v2.1.0","dependencies_parsed_at":"2023-06-01T10:14:31.685Z","dependency_job_id":null,"purl":"pkg:github/40ants/setup-lisp@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/40ants%2Fsetup-lisp/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/40ants%2Fsetup-lisp/tags/v2.1.0/manifests"},{"name":"v2.0.0","sha":"f2d00697d2522e1c3c67ee267a4cca02956a741f","kind":"commit","published_at":"2021-10-28T13:50:02.000Z","download_url":"https://codeload.github.com/40ants/setup-lisp/tar.gz/v2.0.0","html_url":"https://github.com/40ants/setup-lisp/releases/tag/v2.0.0","dependencies_parsed_at":"2023-05-31T14:59:48.059Z","dependency_job_id":null,"purl":"pkg:github/40ants/setup-lisp@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/40ants%2Fsetup-lisp/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/40ants%2Fsetup-lisp/tags/v2.0.0/manifests"},{"name":"v2","sha":"f2d00697d2522e1c3c67ee267a4cca02956a741f","kind":"commit","published_at":"2021-10-28T13:50:02.000Z","download_url":"https://codeload.github.com/40ants/setup-lisp/tar.gz/v2","html_url":"https://github.com/40ants/setup-lisp/releases/tag/v2","dependencies_parsed_at":"2023-05-31T14:59:48.641Z","dependency_job_id":null,"purl":"pkg:github/40ants/setup-lisp@v2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/40ants%2Fsetup-lisp/tags/v2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/40ants%2Fsetup-lisp/tags/v2/manifests"},{"name":"v1.1.2","sha":"20ae1f0cabe1a8b8432a008511df9efe38b29b86","kind":"commit","published_at":"2021-09-19T12:19:51.000Z","download_url":"https://codeload.github.com/40ants/setup-lisp/tar.gz/v1.1.2","html_url":"https://github.com/40ants/setup-lisp/releases/tag/v1.1.2","dependencies_parsed_at":"2023-05-31T14:59:48.898Z","dependency_job_id":null,"purl":"pkg:github/40ants/setup-lisp@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/40ants%2Fsetup-lisp/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/40ants%2Fsetup-lisp/tags/v1.1.2/manifests"},{"name":"v1","sha":"20ae1f0cabe1a8b8432a008511df9efe38b29b86","kind":"commit","published_at":"2021-09-19T12:19:51.000Z","download_url":"https://codeload.github.com/40ants/setup-lisp/tar.gz/v1","html_url":"https://github.com/40ants/setup-lisp/releases/tag/v1","dependencies_parsed_at":"2023-05-31T14:59:49.233Z","dependency_job_id":null,"purl":"pkg:github/40ants/setup-lisp@v1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/40ants%2Fsetup-lisp/tags/v1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/40ants%2Fsetup-lisp/tags/v1/manifests"},{"name":"v1.1.1","sha":"77fa26e1cc40e9dee08be717f9a9b56b1cbad46e","kind":"commit","published_at":"2021-09-12T17:10:12.000Z","download_url":"https://codeload.github.com/40ants/setup-lisp/tar.gz/v1.1.1","html_url":"https://github.com/40ants/setup-lisp/releases/tag/v1.1.1","dependencies_parsed_at":"2023-05-31T14:59:49.560Z","dependency_job_id":null,"purl":"pkg:github/40ants/setup-lisp@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/40ants%2Fsetup-lisp/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/40ants%2Fsetup-lisp/tags/v1.1.1/manifests"},{"name":"v1.1.0","sha":"9cf39a170d075d596edea8a2f8e9933f1973777b","kind":"commit","published_at":"2021-06-06T21:34:53.000Z","download_url":"https://codeload.github.com/40ants/setup-lisp/tar.gz/v1.1.0","html_url":"https://github.com/40ants/setup-lisp/releases/tag/v1.1.0","dependencies_parsed_at":"2023-05-31T14:59:49.954Z","dependency_job_id":null,"purl":"pkg:github/40ants/setup-lisp@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/40ants%2Fsetup-lisp/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/40ants%2Fsetup-lisp/tags/v1.1.0/manifests"},{"name":"v1.0.2","sha":"19a7430956bd0fc5c68d05aca0c17b8846aeb03c","kind":"commit","published_at":"2021-04-04T18:07:32.000Z","download_url":"https://codeload.github.com/40ants/setup-lisp/tar.gz/v1.0.2","html_url":"https://github.com/40ants/setup-lisp/releases/tag/v1.0.2","dependencies_parsed_at":"2023-05-31T14:59:50.302Z","dependency_job_id":null,"purl":"pkg:github/40ants/setup-lisp@v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/40ants%2Fsetup-lisp/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/40ants%2Fsetup-lisp/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"5aad6b8a6b24301da2ca83999bbe596f99d07fad","kind":"commit","published_at":"2021-02-22T10:03:23.000Z","download_url":"https://codeload.github.com/40ants/setup-lisp/tar.gz/v1.0.1","html_url":"https://github.com/40ants/setup-lisp/releases/tag/v1.0.1","dependencies_parsed_at":"2023-05-31T14:59:50.704Z","dependency_job_id":null,"purl":"pkg:github/40ants/setup-lisp@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/40ants%2Fsetup-lisp/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/40ants%2Fsetup-lisp/tags/v1.0.1/manifests"}]},"repo_metadata_updated_at":"2025-10-11T08:10:59.380Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":45,"rankings":{"downloads":null,"dependent_repos_count":6.73427349073047,"dependent_packages_count":0.0,"stargazers_count":6.287434637933767,"forks_count":12.945650451592458,"docker_downloads_count":1.8158770400887339,"average":5.556647124069086},"purl":"pkg:githubactions/40ants/setup-lisp","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/actions/40ants/setup-lisp","docker_dependents_count":1,"docker_downloads_count":2253,"usage_url":"https://repos.ecosyste.ms/usage/actions/40ants/setup-lisp","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/actions/40ants/setup-lisp/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-03-22T07:57:56.144Z","issues_count":20,"pull_requests_count":19,"avg_time_to_close_issue":1371204.8333333333,"avg_time_to_close_pull_request":1673420.0555555555,"issues_closed_count":6,"pull_requests_closed_count":18,"pull_request_authors_count":4,"issue_authors_count":8,"avg_comments_per_issue":2.1,"avg_comments_per_pull_request":1.3157894736842104,"merged_pull_requests_count":16,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":9,"past_year_pull_requests_count":6,"past_year_avg_time_to_close_issue":175043.66666666666,"past_year_avg_time_to_close_pull_request":1490872.6,"past_year_issues_closed_count":3,"past_year_pull_requests_closed_count":5,"past_year_pull_request_authors_count":2,"past_year_issue_authors_count":4,"past_year_avg_comments_per_issue":1.6666666666666667,"past_year_avg_comments_per_pull_request":1.5,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":4,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/40ants%2Fsetup-lisp/issues","maintainers":[{"login":"svetlyak40wt","count":33,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/svetlyak40wt"}],"active_maintainers":[{"login":"svetlyak40wt","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/svetlyak40wt"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/40ants%2Fsetup-lisp/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/40ants%2Fsetup-lisp/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/40ants%2Fsetup-lisp/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/40ants%2Fsetup-lisp/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/40ants%2Fsetup-lisp/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/40ants%2Fsetup-lisp/codemeta","maintainers":[]}