ScoopInstaller_Main/bucket/ammonite.json
2023-03-10 00:03:29 +05:30

19 lines
709 B
JSON

{
"version": "2.5.8",
"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.",
"homepage": "https://ammonite.io",
"license": "MIT",
"suggest": {
"JDK": "java/openjdk"
},
"url": "https://github.com/lihaoyi/Ammonite/releases/download/2.5.8/2.12-2.5.8#/amm.bat",
"hash": "1f68437fb4f559ed45003975a6dbe43df421e889a3dbcb29b9cf51eceef1f0f8",
"bin": "amm.bat",
"checkver": {
"github": "https://github.com/lihaoyi/Ammonite"
},
"autoupdate": {
"url": "https://github.com/lihaoyi/Ammonite/releases/download/$version/2.12-$version#/amm.bat"
}
}