ScoopInstaller_Main/bucket/ammonite.json
2023-06-16 12:32:22 +00:00

19 lines
709 B
JSON

{
"version": "2.5.9",
"description": "Ammonite lets you use the Scala language for scripting purposes: in the REPL, as scripts, as a library, or as a standalone systems shell.",
"homepage": "https://ammonite.io",
"license": "MIT",
"suggest": {
"JDK": "java/openjdk"
},
"url": "https://github.com/lihaoyi/Ammonite/releases/download/2.5.9/2.12-2.5.9#/amm.bat",
"hash": "ecdc6d1c5f46ad8335b70456a4bb26ee5706cf820920f3ee72efad73d5a4a0d9",
"bin": "amm.bat",
"checkver": {
"github": "https://github.com/lihaoyi/Ammonite"
},
"autoupdate": {
"url": "https://github.com/lihaoyi/Ammonite/releases/download/$version/2.12-$version#/amm.bat"
}
}