Changeset View
Changeset View
Standalone View
Standalone View
package.yml
| name : scala | name : scala | ||||
| version : 2.13.5 | version : 2.13.6 | ||||
| release : 8 | release : 9 | ||||
| source : | source : | ||||
| - https://github.com/scala/scala/archive/v2.13.5.tar.gz : dfb1102c0d6238663b2a082f299431ca6c2bb4191947e03e3c462007f01b03a1 | - https://github.com/scala/scala/archive/refs/tags/v2.13.6.tar.gz : 728c51ef68e47f76f955c51e5aae25d5546966193fa722d27c5259c9558d80bb | ||||
| license : BSD-3-Clause | license : BSD-3-Clause | ||||
| component : programming | component : programming | ||||
| homepage : https://www.scala-lang.org/ | homepage : https://www.scala-lang.org/ | ||||
| summary : Scala Language Toolchain | summary : Scala Language Toolchain | ||||
| description: | | description: | | ||||
| Scala combines object-oriented and functional programming in one concise, high-level language. Scala's static types help avoid bugs in complex applications, and its JVM and JavaScript runtimes let you build high-performance systems with easy access to huge ecosystems of libraries. | Scala combines object-oriented and functional programming in one concise, high-level language. Scala's static types help avoid bugs in complex applications, and its JVM and JavaScript runtimes let you build high-performance systems with easy access to huge ecosystems of libraries. | ||||
| builddeps : | builddeps : | ||||
| - git | - git | ||||
| - openjdk-11-devel | - openjdk-11-devel | ||||
| - sbt | - sbt | ||||
| rundeps : | rundeps : | ||||
| - openjdk-11 | - openjdk-11 | ||||
| networking : yes | networking : yes | ||||
| build : | | build : | | ||||
| export SBT_OPTS="-Xmx4G -XX:ReservedCodeCacheSize=64M" | export SBT_OPTS="-Xmx4G" | ||||
| sbt -Divy.home=$workdir/.ivy2 \ | sbt -Divy.home=$workdir/.ivy2 \ | ||||
| -Dsbt.global.base=$workdir/.sbt \ | -Dsbt.global.base=$workdir/.sbt \ | ||||
| -Dsbt.ivy.home=$workdir/.ivy2 \ | -Dsbt.ivy.home=$workdir/.ivy2 \ | ||||
| -Duser.home=$workdir/.java \ | -Duser.home=$workdir/.java \ | ||||
| enableOptimizer package dist/mkPack | enableOptimizer package dist/mkPack | ||||
| install : | | install : | | ||||
| cd build | cd build | ||||
| Show All 15 Lines | |||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.