{"id":50759431,"url":"https://github.com/iraf-community/homebrew-tap","last_synced_at":"2026-06-11T08:31:24.581Z","repository":{"id":324428185,"uuid":"1096417445","full_name":"iraf-community/homebrew-tap","owner":"iraf-community","description":"Homebrew tap for IRAF and related packages","archived":false,"fork":false,"pushed_at":"2026-03-14T16:40:39.000Z","size":71,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-14T19:11:19.309Z","etag":null,"topics":["homebrew","iraf","macos"],"latest_commit_sha":null,"homepage":"https://iraf-community.github.io","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/iraf-community.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}},"created_at":"2025-11-14T11:52:16.000Z","updated_at":"2026-03-14T16:40:42.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/iraf-community/homebrew-tap","commit_stats":null,"previous_names":["iraf-community/homebrew-tap"],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/iraf-community/homebrew-tap","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iraf-community%2Fhomebrew-tap","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iraf-community%2Fhomebrew-tap/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iraf-community%2Fhomebrew-tap/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iraf-community%2Fhomebrew-tap/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iraf-community","download_url":"https://codeload.github.com/iraf-community/homebrew-tap/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iraf-community%2Fhomebrew-tap/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34190583,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-11T02:00:06.485Z","response_time":57,"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"}},"keywords":["homebrew","iraf","macos"],"created_at":"2026-06-11T08:31:24.509Z","updated_at":"2026-06-11T08:31:24.576Z","avatar_url":"https://github.com/iraf-community.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Homebrew Tap for IRAF Community\n\nThis [Homebrew tap](https://brew.sh) contains\n[IRAF](https://iraf-community.github.io) and support packages. Most of\nthem are community maintained.\n\n## Installation\n\n```shell\nbrew tap iraf-community/tap\nbrew install iraf\nbrew install x11iraf\n…\n```\n\nThe **iraf** environment variable is\n\n```shell\nexport iraf=${HOMEBREW_PREFIX}/opt/iraf/libexec/\n```\n\n## Available packages\n\n * **iraf**: Image Reduction and Analysis Facility ![GitHub Release](https://img.shields.io/github/v/release/iraf-community/homebrew-tap?filter=iraf-2*\u0026label=\u0026color=white)\n * **x11iraf**: X11 terminal emulator and image display for IRAF ![GitHub Release](https://img.shields.io/github/v/release/iraf-community/homebrew-tap?filter=x11iraf-*\u0026label=\u0026color=white)\n * **iraf-ctio**: Tools for the Cerro Tololo Inter-American Observatory ![GitHub Release](https://img.shields.io/github/v/release/iraf-community/homebrew-tap?filter=iraf-ctio-*\u0026label=\u0026color=white)\n * **iraf-fitsutil**: FITS utilities for IRAF ![GitHub Release](https://img.shields.io/github/v/release/iraf-community/homebrew-tap?filter=iraf-fitsutil-*\u0026label=\u0026color=white)\n * **iraf-mscred**: Mosaic CCD reduction package ![GitHub Release](https://img.shields.io/github/v/release/iraf-community/homebrew-tap?filter=iraf-mscred-*\u0026label=\u0026color=white)\n * **iraf-rvsao**: Radial velocities package ![GitHub Release](https://img.shields.io/github/v/release/iraf-community/homebrew-tap?filter=iraf-rvsao-*\u0026label=\u0026color=white)\n * **iraf-sptable**: Tabular spectra utilities ![GitHub Release](https://img.shields.io/github/v/release/iraf-community/homebrew-tap?filter=iraf-sptable-*\u0026label=\u0026color=white)\n * **iraf-st4gem**: Selected tasks from STSDAS ![GitHub Release](https://img.shields.io/github/v/release/iraf-community/homebrew-tap?filter=iraf-st4gem-*\u0026label=\u0026color=white)\n * **iraf-xdimsum**: Deep infrared mosaicing software ![GitHub Release](https://img.shields.io/github/v/release/iraf-community/homebrew-tap?filter=iraf-xdimsum-*\u0026label=\u0026color=white)\n\nPyRAF can be installed from PyPI with the command\n\n```shell\npip install pyraf\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Firaf-community%2Fhomebrew-tap","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Firaf-community%2Fhomebrew-tap","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Firaf-community%2Fhomebrew-tap/lists"}