{"id":369808,"url":"https://github.com/fortran-lang/setup-fortran","last_synced_at":"2026-05-31T03:14:12.216Z","repository":{"id":100613631,"uuid":"397925344","full_name":"fortran-lang/setup-fortran","owner":"fortran-lang","description":"GitHub action to setup Fortran compiler and toolchain","archived":false,"fork":false,"pushed_at":"2026-05-11T15:51:57.000Z","size":221,"stargazers_count":115,"open_issues_count":16,"forks_count":37,"subscribers_count":4,"default_branch":"main","last_synced_at":"2026-05-17T03:26:41.425Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://github.com/marketplace/actions/setup-fortran","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fortran-lang.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,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":["awvwgk"]}},"created_at":"2021-08-19T11:50:57.000Z","updated_at":"2026-05-11T15:11:09.000Z","dependencies_parsed_at":"2025-12-14T15:00:14.888Z","dependency_job_id":"12409617-21d5-470e-abbc-ab30f8d72d3c","html_url":"https://github.com/fortran-lang/setup-fortran","commit_stats":null,"previous_names":["awvwgk/setup-fortran"],"tags_count":20,"template":false,"template_full_name":null,"purl":"pkg:github/fortran-lang/setup-fortran","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fortran-lang%2Fsetup-fortran","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fortran-lang%2Fsetup-fortran/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fortran-lang%2Fsetup-fortran/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fortran-lang%2Fsetup-fortran/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fortran-lang","download_url":"https://codeload.github.com/fortran-lang/setup-fortran/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fortran-lang%2Fsetup-fortran/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33273625,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-20T15:12:43.734Z","status":"ssl_error","status_checked_at":"2026-05-20T15:12:42.300Z","response_time":356,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":{"login":"fortran-lang","name":"The Fortran Programming Language","uuid":"53436240","kind":"organization","description":"","email":null,"website":"https://fortran-lang.org","location":null,"twitter":"fortranlang","company":null,"icon_url":"https://avatars.githubusercontent.com/u/53436240?v=4","repositories_count":24,"last_synced_at":"2023-03-04T00:20:27.842Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/fortran-lang","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-14T07:00:22.315Z","updated_at":"2023-03-04T00:20:27.857Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fortran-lang","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fortran-lang/repositories"},"packages":[{"id":12172417,"name":"fortran-lang/setup-fortran","ecosystem":"actions","description":"Setup Fortran compiler and toolchain","homepage":"https://github.com/marketplace/actions/setup-fortran","licenses":"apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/fortran-lang/setup-fortran","keywords_array":[],"namespace":"fortran-lang","versions_count":15,"first_release_published_at":"2023-04-25T16:43:59.000Z","latest_release_published_at":"2025-09-20T03:26:02.000Z","latest_release_number":"v1.7.0","last_synced_at":"2026-05-12T01:48:38.310Z","created_at":"2025-10-05T23:30:46.407Z","updated_at":"2026-05-12T01:48:38.310Z","registry_url":"https://github.com/fortran-lang/setup-fortran","install_command":null,"documentation_url":null,"metadata":{"name":"Setup Fortran","description":"Setup Fortran compiler and toolchain","inputs":{"compiler":{"description":"Toolchain or compiler to install","required":true,"default":"gcc"},"version":{"description":"Version of toolchain or compiler","required":false},"update-environment":{"description":"Whether to set environment variables","required":false,"default":true}},"outputs":{"fc":{"description":"Path to Fortran compiler","value":"${{ steps.outputs.outputs.fc }}"},"cc":{"description":"Path to C compiler","value":"${{ steps.outputs.outputs.cc }}"},"cxx":{"description":"Path to C++ compiler","value":"${{ steps.outputs.outputs.cxx }}"}},"runs":{"using":"composite","steps":[{"name":"Set oneAPI install dir","id":"oneapi-root","if":"runner.os == 'Windows' \u0026\u0026 contains(inputs.compiler, 'intel')","shell":"bash","run":"echo \"ONEAPI_ROOT=C:\\Program Files (x86)\\Intel\\oneAPI\" \u003e\u003e \"$GITHUB_ENV\""},{"name":"Get date","if":"runner.os == 'Windows' \u0026\u0026 contains(inputs.compiler, 'intel')","id":"get-date","shell":"bash","run":"echo \"date=$(/bin/date -u \"+%Y%m%d\")\" \u003e\u003e \"$GITHUB_OUTPUT\""},{"name":"Restore cache","if":"runner.os == 'Windows' \u0026\u0026 contains(inputs.compiler, 'intel')","id":"cache","uses":"actions/cache/restore@v4","with":{"path":"${{ env.ONEAPI_ROOT }}","key":"${{ runner.os }}-${{ inputs.compiler }}-${{ inputs.version || 'latest' }}-${{ steps.get-date.outputs.date }}"}},{"name":"Check for micromamba","id":"check-umamba","if":"runner.os == 'macOS' \u0026\u0026 contains(inputs.compiler, 'lfortran')","shell":"bash","run":"if [ \"$(command -v micromamba)\" ]; then\n  echo \"install=false\" \u003e\u003e $GITHUB_OUTPUT\nelse\n  echo \"install=true\" \u003e\u003e $GITHUB_OUTPUT\nfi\n"},{"uses":"mamba-org/setup-micromamba@v2.0.6","if":"runner.os == 'macOS' \u0026\u0026 contains(inputs.compiler, 'lfortran') \u0026\u0026 steps.check-umamba.outputs.install == 'true'","with":{"init-shell":"bash","post-cleanup":"all"}},{"name":"Setup toolchain","id":"setup","if":"steps.cache.outputs.cache-hit != 'true'","shell":"bash","env":{"COMPILER":"${{ inputs.compiler }}","VERSION":"${{ inputs.version }}"},"run":"cd $(echo '/${{ github.action_path }}' | sed -e 's/\\\\/\\//g' -e 's/://')\nsource ./main.sh\n\nif [[ \"${{ inputs.update-environment }}\" == \"true\" ]]; then\n  echo \"FC=${FC}\" \u003e\u003e $GITHUB_ENV\n  echo \"CC=${CC}\" \u003e\u003e $GITHUB_ENV\n  echo \"CXX=${CXX}\" \u003e\u003e $GITHUB_ENV\nfi\n"},{"name":"Save cache","if":"runner.os == 'Windows' \u0026\u0026 contains(inputs.compiler, 'intel') \u0026\u0026 steps.cache.outputs.cache-hit != 'true'","uses":"actions/cache/save@v4","with":{"path":"${{ env.ONEAPI_ROOT }}","key":"${{ runner.os }}-${{ inputs.compiler }}-${{ inputs.version || 'latest' }}-${{ steps.get-date.outputs.date }}"}},{"name":"Activate oneAPI","if":"runner.os == 'Windows' \u0026\u0026 contains(inputs.compiler, 'intel')","shell":"cmd","run":"ver | findstr /i \"10\\.0\\.17\" \u0026\u0026 set VS2019INSTALLDIR=C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Enterprise\nver | findstr /i \"10\\.0\\.20\" \u0026\u0026 set VS2022INSTALLDIR=C:\\Program Files\\Microsoft Visual Studio\\2022\\Enterprise\ncall \"%ONEAPI_ROOT%\\setvars.bat\"\nset | findstr /c:\"oneAPI\" \u003e\u003e \"%GITHUB_ENV%\"\n"},{"name":"Set outputs and env vars","shell":"bash","id":"outputs","run":"# Intel compilers may have restored from cache so env vars may not be set\nif [[ \"$RUNNER_OS\" == \"Windows\" ]]; then\n  if [[ \"${{ inputs.compiler }}\" == \"intel\" ]]; then\n    FC=ifx\n    CC=icx\n    CXX=icx\n    echo SETVARS_COMPLETED=1\u003e\u003e$GITHUB_ENV\n  elif [[ \"${{ inputs.compiler }}\" == \"intel-classic\" ]]; then\n    FC=ifort\n    CC=icl\n    CXX=icl\n    echo SETVARS_COMPLETED=1\u003e\u003e$GITHUB_ENV\n  fi\nfi\n\nif [[ \"${{ inputs.update-environment }}\" == \"true\" ]]; then\n  # cmake\n  echo FC=$FC\u003e\u003e$GITHUB_ENV\n  echo CC=$CC\u003e\u003e$GITHUB_ENV\n  echo CXX=$CXX\u003e\u003e$GITHUB_ENV\n  # fpm\n  echo FPM_FC=$FC\u003e\u003e$GITHUB_ENV\n  echo FPM_CC=$CC\u003e\u003e$GITHUB_ENV\n  echo FPM_CXX=$CXX\u003e\u003e$GITHUB_ENV\nfi\n\n# set action outputs\necho fc=$FC\u003e\u003e$GITHUB_OUTPUT\necho cc=$CC\u003e\u003e$GITHUB_OUTPUT\necho cxx=$CXX\u003e\u003e$GITHUB_OUTPUT\n"},{"name":"Hide GNU linker (Windows)","if":"runner.os == 'Windows' \u0026\u0026 !contains(inputs.compiler, 'gcc')","shell":"bash","run":"mv /usr/bin/link $RUNNER_TEMP/link"},{"name":"Setup MSVC toolchain (Windows)","if":"runner.os == 'Windows' \u0026\u0026 contains(inputs.compiler, 'lfortran')","uses":"ilammy/msvc-dev-cmd@v1.13.0"}]},"default_branch":"main","path":null},"repo_metadata":{"id":100613631,"uuid":"397925344","full_name":"fortran-lang/setup-fortran","owner":"fortran-lang","description":"GitHub action to setup Fortran compiler and toolchain","archived":false,"fork":false,"pushed_at":"2026-02-28T18:16:11.000Z","size":211,"stargazers_count":114,"open_issues_count":15,"forks_count":37,"subscribers_count":5,"default_branch":"main","last_synced_at":"2026-03-06T11:32:28.893Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://github.com/marketplace/actions/setup-fortran","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fortran-lang.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,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":["awvwgk"]}},"created_at":"2021-08-19T11:50:57.000Z","updated_at":"2026-02-28T18:05:44.000Z","dependencies_parsed_at":"2025-12-14T15:00:14.888Z","dependency_job_id":null,"html_url":"https://github.com/fortran-lang/setup-fortran","commit_stats":null,"previous_names":["awvwgk/setup-fortran"],"tags_count":20,"template":false,"template_full_name":null,"purl":"pkg:github/fortran-lang/setup-fortran","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fortran-lang%2Fsetup-fortran","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fortran-lang%2Fsetup-fortran/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fortran-lang%2Fsetup-fortran/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fortran-lang%2Fsetup-fortran/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fortran-lang","download_url":"https://codeload.github.com/fortran-lang/setup-fortran/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fortran-lang%2Fsetup-fortran/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30180638,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-06T12:39:21.703Z","status":"ssl_error","status_checked_at":"2026-03-06T12:36:09.819Z","response_time":250,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":"fortran-lang","name":"The Fortran Programming Language","uuid":"53436240","kind":"organization","description":"","email":null,"website":"https://fortran-lang.org","location":null,"twitter":"fortranlang","company":null,"icon_url":"https://avatars.githubusercontent.com/u/53436240?v=4","repositories_count":24,"last_synced_at":"2023-03-04T00:20:27.842Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/fortran-lang","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-14T07:00:22.315Z","updated_at":"2023-03-04T00:20:27.857Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fortran-lang","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fortran-lang/repositories"},"tags":[{"name":"v1.9.0","sha":"2a1b9c55897d827a9dfeb114408f3615e53b2b72","kind":"commit","published_at":"2026-02-28T18:05:41.000Z","download_url":"https://codeload.github.com/fortran-lang/setup-fortran/tar.gz/v1.9.0","html_url":"https://github.com/fortran-lang/setup-fortran/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fortran-lang/setup-fortran@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fortran-lang%2Fsetup-fortran/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fortran-lang%2Fsetup-fortran/tags/v1.9.0/manifests"},{"name":"v1.9","sha":"2a1b9c55897d827a9dfeb114408f3615e53b2b72","kind":"commit","published_at":"2026-02-28T18:05:41.000Z","download_url":"https://codeload.github.com/fortran-lang/setup-fortran/tar.gz/v1.9","html_url":"https://github.com/fortran-lang/setup-fortran/releases/tag/v1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fortran-lang/setup-fortran@v1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fortran-lang%2Fsetup-fortran/tags/v1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fortran-lang%2Fsetup-fortran/tags/v1.9/manifests"},{"name":"v1.8.1","sha":"47809fdb6e637da656ce9ada436527b240c1287f","kind":"commit","published_at":"2025-12-02T13:49:35.000Z","download_url":"https://codeload.github.com/fortran-lang/setup-fortran/tar.gz/v1.8.1","html_url":"https://github.com/fortran-lang/setup-fortran/releases/tag/v1.8.1","dependencies_parsed_at":null,"dependency_job_id":"e85ab829-8fb0-4d05-b411-5089ecf55b2d","purl":"pkg:github/fortran-lang/setup-fortran@v1.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fortran-lang%2Fsetup-fortran/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fortran-lang%2Fsetup-fortran/tags/v1.8.1/manifests"},{"name":"v1.8","sha":"d2ba6ea44297a24407def2f6e117954d844a5368","kind":"commit","published_at":"2025-10-03T03:23:14.000Z","download_url":"https://codeload.github.com/fortran-lang/setup-fortran/tar.gz/v1.8","html_url":"https://github.com/fortran-lang/setup-fortran/releases/tag/v1.8","dependencies_parsed_at":"2025-10-16T09:26:33.425Z","dependency_job_id":null,"purl":"pkg:github/fortran-lang/setup-fortran@v1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fortran-lang%2Fsetup-fortran/tags/v1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fortran-lang%2Fsetup-fortran/tags/v1.8/manifests"},{"name":"v1.8.0","sha":"d2ba6ea44297a24407def2f6e117954d844a5368","kind":"commit","published_at":"2025-10-03T03:23:14.000Z","download_url":"https://codeload.github.com/fortran-lang/setup-fortran/tar.gz/v1.8.0","html_url":"https://github.com/fortran-lang/setup-fortran/releases/tag/v1.8.0","dependencies_parsed_at":"2025-10-16T09:26:33.434Z","dependency_job_id":null,"purl":"pkg:github/fortran-lang/setup-fortran@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fortran-lang%2Fsetup-fortran/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fortran-lang%2Fsetup-fortran/tags/v1.8.0/manifests"},{"name":"v1.7.0","sha":"c6c4aa673b55bb231270ec79124a89aae9da9ee9","kind":"commit","published_at":"2025-09-20T03:26:02.000Z","download_url":"https://codeload.github.com/fortran-lang/setup-fortran/tar.gz/v1.7.0","html_url":"https://github.com/fortran-lang/setup-fortran/releases/tag/v1.7.0","dependencies_parsed_at":"2025-10-16T09:26:33.420Z","dependency_job_id":null,"purl":"pkg:github/fortran-lang/setup-fortran@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fortran-lang%2Fsetup-fortran/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fortran-lang%2Fsetup-fortran/tags/v1.7.0/manifests"},{"name":"v1.7","sha":"c6c4aa673b55bb231270ec79124a89aae9da9ee9","kind":"commit","published_at":"2025-09-20T03:26:02.000Z","download_url":"https://codeload.github.com/fortran-lang/setup-fortran/tar.gz/v1.7","html_url":"https://github.com/fortran-lang/setup-fortran/releases/tag/v1.7","dependencies_parsed_at":"2025-10-16T09:26:33.421Z","dependency_job_id":null,"purl":"pkg:github/fortran-lang/setup-fortran@v1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fortran-lang%2Fsetup-fortran/tags/v1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fortran-lang%2Fsetup-fortran/tags/v1.7/manifests"},{"name":"v1.6.3","sha":"2bbdcb313d2b7e72d1d07caf87f3ef9f376d9224","kind":"commit","published_at":"2025-02-02T23:28:37.000Z","download_url":"https://codeload.github.com/fortran-lang/setup-fortran/tar.gz/v1.6.3","html_url":"https://github.com/fortran-lang/setup-fortran/releases/tag/v1.6.3","dependencies_parsed_at":"2025-02-19T04:12:31.375Z","dependency_job_id":null,"purl":"pkg:github/fortran-lang/setup-fortran@v1.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fortran-lang%2Fsetup-fortran/tags/v1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fortran-lang%2Fsetup-fortran/tags/v1.6.3/manifests"},{"name":"v1.6.2","sha":"830c95528fbdb3132afbca6d22bcda17f9f394f6","kind":"commit","published_at":"2024-12-31T05:54:34.000Z","download_url":"https://codeload.github.com/fortran-lang/setup-fortran/tar.gz/v1.6.2","html_url":"https://github.com/fortran-lang/setup-fortran/releases/tag/v1.6.2","dependencies_parsed_at":"2025-01-05T12:03:54.800Z","dependency_job_id":null,"purl":"pkg:github/fortran-lang/setup-fortran@v1.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fortran-lang%2Fsetup-fortran/tags/v1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fortran-lang%2Fsetup-fortran/tags/v1.6.2/manifests"},{"name":"v1.6.0","sha":"9878707fd1f908da43d42a3349aaa58ed4db59b0","kind":"tag","published_at":"2024-05-18T17:23:51.000Z","download_url":"https://codeload.github.com/fortran-lang/setup-fortran/tar.gz/v1.6.0","html_url":"https://github.com/fortran-lang/setup-fortran/releases/tag/v1.6.0","dependencies_parsed_at":"2024-05-20T08:01:30.871Z","dependency_job_id":null,"purl":"pkg:github/fortran-lang/setup-fortran@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fortran-lang%2Fsetup-fortran/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fortran-lang%2Fsetup-fortran/tags/v1.6.0/manifests"},{"name":"v1.6.1","sha":"8821f57b53846d35d62632eb51c60ac6c4bff4ce","kind":"commit","published_at":"2024-05-18T15:35:16.000Z","download_url":"https://codeload.github.com/fortran-lang/setup-fortran/tar.gz/v1.6.1","html_url":"https://github.com/fortran-lang/setup-fortran/releases/tag/v1.6.1","dependencies_parsed_at":"2024-05-20T08:01:30.886Z","dependency_job_id":null,"purl":"pkg:github/fortran-lang/setup-fortran@v1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fortran-lang%2Fsetup-fortran/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fortran-lang%2Fsetup-fortran/tags/v1.6.1/manifests"},{"name":"v1.6","sha":"9878707fd1f908da43d42a3349aaa58ed4db59b0","kind":"commit","published_at":"2024-04-12T16:05:55.000Z","download_url":"https://codeload.github.com/fortran-lang/setup-fortran/tar.gz/v1.6","html_url":"https://github.com/fortran-lang/setup-fortran/releases/tag/v1.6","dependencies_parsed_at":"2024-04-15T09:53:48.664Z","dependency_job_id":null,"purl":"pkg:github/fortran-lang/setup-fortran@v1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fortran-lang%2Fsetup-fortran/tags/v1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fortran-lang%2Fsetup-fortran/tags/v1.6/manifests"},{"name":"v1.5.1","sha":"559bc0ae453b5849983d6ab69dc60d28e385f5b1","kind":"commit","published_at":"2024-03-08T20:03:07.000Z","download_url":"https://codeload.github.com/fortran-lang/setup-fortran/tar.gz/v1.5.1","html_url":"https://github.com/fortran-lang/setup-fortran/releases/tag/v1.5.1","dependencies_parsed_at":"2024-03-11T05:04:50.106Z","dependency_job_id":null,"purl":"pkg:github/fortran-lang/setup-fortran@v1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fortran-lang%2Fsetup-fortran/tags/v1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fortran-lang%2Fsetup-fortran/tags/v1.5.1/manifests"},{"name":"v1.5","sha":"52b206faf9998023f2d58ab233e18d2806e34ae1","kind":"commit","published_at":"2024-03-07T21:40:05.000Z","download_url":"https://codeload.github.com/fortran-lang/setup-fortran/tar.gz/v1.5","html_url":"https://github.com/fortran-lang/setup-fortran/releases/tag/v1.5","dependencies_parsed_at":"2024-03-09T04:29:10.476Z","dependency_job_id":null,"purl":"pkg:github/fortran-lang/setup-fortran@v1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fortran-lang%2Fsetup-fortran/tags/v1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fortran-lang%2Fsetup-fortran/tags/v1.5/manifests"},{"name":"v1.4","sha":"f207cf4f56bd9b25fc5668f78f1ba1b658e6364c","kind":"commit","published_at":"2024-02-22T20:34:49.000Z","download_url":"https://codeload.github.com/fortran-lang/setup-fortran/tar.gz/v1.4","html_url":"https://github.com/fortran-lang/setup-fortran/releases/tag/v1.4","dependencies_parsed_at":"2024-02-24T08:23:51.334Z","dependency_job_id":null,"purl":"pkg:github/fortran-lang/setup-fortran@v1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fortran-lang%2Fsetup-fortran/tags/v1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fortran-lang%2Fsetup-fortran/tags/v1.4/manifests"},{"name":"v1","sha":"a0955bba80233bf1d2f40a1974d95e98bd18250f","kind":"commit","published_at":"2023-10-18T11:46:39.000Z","download_url":"https://codeload.github.com/fortran-lang/setup-fortran/tar.gz/v1","html_url":"https://github.com/fortran-lang/setup-fortran/releases/tag/v1","dependencies_parsed_at":"2023-10-22T08:59:14.161Z","dependency_job_id":null,"purl":"pkg:github/fortran-lang/setup-fortran@v1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fortran-lang%2Fsetup-fortran/tags/v1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fortran-lang%2Fsetup-fortran/tags/v1/manifests"},{"name":"v1.3","sha":"a0955bba80233bf1d2f40a1974d95e98bd18250f","kind":"commit","published_at":"2023-10-18T11:46:39.000Z","download_url":"https://codeload.github.com/fortran-lang/setup-fortran/tar.gz/v1.3","html_url":"https://github.com/fortran-lang/setup-fortran/releases/tag/v1.3","dependencies_parsed_at":"2023-10-22T08:59:14.163Z","dependency_job_id":null,"purl":"pkg:github/fortran-lang/setup-fortran@v1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fortran-lang%2Fsetup-fortran/tags/v1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fortran-lang%2Fsetup-fortran/tags/v1.3/manifests"},{"name":"v1.2","sha":"2bc384cb6c85a8f7a1c1882d2fbc6f115ce156e6","kind":"commit","published_at":"2023-10-12T13:38:09.000Z","download_url":"https://codeload.github.com/fortran-lang/setup-fortran/tar.gz/v1.2","html_url":"https://github.com/fortran-lang/setup-fortran/releases/tag/v1.2","dependencies_parsed_at":"2023-10-16T20:59:44.413Z","dependency_job_id":null,"purl":"pkg:github/fortran-lang/setup-fortran@v1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fortran-lang%2Fsetup-fortran/tags/v1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fortran-lang%2Fsetup-fortran/tags/v1.2/manifests"},{"name":"v1.1","sha":"bf0bcfd40cef8f2730d5b1768ca7a3b6ebc3487d","kind":"commit","published_at":"2023-04-26T17:32:28.000Z","download_url":"https://codeload.github.com/fortran-lang/setup-fortran/tar.gz/v1.1","html_url":"https://github.com/fortran-lang/setup-fortran/releases/tag/v1.1","dependencies_parsed_at":"2023-06-02T00:38:52.470Z","dependency_job_id":null,"purl":"pkg:github/fortran-lang/setup-fortran@v1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fortran-lang%2Fsetup-fortran/tags/v1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fortran-lang%2Fsetup-fortran/tags/v1.1/manifests"},{"name":"v1.0","sha":"07e659ab8d2c36f3a95830a19df287edbebb2846","kind":"commit","published_at":"2023-04-25T16:43:59.000Z","download_url":"https://codeload.github.com/fortran-lang/setup-fortran/tar.gz/v1.0","html_url":"https://github.com/fortran-lang/setup-fortran/releases/tag/v1.0","dependencies_parsed_at":"2023-06-02T00:38:52.694Z","dependency_job_id":null,"purl":"pkg:github/fortran-lang/setup-fortran@v1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fortran-lang%2Fsetup-fortran/tags/v1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fortran-lang%2Fsetup-fortran/tags/v1.0/manifests"}]},"repo_metadata_updated_at":"2026-03-06T14:06:16.393Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":24.865099547230667,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":12.432549773615333},"purl":"pkg:githubactions/fortran-lang/setup-fortran","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/actions/fortran-lang/setup-fortran","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/actions/fortran-lang/setup-fortran","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/actions/fortran-lang/setup-fortran/dependencies","status":null,"funding_links":["https://github.com/sponsors/awvwgk"],"critical":null,"issue_metadata":{"last_synced_at":"2026-02-28T21:03:03.704Z","issues_count":48,"pull_requests_count":164,"avg_time_to_close_issue":6139233.857142857,"avg_time_to_close_pull_request":1103920.1513157894,"issues_closed_count":28,"pull_requests_closed_count":152,"pull_request_authors_count":16,"issue_authors_count":26,"avg_comments_per_issue":2.25,"avg_comments_per_pull_request":0.6341463414634146,"merged_pull_requests_count":101,"bot_issues_count":0,"bot_pull_requests_count":61,"past_year_issues_count":12,"past_year_pull_requests_count":37,"past_year_avg_time_to_close_issue":406164.4,"past_year_avg_time_to_close_pull_request":50676.32142857143,"past_year_issues_closed_count":5,"past_year_pull_requests_closed_count":28,"past_year_pull_request_authors_count":6,"past_year_issue_authors_count":8,"past_year_avg_comments_per_issue":1.5833333333333333,"past_year_avg_comments_per_pull_request":0.08108108108108109,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":16,"past_year_merged_pull_requests_count":23,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/fortran-lang%2Fsetup-fortran/issues","maintainers":[{"login":"awvwgk","count":9,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/awvwgk"},{"login":"zbeekman","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/zbeekman"},{"login":"gnikit","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/gnikit"}],"active_maintainers":[{"login":"awvwgk","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/awvwgk"},{"login":"zbeekman","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/zbeekman"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/fortran-lang%2Fsetup-fortran/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/fortran-lang%2Fsetup-fortran/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/fortran-lang%2Fsetup-fortran/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/fortran-lang%2Fsetup-fortran/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/fortran-lang%2Fsetup-fortran/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/fortran-lang%2Fsetup-fortran/codemeta","maintainers":[],"registry":{"name":"github actions","url":"https://github.com/marketplace/actions/","ecosystem":"actions","default":true,"packages_count":32602,"maintainers_count":0,"namespaces_count":20380,"keywords_count":8029,"github":"actions","metadata":{"funded_packages_count":4016},"icon_url":"https://github.com/actions.png","created_at":"2023-01-03T17:16:39.185Z","updated_at":"2026-05-07T05:05:51.414Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/namespaces"}}],"commits":{"id":4468072,"full_name":"fortran-lang/setup-fortran","default_branch":"main","total_commits":109,"total_committers":16,"total_bot_commits":36,"total_bot_committers":2,"mean_commits":6.8125,"dds":0.5321100917431192,"past_year_total_commits":51,"past_year_total_committers":7,"past_year_total_bot_commits":26,"past_year_total_bot_committers":2,"past_year_mean_commits":7.285714285714286,"past_year_dds":0.607843137254902,"last_synced_at":"2026-05-17T03:14:59.557Z","last_synced_commit":"900b97294fbb1bc33b6a10d64bf944773a428b33","created_at":"2024-11-08T02:45:08.708Z","updated_at":"2026-05-17T03:14:59.505Z","committers":[{"name":"wpbonelli","email":"wbonelli@ucar.edu","login":"w-bonelli","count":51},{"name":"github-actions[bot]","email":"41898282+github-actions[bot]","login":"github-actions[bot]","count":23},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]","login":"dependabot[bot]","count":13},{"name":"AliG","email":"36126354+gha3mi","login":"gha3mi","count":3},{"name":"Tim Dawborn","email":"tim.dawborn@gmail.com","login":"timdawborn","count":3},{"name":"Sebastian Ehlert","email":"28669218+awvwgk","login":"awvwgk","count":3},{"name":"nbelakovski","email":"nbelakovski","login":"nbelakovski","count":2},{"name":"Federico Perini","email":"federico.perini@gmail.com","login":"perazz","count":2},{"name":"Daniel Price","email":"daniel.price@monash.edu","login":"danieljprice","count":2},{"name":"Minh Dao","email":"43783196+minhqdao","login":"minhqdao","count":1},{"name":"Ludovico Nicotina","email":"7210035+ludnic","login":"ludnic","count":1},{"name":"Kohei Noda","email":"kohei-noda@hiroshima-u.ac.jp","login":"kohei-noda-qcrg","count":1},{"name":"Jade Abraham","email":"jademabraham17@gmail.com","login":"jabraham17","count":1},{"name":"Charlton, Scott R","email":"charlton@usgs.gov","login":"scharlton2","count":1},{"name":"Andrii Kurdiumov","email":"kant2002@gmail.com","login":"kant2002","count":1},{"name":"Alexis Montoison","email":"35051714+amontoison","login":"amontoison","count":1}],"past_year_committers":[{"name":"wpbonelli","email":"wbonelli@ucar.edu","login":"w-bonelli","count":20},{"name":"github-actions[bot]","email":"41898282+github-actions[bot]","login":"github-actions[bot]","count":13},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]","login":"dependabot[bot]","count":13},{"name":"Daniel Price","email":"daniel.price@monash.edu","login":"danieljprice","count":2},{"name":"Jade Abraham","email":"jademabraham17@gmail.com","login":"jabraham17","count":1},{"name":"Federico Perini","email":"federico.perini@gmail.com","login":"perazz","count":1},{"name":"Andrii Kurdiumov","email":"kant2002@gmail.com","login":"kant2002","count":1}],"commits_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub/repositories/fortran-lang%2Fsetup-fortran/commits","host":{"name":"GitHub","url":"https://github.com","kind":"github","last_synced_at":"2026-05-20T00:00:33.744Z","repositories_count":6236310,"commits_count":884312328,"contributors_count":34882226,"owners_count":1155094,"icon_url":"https://github.com/github.png","host_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub/repositories"}},"issues":{"table":{"full_name":"fortran-lang/setup-fortran","html_url":"https://github.com/fortran-lang/setup-fortran","last_synced_at":"2026-05-20T20:05:08.227Z","status":"active","issues_count":51,"pull_requests_count":175,"avg_time_to_close_issue":5791977.6,"avg_time_to_close_pull_request":1033309.8773006134,"issues_closed_count":30,"pull_requests_closed_count":163,"pull_request_authors_count":16,"issue_authors_count":26,"avg_comments_per_issue":2.372549019607843,"avg_comments_per_pull_request":0.5942857142857143,"merged_pull_requests_count":106,"bot_issues_count":0,"bot_pull_requests_count":69,"past_year_issues_count":11,"past_year_pull_requests_count":35,"past_year_avg_time_to_close_issue":510427.8333333333,"past_year_avg_time_to_close_pull_request":63306.75,"past_year_issues_closed_count":6,"past_year_pull_requests_closed_count":28,"past_year_pull_request_authors_count":4,"past_year_issue_authors_count":5,"past_year_avg_comments_per_issue":2.8181818181818183,"past_year_avg_comments_per_pull_request":0.0,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":22,"past_year_merged_pull_requests_count":21,"created_at":"2024-11-08T02:45:10.165Z","updated_at":"2026-05-20T20:05:08.227Z","repository_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/fortran-lang%2Fsetup-fortran","issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/fortran-lang%2Fsetup-fortran/issues","issue_labels_count":{"table":{"enhancement":8,"bug":4,"help wanted":3,"good first issue":2,"documentation":1,"tests":1,"wontfix":1}},"pull_request_labels_count":{"table":{"github_actions":7,"dependencies":7}},"issue_author_associations_count":{"table":{"NONE":24,"CONTRIBUTOR":16,"MEMBER":11}},"pull_request_author_associations_count":{"table":{"CONTRIBUTOR":150,"NONE":23,"MEMBER":2}},"issue_authors":{"table":{"awvwgk":7,"zaikunzhang":7,"wpbonelli":5,"gha3mi":3,"zbeekman":3,"minhqdao":2,"danieljprice":2,"jalvesz":2,"afonari":2,"perazz":2,"praynaud":1,"loiseaujc":1,"H0R5E":1,"tkoskela":1,"iulusoy":1,"zerothi":1,"luwangshell":1,"kohei-noda-qcrg":1,"rikardn":1,"henryiii":1,"alexdewar":1,"rjfarmer":1,"amontoison":1,"gnikit":1,"johncoxon":1,"AaronDavidSchneider":1}},"pull_request_authors":{"table":{"github-actions[bot]":62,"wpbonelli":62,"iulusoy":13,"timdawborn":8,"dependabot[bot]":7,"gha3mi":6,"amontoison":3,"nbelakovski":3,"scharlton2":3,"awvwgk":2,"minhqdao":1,"rikardn":1,"kohei-noda-qcrg":1,"danieljprice":1,"ludnic":1,"perazz":1}},"host":{"table":{"name":"GitHub","url":"https://github.com","kind":"github","last_synced_at":"2026-05-20T00:00:29.037Z","repositories_count":14647940,"issues_count":34127483,"pull_requests_count":111762774,"authors_count":11267449,"icon_url":"https://github.com/github.png","host_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories","owners_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/owners","authors_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors"}},"past_year_issue_labels_count":{"table":{"enhancement":3,"bug":1,"good first issue":1,"help wanted":1}},"past_year_pull_request_labels_count":{"table":{"dependencies":7,"github_actions":7}},"past_year_issue_author_associations_count":{"table":{"NONE":6,"MEMBER":3,"CONTRIBUTOR":2}},"past_year_pull_request_author_associations_count":{"table":{"CONTRIBUTOR":31,"NONE":4}},"past_year_issue_authors":{"table":{"zaikunzhang":4,"zbeekman":3,"danieljprice":2,"johncoxon":1,"rjfarmer":1}},"past_year_pull_request_authors":{"table":{"github-actions[bot]":15,"wpbonelli":12,"dependabot[bot]":7,"danieljprice":1}},"maintainers":[{"table":{"login":"awvwgk","count":9,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/awvwgk"}},{"table":{"login":"zbeekman","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/zbeekman"}},{"table":{"login":"gnikit","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/gnikit"}}],"active_maintainers":[{"table":{"login":"zbeekman","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/zbeekman"}}]}},"events":{"total":{"ReleaseEvent":4,"DeleteEvent":24,"PullRequestEvent":80,"ForkEvent":11,"IssuesEvent":19,"WatchEvent":28,"IssueCommentEvent":37,"PushEvent":34,"PullRequestReviewCommentEvent":1,"PullRequestReviewEvent":7,"CreateEvent":40},"last_year":{"ReleaseEvent":2,"DeleteEvent":16,"PullRequestEvent":48,"ForkEvent":4,"IssuesEvent":10,"WatchEvent":8,"IssueCommentEvent":20,"PushEvent":22,"PullRequestReviewEvent":3,"CreateEvent":26}},"keywords":[],"dependencies":[{"ecosystem":"actions","filepath":".github/workflows/test.yml","sha":null,"kind":"manifest","created_at":"2023-03-06T19:15:29.455Z","updated_at":"2023-03-06T19:15:29.455Z","repository_link":"https://github.com/fortran-lang/setup-fortran/blob/main/.github/workflows/test.yml","dependencies":[{"id":8036527793,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v3","direct":true,"kind":"composite","optional":false},{"id":8036527794,"package_name":"./","ecosystem":"actions","requirements":"*","direct":true,"kind":"composite","optional":false},{"id":8036527795,"package_name":"actions/upload-artifact","ecosystem":"actions","requirements":"v3","direct":true,"kind":"composite","optional":false},{"id":8036527848,"package_name":"actions/setup-python","ecosystem":"actions","requirements":"v4","direct":true,"kind":"composite","optional":false},{"id":8036527907,"package_name":"actions/download-artifact","ecosystem":"actions","requirements":"v3","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"actions","filepath":"action.yml","sha":null,"kind":"manifest","created_at":"2023-10-13T01:15:54.000Z","updated_at":"2023-10-13T01:15:54.000Z","repository_link":"https://github.com/fortran-lang/setup-fortran/blob/main/action.yml","dependencies":[{"id":14183612376,"package_name":"actions/cache/restore","ecosystem":"actions","requirements":"v3","direct":true,"kind":"composite","optional":false},{"id":14183612377,"package_name":"actions/cache/save","ecosystem":"actions","requirements":"v3","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"actions","filepath":".github/actions/test-cc/action.yml","sha":null,"kind":"manifest","created_at":"2025-12-14T15:00:14.666Z","updated_at":"2025-12-14T15:00:14.666Z","repository_link":"https://github.com/fortran-lang/setup-fortran/blob/main/.github/actions/test-cc/action.yml","dependencies":[]},{"ecosystem":"actions","filepath":".github/actions/test-fc/action.yml","sha":null,"kind":"manifest","created_at":"2025-12-14T15:00:14.746Z","updated_at":"2025-12-14T15:00:14.746Z","repository_link":"https://github.com/fortran-lang/setup-fortran/blob/main/.github/actions/test-fc/action.yml","dependencies":[]},{"ecosystem":"actions","filepath":".github/actions/test-cxx/action.yml","sha":null,"kind":"manifest","created_at":"2025-12-14T15:00:14.706Z","updated_at":"2025-12-14T15:00:14.706Z","repository_link":"https://github.com/fortran-lang/setup-fortran/blob/main/.github/actions/test-cxx/action.yml","dependencies":[]},{"ecosystem":"pypi","filepath":"requirements.txt","sha":null,"kind":"manifest","created_at":"2025-12-14T15:00:14.808Z","updated_at":"2025-12-14T15:00:14.808Z","repository_link":"https://github.com/fortran-lang/setup-fortran/blob/main/requirements.txt","dependencies":[{"id":25768518291,"package_name":"pandas","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false},{"id":25768518292,"package_name":"tabulate","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false}]}],"score":null,"created_at":"2025-12-10T07:37:53.946Z","updated_at":"2026-05-31T03:14:12.216Z","avatar_url":"https://github.com/fortran-lang.png","language":"Shell","codemeta":null,"publiccode":null,"project_url":"https://summary.ecosyste.ms/api/v1/projects/369808","html_url":"https://summary.ecosyste.ms/projects/369808"}