ScoopInstaller_Main/bucket/ammonite.json
2020-01-13 06:00:25 +00:00

22 lines
762 B
JSON

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