Homebrew | shards | |
---|---|---|
2 | 3 | |
27,633 | 777 | |
- | 0.1% | |
0.0 | 7.2 | |
over 6 years ago | 8 days ago | |
Ruby | Crystal | |
- | GNU General Public License v3.0 or later |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Homebrew
-
Sapphire: Rust based package manager for macOS
Found it because I was curious: https://github.com/Homebrew/legacy-homebrew/commit/29d85578e...
Here are the comparisons to other package managers:
> Packages are brewed in individual, versioned kegs. Then symlinks are created to give a normal POSIX tree. This way the filesystem is the package database. Everything else is now easy. We are made of win.
vs MacPorts registry which used its own homebrewed (lol) Receipts files in 2009, and now uses a SQLite DB: https://guide.macports.org/chunked/internals.registry.html#i...
> I wouldn't worry about it not being root. We don't install anything base enough for it to be a concern (unlike MacPorts or Fink).
vs MacPorts installs to `/opt/local` as root.
> Why Not MacPorts?
> =================
> 1. MacPorts installs its own libz, its own openssl, etc. It is an autarky.
> This makes no sense to me. OS X comes with all that shit.
> 2. MacPorts support Tiger, and PPC. We don't, so things are better optimised.
There is no “Why Not Fink?” section.
And because I didn't know the word autarky: https://en.wiktionary.org/wiki/autarky
-
Need Help Installing Yarn
For Homebrew though, some tips from here might help if you want to try getting that install to work instead. https://github.com/Homebrew/legacy-homebrew/issues/15077
shards
-
From Ruby to Crystal? We write and distribute a CLI tool to check it out
See the shard.yml documentation for more details.
-
Why should you learn Crystal?
You can see the official repository by clicking here.
- Por que você deveria aprender Crystal?
What are some alternatives?
CocoaPods - The Cocoa Dependency Manager.
CRelease - Application to simpify versioning and releasing crystal projects.
Homebrew-cask - 🍻 A CLI workflow for the administration of macOS applications distributed as binaries
crystal4noobs - Tutorial para iniciantes em Crystal! 💎
fpm - Effing package management! Build packages for multiple platforms (deb, rpm, etc) with great ease and sanity.
Linuxbrew