ScoopInstaller_Main/bucket/ammonite.json
2019-12-23 15:00:32 +00:00

22 lines
762 B
JSON

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