ScoopInstaller_Main/ammonite.json
2019-03-22 11:00:23 +00:00

22 lines
762 B
JSON

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