cask "pdl" do version "0.7.1" sha256 "9e2f3c68a2960e7d3595ad26c5c383bf66bf20ca3d49b61d855503db50de00b5" url "https://github.com/IBM/prompt-declaration-language/releases/download/v#{version}/PDL_#{version}_universal.dmg", verified: "github.com/IBM/prompt-declaration-language/" name "PDL" desc "Declarative language for creating reliable, composable LLM prompts" homepage "https://ibm.github.io/prompt-declaration-language/" livecheck do url :url strategy :github_latest end depends_on macos: ">= :high_sierra" app "PDL.app" binary "#{appdir}/PDL.app/Contents/MacOS/PDL", target: "pdl" zap trash: "~/Library/Application Support/PDL" end