ScoopInstaller_Main/bucket/ammonite.json
2019-09-30 03:00:36 +00:00

22 lines
762 B
JSON

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