ScoopInstaller_Main/bucket/ammonite.json
2019-07-01 06:01:48 +00:00

22 lines
762 B
JSON

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