2022-06-21 16:31:56 +00:00

35 lines
1.2 KiB
JSON

{
"version": "3.1.3",
"description": "A modern multi-paradigm programming language designed to express common programming patterns in a concise, elegant, and type-safe way.",
"homepage": "https://www.scala-lang.org/",
"license": "BSD-3-Clause",
"notes": [
"Scala 3 has been installed. If you haven't migrated yet, install versions/scala2.",
"Or follow the migration guide: https://docs.scala-lang.org/scala3/guides/migration/compatibility-intro.html"
],
"suggest": {
"JDK": "java/openjdk"
},
"url": "https://github.com/lampepfl/dotty/releases/download/3.1.3/scala3-3.1.3.zip",
"hash": "1b467b369e58aa6a29187553d0181404a92f31f3ee2788521c6cc8093f094cc7",
"extract_dir": "scala3-3.1.3",
"bin": [
"bin\\scala.bat",
"bin\\scalac.bat",
"bin\\scaladoc.bat"
],
"env_set": {
"SCALA_HOME": "$dir"
},
"checkver": {
"github": "https://github.com/lampepfl/dotty/"
},
"autoupdate": {
"url": "https://github.com/lampepfl/dotty/releases/download/$version/scala3-$version.zip",
"hash": {
"url": "$baseurl/sha256sum.txt"
},
"extract_dir": "scala3-$version"
}
}