We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9d030d commit a58e09cCopy full SHA for a58e09c
Formula/smlsharp.rb
@@ -6,6 +6,11 @@ class Smlsharp < Formula
6
version "4.1.0"
7
license "MIT"
8
9
+ bottle do
10
+ root_url "https://smlsharp.github.io/repos/homebrew"
11
+ sha256 sonoma: "1a4949d74ce36f02a32b2c1d99214941253a29ad988705d3a79a4e96cfbd2b55"
12
+ end
13
+
14
depends_on "llvm@18"
15
depends_on "massivethreads"
16
depends_on "gmp"
0 commit comments