ScoopInstaller_Main/bucket/ammonite.json
2020-04-28 11:55:39 +02:00

22 lines
762 B
JSON

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