Hi. I’m very excited to use flox instead of homebrew. I like to use the command brew info
to get information about package dependencies, link to homepage/recipe etc…
➜ ~ brew info ripgrep
==> ripgrep: stable 13.0.0 (bottled), HEAD
Search tool like grep and The Silver Searcher
https://github.com/BurntSushi/ripgrep
/usr/local/Cellar/ripgrep/13.0.0 (13 files, 6.2MB) *
Poured from bottle on 2021-06-13 at 16:32:29
From: https://github.com/Homebrew/homebrew-core/blob/HEAD/Formula/ripgrep.rb
License: Unlicense
==> Dependencies
Build: asciidoctor ✘, pkg-config ✔, rust ✘
Required: pcre2 ✔
==> Options
--HEAD
Install HEAD version
==> Caveats
fish completions have been installed to:
/usr/local/share/fish/vendor_completions.d
==> Analytics
install: 237 (30 days), 18,944 (90 days), 111,871 (365 days)
install-on-request: 234 (30 days), 18,603 (90 days), 109,059 (365 days)
build-error: 0 (30 days)
or on NixOS
➜ ~ nix-env -qa --description ripgrep
ripgrep-13.0.0 A utility that combines the usability of The Silver Searcher with the raw speed of grep
➜ ~ nix-env -qa --description --meta --json ripgrep
{
"nixpkgs.ripgrep": {
"meta": {
"available": true,
"broken": false,
"description": "A utility that combines the usability of The Silver Searcher with the raw speed of grep",
"homepage": "https://github.com/BurntSushi/ripgrep",
...