{"id":48212766,"url":"https://github.com/portfoligno/homebrew-idris","last_synced_at":"2026-05-23T04:05:55.007Z","repository":{"id":349130208,"uuid":"1201140194","full_name":"Portfoligno/homebrew-idris","owner":"Portfoligno","description":"Homebrew tap for idris2-pack (Idris 2 package manager)","archived":false,"fork":false,"pushed_at":"2026-04-19T08:34:31.000Z","size":55,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-19T10:32:02.177Z","etag":null,"topics":["functional-programming","homebrew","homebrew-tap","idris2","idris2-pack","package-manager"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Portfoligno.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":"2026-04-04T09:09:01.000Z","updated_at":"2026-04-19T08:34:35.000Z","dependencies_parsed_at":null,"dependency_job_id":"9fde7f71-05f5-4cbf-bcc9-450a1b669dd5","html_url":"https://github.com/Portfoligno/homebrew-idris","commit_stats":null,"previous_names":["portfoligno/homebrew-idris"],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/Portfoligno/homebrew-idris","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Portfoligno%2Fhomebrew-idris","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Portfoligno%2Fhomebrew-idris/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Portfoligno%2Fhomebrew-idris/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Portfoligno%2Fhomebrew-idris/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Portfoligno","download_url":"https://codeload.github.com/Portfoligno/homebrew-idris/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Portfoligno%2Fhomebrew-idris/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32301330,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T09:34:17.070Z","status":"ssl_error","status_checked_at":"2026-04-26T09:34:00.993Z","response_time":129,"last_error":"SSL_read: 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"}},"keywords":["functional-programming","homebrew","homebrew-tap","idris2","idris2-pack","package-manager"],"created_at":"2026-04-04T18:52:20.505Z","updated_at":"2026-05-23T04:05:54.978Z","avatar_url":"https://github.com/Portfoligno.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# homebrew-idris\n\nHomebrew Tap for [idris2-pack](https://github.com/stefan-hoeck/idris2-pack), the package manager for the Idris 2 programming language.\n\nProvides pre-built bottles for macOS (Apple Silicon) so installation completes in seconds instead of building from source. Intel Macs fall back to a source build.\n\n## Install\n\n```sh\nbrew install Portfoligno/idris/idris2-pack\n```\n\n## Post-install\n\nThe formula includes a bundled Idris2 compiler. You can use pack immediately:\n\n```sh\npack build\npack install \u003cpackage\u003e\n```\n\nPack installs executables to `$HOME/.local/bin` by default. Add it to your PATH:\n\n```sh\nexport PATH=\"$HOME/.local/bin:$PATH\"\n```\n\n## Update\n\n```sh\nbrew upgrade idris2-pack\n```\n\nUse `brew upgrade` rather than `pack update` to get new versions. Pack state is automatically aligned with the new collection on first run after upgrade.\n\nThe first `pack` invocation after upgrade downloads the updated collection database (requires network, takes a few seconds). To reclaim disk space from old install trees:\n\n```sh\npack gc\n```\n\n## Pin to a specific version\n\nStarting from version 2026.05.02, each release publishes a versioned formula that can be installed alongside the latest:\n\n```sh\nbrew install Portfoligno/idris/idris2-pack@2026.05.02\n```\n\nVersioned formulas are keg-only. Access the pinned binary via:\n\n```sh\n\"$(brew --prefix idris2-pack@2026.05.02)/bin/pack\" help\n```\n\n## How it works\n\nThe formula bootstraps the Idris2 compiler from source (pinned to the exact commit specified by a pack-db nightly collection), builds pack's 10 library dependencies, and then builds pack itself. The result is bottled and published as a GitHub Release.\n\nA daily CI workflow monitors the upstream [pack-db](https://github.com/stefan-hoeck/idris2-pack-db) repository for new nightly collections and automatically creates update PRs.\n\nSee [docs/ARCHITECTURE.md](docs/ARCHITECTURE.md) for details.\n\n## Version scheme\n\nVersions follow CalVer format `YYYY.MM.DD`, derived from the pack-db nightly collection date.\n\n## License\n\nBSD-3-Clause\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fportfoligno%2Fhomebrew-idris","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fportfoligno%2Fhomebrew-idris","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fportfoligno%2Fhomebrew-idris/lists"}