ScoopInstaller_Main/bucket/ammonite.json
2019-12-25 06:00:23 +00:00

22 lines
762 B
JSON

{
"version": "1.9.8",
"license": "MIT",
"url": "https://github.com/lihaoyi/Ammonite/releases/download/1.9.8/2.12-1.9.8#/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": "dd27cc1b0d36dc22504ca5f743f6194876d94a296b62c29bb32b948a6c4f053e",
"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"
]
}
}