scala-cli
Command-line tool to interact with the Scala language
Scala CLI is an experimental tool to run/compile/test Scala that aims at being a better scala command. It shares some similarities with build tools, but doesn't aim at supporting multi-module projects, nor to be extended via a task system.
https://scala-cli.virtuslab.org/
amd64
Installation
1. Add WakeMeOps repository
curl -sSL https://raw.githubusercontent.com/upciti/wakemeops/main/assets/install_repository | sudo bash
2. Install scala-cli
Snippets
Download URLs
Version | SHA256 | Size (KB) |
---|---|---|
1.0.4 | 6f6d867e994703f7fd199c1f8d8c37dd35d50c634efa431928f2a67fb3e34c86 |
23140 |
1.0.3 | ed12dff6a5d8d138f9eadd4dd378c6a9648da3b50e54bcaf416bb512e350c8df |
23142 |
1.0.2 | 5df1e37ed5a47bbb3767145c6c089fb8bf8763061067490a49480b468ee6148e |
23068 |
1.0.1 | a0f6809467039d9709ed9128e9bec97751fdc706fc79ab65ee87a13723799b44 |
23008 |
1.0.0-RC2 | 8d7b0eb51679e7e564bdb83edd096203d8a9651fc2ae931039650aa3ffb59725 |
22756 |
1.0.0-RC1 | a32f744ca0c85ec18b4a0f67cf5ad8d4b2ed2d4c25f444d1aeb6748ab55d4888 |
22680 |
1.0.0 | bc3caf2427fef0a15fece1a07f43fd8498f448467acb280be4c7f280137547cd |
22978 |
0.2.1 | 578d9f5cc1633f3c3f0deb2265d45e9fe07facebe3ff115d988c6ffe4f96a153 |
22830 |
0.2.0 | ec98c4f632f7843108d7f15f3c2c9febcebaf32d5e94a51a8388c8711eaf2404 |
22780 |
0.1.20 | c9cec33b0d534f23f6a6f221386ab9935903e00325412661932732b584850a49 |
22761 |
Blueprints
Debian packages listed on this page are generated from op2deb YAML blueprints. Blueprints for scala-cli are versioned here.
Click here to see scala-cli ops2deb blueprints
https://github.com/upciti/wakemeops/blob/main/blueprints/dev/scala-cli/ops2deb.yml
name: scala-cli
matrix:
versions:
- 0.1.2
- 0.1.3
- 0.1.4
- 0.1.5
- 0.1.6
- 0.1.7
- 0.1.8
- 0.1.9
- 0.1.10
- 0.1.11
- 0.1.12
- 0.1.13
- 0.1.14
- 0.1.15
- 0.1.16
- 0.1.17
- 0.1.18
- 0.1.19
- 0.1.20
- 0.2.0
- 0.2.1
- 1.0.0-RC1
- 1.0.0-RC2
- 1.0.0
- 1.0.1
- 1.0.2
- 1.0.3
- 1.0.4
homepage: https://scala-cli.virtuslab.org/
summary: command-line tool to interact with the Scala language
description: |-
Scala CLI is an experimental tool to run/compile/test Scala that aims at being
a better scala command. It shares some similarities with build tools, but
doesn't aim at supporting multi-module projects, nor to be extended via a task
system.
fetch: https://github.com/VirtusLab/scala-cli/releases/download/v{{version}}/scala-cli-x86_64-pc-linux.deb
install:
- data/usr/share/scala/scala-cli:/usr/bin/scala-cli
The blueprint fetch
keyword contains a URL template pointing to scala-cli releases. Downloaded files are locked in a lockfile versioned here.
Click here to see scala-cli release hashes
https://github.com/upciti/wakemeops/blob/main/blueprints/dev/scala-cli/ops2deb.lock.yml
- url: https://github.com/VirtusLab/scala-cli/releases/download/v0.1.2/scala-cli-x86_64-pc-linux.deb
sha256: 40058131f8784f5b7fdd200a31823d5a021f051b831ea4de712a769040466819
timestamp: 2022-03-20 23:23:06+00:00
- url: https://github.com/VirtusLab/scala-cli/releases/download/v0.1.3/scala-cli-x86_64-pc-linux.deb
sha256: 08369461e8475b2e50a2523edb8876aedd2eac2eab6eb948701cd4dd1e1a0bb1
timestamp: 2022-04-04 20:26:56+00:00
- url: https://github.com/VirtusLab/scala-cli/releases/download/v0.1.4/scala-cli-x86_64-pc-linux.deb
sha256: 447c2ad852fa79cf590f1a9d6403b2fcb750c7e54f18a00a486edb3f99c2cb6b
timestamp: 2022-04-19 17:23:57+00:00
- url: https://github.com/VirtusLab/scala-cli/releases/download/v0.1.5/scala-cli-x86_64-pc-linux.deb
sha256: 94bd1e403a52cff54398fae8ba24db91b49ca4f5d40b338c936c42909036094f
timestamp: 2022-05-04 14:46:52+00:00
- url: https://github.com/VirtusLab/scala-cli/releases/download/v0.1.6/scala-cli-x86_64-pc-linux.deb
sha256: a507af660ec5f14bbc51839c9903e03a5b0a4d2668475184ab3037219d4fe9e9
timestamp: 2022-05-24 17:24:50+00:00
- url: https://github.com/VirtusLab/scala-cli/releases/download/v0.1.7/scala-cli-x86_64-pc-linux.deb
sha256: ebf345fed5181f84afe3b372fdcd92d96bf76eba75308b7a08033c45528e9240
timestamp: 2022-06-06 20:26:08+00:00
- url: https://github.com/VirtusLab/scala-cli/releases/download/v0.1.8/scala-cli-x86_64-pc-linux.deb
sha256: e90bfa0ae81fef704efb8587ba9f5b35b2c0606d6d6f6d621518602d62de3b5a
timestamp: 2022-06-14 17:24:06+00:00
- url: https://github.com/VirtusLab/scala-cli/releases/download/v0.1.9/scala-cli-x86_64-pc-linux.deb
sha256: 6909ea82b7eab10921088003419a2f0c9d828b617b0a928a4603c3ccb12038e9
timestamp: 2022-06-30 11:21:09+00:00
- url: https://github.com/VirtusLab/scala-cli/releases/download/v0.1.10/scala-cli-x86_64-pc-linux.deb
sha256: eaeffa5b6fc640343d96452c84a907dfc08715e7ca52644796641c02f97f5957
timestamp: 2022-07-17 23:19:12+00:00
- url: https://github.com/VirtusLab/scala-cli/releases/download/v0.1.11/scala-cli-x86_64-pc-linux.deb
sha256: eebc6357141ab45263f6a9cf31cbf90884cf45c1298cc9ae47cc17ecedb99ef6
timestamp: 2022-08-03 17:26:59+00:00
- url: https://github.com/VirtusLab/scala-cli/releases/download/v0.1.12/scala-cli-x86_64-pc-linux.deb
sha256: ae5c89db17a9d4dd2a1e2a7b7e247639a7ef73a99e40a141201770372ee9ba4c
timestamp: 2022-08-23 14:44:38+00:00
- url: https://github.com/VirtusLab/scala-cli/releases/download/v0.1.13/scala-cli-x86_64-pc-linux.deb
sha256: f0c01ffa976f317f10e17546d548fcf47f041d2bb8f9a5427414bf566af13250
timestamp: 2022-09-12 23:23:07+00:00
- url: https://github.com/VirtusLab/scala-cli/releases/download/v0.1.14/scala-cli-x86_64-pc-linux.deb
sha256: 18492ffbae86d56d07a72c33dd8e0507b38a2d68dad688eb904390f33b61932d
timestamp: 2022-09-13 20:31:22+00:00
- url: https://github.com/VirtusLab/scala-cli/releases/download/v0.1.15/scala-cli-x86_64-pc-linux.deb
sha256: 849d5f66c8ff1545f269adc4b745ed728612137d54d9c2d3b11a1afd67171402
timestamp: 2022-09-28 20:36:36+00:00
- url: https://github.com/VirtusLab/scala-cli/releases/download/v0.1.16/scala-cli-x86_64-pc-linux.deb
sha256: ee1d7a38ac56c05af4abc5626fc2f3ca6527f79160b1115a03b46517c4a70e9e
timestamp: 2022-10-14 14:56:44+00:00
- url: https://github.com/VirtusLab/scala-cli/releases/download/v0.1.17/scala-cli-x86_64-pc-linux.deb
sha256: ae89e92110751ae73ef8f9371d2f69d2cc270983dad871f9b09cee322b296925
timestamp: 2022-11-10 16:24:26+00:00
- url: https://github.com/VirtusLab/scala-cli/releases/download/v0.1.18/scala-cli-x86_64-pc-linux.deb
sha256: c12d19ad02453fe88e845941e04470887b60c600b71420a6c6687990dfe5ca53
timestamp: 2022-11-30 16:22:33+00:00
- url: https://github.com/VirtusLab/scala-cli/releases/download/v0.1.19/scala-cli-x86_64-pc-linux.deb
sha256: 2d2e7834a5a5e2a1a0ec1958401abda3b9d5839c4900ef201616213e565e0c31
timestamp: 2022-12-20 02:35:03+00:00
- url: https://github.com/VirtusLab/scala-cli/releases/download/v0.1.20/scala-cli-x86_64-pc-linux.deb
sha256: f1986a0dfdb33b536192631f3186f1eea4bdf8d120e89ec227d5ac224d686ae2
timestamp: 2023-01-19 07:24:00+00:00
- url: https://github.com/VirtusLab/scala-cli/releases/download/v0.2.0/scala-cli-x86_64-pc-linux.deb
sha256: aad6aefcc27a6a46defbe101f97469c137ce32f309bd03f0863f603a695aee89
timestamp: 2023-02-22 16:21:01+00:00
- url: https://github.com/VirtusLab/scala-cli/releases/download/v0.2.1/scala-cli-x86_64-pc-linux.deb
sha256: 4282c69c9c0cb6d478a53ff323a21d92f0c4f932b0d7f200f396e9cd2df4dc7e
timestamp: 2023-03-16 18:23:51+00:00
- url: https://github.com/VirtusLab/scala-cli/releases/download/v1.0.0-RC1/scala-cli-x86_64-pc-linux.deb
sha256: 15f7d311f9a59864fb8b77e126133a52bfa63fda08dba820c3f2d99b57dfe0f4
timestamp: 2023-04-04 09:17:20+00:00
- url: https://github.com/VirtusLab/scala-cli/releases/download/v1.0.0-RC2/scala-cli-x86_64-pc-linux.deb
sha256: b2a7dab5a649f3211354f88f7673d36e71045e7da6416b403f0a410e5dea419d
timestamp: 2023-05-10 12:33:16+00:00
- url: https://github.com/VirtusLab/scala-cli/releases/download/v1.0.0/scala-cli-x86_64-pc-linux.deb
sha256: 8b01f464408ef5aaa9e5a9fdf834334389658b4b8923d85d7049dd3ce55bd825
timestamp: 2023-05-24 21:13:25+00:00
- url: https://github.com/VirtusLab/scala-cli/releases/download/v1.0.1/scala-cli-x86_64-pc-linux.deb
sha256: 23cbe17ab78ff1d2ff42092159c35f472a9ad5804df9287ab4ed9441015321f1
timestamp: 2023-06-08 21:16:23+00:00
- url: https://github.com/VirtusLab/scala-cli/releases/download/v1.0.2/scala-cli-x86_64-pc-linux.deb
sha256: 8242bf5f74d5d091ea8c71e48bce1e792f94b2d3898c6dbaf765d33cc52dba1e
timestamp: 2023-07-11 18:23:50+00:00
- url: https://github.com/VirtusLab/scala-cli/releases/download/v1.0.3/scala-cli-x86_64-pc-linux.deb
sha256: 6385d9a0fd9684810f2002aaea407997744d35fd4177d79649c99ff7847a984d
timestamp: 2023-08-08 21:14:25+00:00
- url: https://github.com/VirtusLab/scala-cli/releases/download/v1.0.4/scala-cli-x86_64-pc-linux.deb
sha256: 82fb8799b97dd41aeabe563ee4f331a5da73de9c6f19466d08bd3937689ed31d
timestamp: 2023-08-10 12:35:21+00:00