mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
20 lines
602 B
Ruby
20 lines
602 B
Ruby
cask "netron" do
|
|
version "7.3.2"
|
|
sha256 "f95bfc1973dcde75a3ba09940870f23d804917d1bd64caecbd24c9b33ffed817"
|
|
|
|
url "https://github.com/lutzroeder/netron/releases/download/v#{version}/Netron-#{version}-mac.zip"
|
|
name "Netron"
|
|
desc "Visualizer for neural network, deep learning, and machine learning models"
|
|
homepage "https://github.com/lutzroeder/netron"
|
|
|
|
auto_updates true
|
|
|
|
app "Netron.app"
|
|
|
|
zap trash: [
|
|
"~/Library/Application Support/Netron",
|
|
"~/Library/Preferences/com.lutzroeder.netron.plist",
|
|
"~/Library/Saved Application State/com.lutzroeder.netron.savedState",
|
|
]
|
|
end
|