https://github.com/rustls/homebrew-tap
A Homebrew tap for installing Rustls software and associated packages
https://github.com/rustls/homebrew-tap
Last synced: 8 months ago
JSON representation
A Homebrew tap for installing Rustls software and associated packages
- Host: GitHub
- URL: https://github.com/rustls/homebrew-tap
- Owner: rustls
- License: apache-2.0
- Created: 2024-08-05T20:50:36.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-04T13:06:39.000Z (8 months ago)
- Last Synced: 2025-06-08T00:08:38.032Z (8 months ago)
- Language: Ruby
- Size: 19.5 KB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-Apache-2.0
Awesome Lists containing this project
README
# homebrew-tap
Third-party [Homebrew](https://brew.sh) repository for [rustls-ffi](https://github.com/rustls/rustls-ffi) related packages.
## Installation
```
brew tap rustls/tap
brew install rustls/tap/curl
```
See also [Homebrew documentation for Taps](https://docs.brew.sh/Taps).
## FAQ
```
cargo: error while loading shared libraries: librustls.so.0.14.0: cannot open shared object file: No such file or directory
```
In some cases you may need to manually rebuild your rustls-linked curl binary/library after updating the rustls-ffi package, this can be done with the following command. If you know of a way to have homebrew automatically detect this please let us know. ✨
```
brew reinstall rustls/tap/curl
```