You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,8 @@ The F# community use this repo and others to publish these components:
19
19
20
20
* “fsharp” Debian Linux packages for F# + Mono (published from[derivative repo](https://github.com/mono/linux-packaging-fsharp/))
21
21
22
+
* Linuxbrew package which works on all distributions, as part of[their mono package](https://github.com/Linuxbrew/homebrew-core/blob/master/Formula/mono.rb)
23
+
22
24
* “fsharp” as bundled in macOS tooling for F# + Mono by Xamarin and installed either from[the Mono Project Download page](http://www.mono-project.com/download/#download-mac) or via homebrew cask as part of the[`mono-mdk`](https://github.com/caskroom/homebrew-cask/blob/master/Casks/mono-mdk.rb) cask (`brew cask install mono-mdk`). The mono repository includes F# into Mono itself using[this script](https://github.com/mono/mono/blob/master/packaging/MacSDK/fsharp.py), note that some patches may be added as defined by that script.