stout 0.2.1

A fast, Rust-based Homebrew-compatible package manager
1
2
3
4
5
6
#!/usr/bin/env ruby
# frozen_string_literal: true

require "stout_pkg"

StoutPkg.run(*ARGV)