{"id":20564350,"url":"https://github.com/tarantool/homebrew-tap","last_synced_at":"2025-10-26T17:33:28.292Z","repository":{"id":39889744,"uuid":"298879201","full_name":"tarantool/homebrew-tap","owner":"tarantool","description":null,"archived":false,"fork":false,"pushed_at":"2024-06-27T10:56:19.000Z","size":38,"stargazers_count":3,"open_issues_count":2,"forks_count":2,"subscribers_count":26,"default_branch":"master","last_synced_at":"2025-03-28T04:03:52.834Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tarantool.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}},"created_at":"2020-09-26T18:49:13.000Z","updated_at":"2024-06-27T10:56:22.000Z","dependencies_parsed_at":"2024-06-27T15:35:15.204Z","dependency_job_id":"393384cb-5e96-4315-a205-4938906c5e82","html_url":"https://github.com/tarantool/homebrew-tap","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tarantool%2Fhomebrew-tap","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tarantool%2Fhomebrew-tap/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tarantool%2Fhomebrew-tap/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tarantool%2Fhomebrew-tap/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tarantool","download_url":"https://codeload.github.com/tarantool/homebrew-tap/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248904640,"owners_count":21180835,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-16T04:25:54.499Z","updated_at":"2025-10-26T17:33:28.172Z","avatar_url":"https://github.com/tarantool.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"Status\n======\n\nThis repository is NOT supported by Tarantool Team.\n\nHowever, if you're interested in this project, we're happy to accept a\ncontribution via a pull request.\n\nTarantool Homebrew Tap\n======================\n\nThis is [Homebrew][brew] tap or several versions of formulae for installing\n[Tarantool][tnt] to different versions of Mac OSX systems.\n\nTL;DR\n-----\n    brew tap tarantool/tap\n    brew update\n    brew install tarantool@2.6\n\nWhy there is yet another Homebrew formulae for Tarantool?\n---------------------------------------------------------\n\nThere is already Tarantool formulae in the central [Homebrew-core][homebrew-core]\nrepository, so why we may need this Tap?\n\nIt's complicated. [Tarantool][tnt] supports [several versions of a product][releases]\nat the same time, of different stability levels, e.g. [LTS, stable, beta][releases],\nnot saying there is actual development head. Unfortunately, you have to be very\nlarge product, installed millions of installations, to make possible to keep several\nversions of formulaes available in the Homebrew-core, e.g. at the moment of writing\nBoost was available as 4 versions: `HEAD` (1.74), temporary alias 1.74, and older\nversions - 1.57 and 1.60.\nMoreover, Homebrew is not keeping all released versions, just only a fraction.\n\nTo have fuller control of that is available, for which product version and/or MacOSX\nversions, you need to use vendor Tap.\n\nSetup/Preparations\n------------------\n\nThese formulaes use Homebrew, and will recompile installed project upon download,\nso you have to install Xcode before.\n\nThis command will add this tap to the list of used Homebrew sources for installation:\n\n    brew tap tarantool/tap\n\nThis is good practice before installing formula from central repository or from the\ntap to update all definitions with:\n\n    brew update\n\nUsage\n-----\n\nTo install formulae you usually run `brew install \u003cproductname\u003e` with the name of\nformula used for installation of productname. Formula name may include particular\nversion of product, e.g. `tarantool@1.10` if you want to install older version,\nnot the latest one.\n\nSo for installing of versions below, you need to run commands:\n\n| Tarantool version       | Command                                       |\n|-------------------------|-----------------------------------------------|\n| 1.10 (lts)              | `brew install tarantool@1.10`                 |\n| 2.5 (stable)            | `brew install tarantool@2.5`                  |\n| 2.6 (stable)            | `brew install tarantool@2.6`                  |\n| 2.7 (stable)            | `brew install tarantool@2.7`                  |\n| 2.8 (stable)            | `brew install tarantool@2.8`                  |\n| 2.10 (release)          | `brew install tarantool@2.10`                 |\n| _latest stable release_ | `brew install tarantool/tap/tarantool`        |\n| _master_                | `brew install tarantool/tap/tarantool --HEAD` |\n\nOnly versions mentioned below have been adapted to build binary bottles, all the rest\nwill require full rebuild from sources:\n\n| Tarantool version          | Target                                        |\n|----------------------------|-----------------------------------------------|\n| `tarantool@1.10` (1.10.12) | linux/x86_64, macos_bigsur/x86_64             |\n| `tarantool@2.8` (2.8.4)    | linux/x86_64, macos_bigsur/x86_64             |\n| `tarantool@2.10` (2.10.3). | linux/x86_64, macos_bigsur/x86_64           |\n\nReferences\n----------\n`brew help`, `man brew` to see local Homebrew documentation.\n\n[brew]: http://brew.sh\n[homebrew-core]: https://github.com/Homebrew/homebrew-core/blob/master/Formula/tarantool.rb\n[tnt]: http://tarantool.io\n[releases]: https://www.tarantool.io/en/doc/latest/dev_guide/release_management/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftarantool%2Fhomebrew-tap","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftarantool%2Fhomebrew-tap","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftarantool%2Fhomebrew-tap/lists"}