ScoopInstaller_Main/bucket/ammonite.json
2020-11-26 07:57:42 +01:00

22 lines
762 B
JSON

{
"version": "2.3.8",
"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": "http://ammonite.io",
"license": "MIT",
"suggest": {
"JDK": [
"java/oraclejdk",
"java/openjdk"
]
},
"url": "https://github.com/lihaoyi/Ammonite/releases/download/2.3.8/2.12-2.3.8#/amm.bat",
"hash": "1a963296d69ffc9fba3162c782e0229fe96aa48a53eec9a14c8d0b780601f3cf",
"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"
}
}