ScoopInstaller_Main/bucket/ammonite.json
2019-11-24 05:00:21 +00:00

22 lines
762 B
JSON

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