Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 17 additions & 1 deletion pkgs/rust-lang/rust-analyzer/pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,18 @@
packages:
- name: rust-lang/rust-analyzer@2024-10-28
- name: rust-lang/rust-analyzer@2024-11-04
- name: rust-lang/rust-analyzer
version: 2024-10-28
- name: rust-lang/rust-analyzer
version: 2024-09-16
- name: rust-lang/rust-analyzer
version: 2021-02-08
- name: rust-lang/rust-analyzer
version: 2021-01-11
- name: rust-lang/rust-analyzer
version: 2021-01-04
- name: rust-lang/rust-analyzer
version: 2020-12-21
- name: rust-lang/rust-analyzer
version: 2020-07-06
- name: rust-lang/rust-analyzer
version: 2020-02-17
158 changes: 144 additions & 14 deletions pkgs/rust-lang/rust-analyzer/registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,150 @@ packages:
- type: github_release
repo_owner: rust-lang
repo_name: rust-analyzer
asset: rust-analyzer-{{.Arch}}-{{.OS}}.{{.Format}}
format: gz
description: A Rust compiler front-end for IDEs
replacements:
amd64: x86_64
arm64: aarch64
darwin: apple-darwin
linux: unknown-linux-musl
windows: pc-windows-msvc
overrides:
- goos: linux
goarch: arm64
version_constraint: "false"
version_overrides:
- version_constraint: Version == "2024-09-23"
no_asset: true
- version_constraint: semver("<= 2020-02-17")
asset: ra_lsp_server-{{.OS}}
format: raw
replacements:
darwin: mac
supported_envs:
- darwin
- windows
- amd64
- version_constraint: semver("<= 2020-07-06")
asset: rust-analyzer-{{.OS}}
format: raw
replacements:
darwin: mac
supported_envs:
- darwin
- windows
- amd64
- version_constraint: semver("<= 2020-12-21")
asset: rust-analyzer-{{.OS}}.{{.Format}}
format: gz
files:
- name: rust-analyzer
src: rust-analyzer-{{.OS}}
replacements:
darwin: mac
supported_envs:
- darwin
- windows
- amd64
- version_constraint: semver("<= 2021-01-04")
asset: rust-analyzer-{{.Arch}}-{{.OS}}.{{.Format}}
format: gz
windows_arm_emulation: true
files:
- name: rust-analyzer
src: rust-analyzer-{{.Arch}}-{{.OS}}
replacements:
amd64: x86_64
darwin: apple-darwin
linux: unknown-linux-gnu
windows: pc-windows-msvc
overrides:
- goos: darwin
replacements:
arm64: aarch64
supported_envs:
- darwin
- windows
- amd64
- version_constraint: Version == "2021-01-11"
asset: rust-analyzer-{{.Arch}}-{{.OS}}.{{.Format}}
format: gz
files:
- name: rust-analyzer
src: rust-analyzer-{{.Arch}}-{{.OS}}
replacements:
amd64: x86_64
arm64: aarch64
darwin: apple-darwin
linux: unknown-linux-gnu
files:
- name: rust-analyzer
src: rust-analyzer-{{.Arch}}-{{.OS}}
windows: pc-windows-msvc
supported_envs:
- linux/amd64
- darwin
- windows
- version_constraint: semver("<= 2021-02-08")
asset: rust-analyzer-{{.Arch}}-{{.OS}}.{{.Format}}
format: gz
files:
- name: rust-analyzer
src: rust-analyzer-{{.Arch}}-{{.OS}}
replacements:
amd64: x86_64
arm64: aarch64
darwin: apple-darwin
linux: unknown-linux-gnu
windows: pc-windows-msvc
- version_constraint: semver("<= 2024-09-16")
asset: rust-analyzer-{{.Arch}}-{{.OS}}.{{.Format}}
format: gz
files:
- name: rust-analyzer
src: rust-analyzer-{{.Arch}}-{{.OS}}
replacements:
amd64: x86_64
arm64: aarch64
darwin: apple-darwin
windows: pc-windows-msvc
overrides:
- goos: linux
goarch: amd64
replacements:
linux: unknown-linux-musl
- goos: linux
goarch: arm64
replacements:
linux: unknown-linux-gnu
- version_constraint: semver("<= 2024-10-28")
asset: rust-analyzer-{{.Arch}}-{{.OS}}.{{.Format}}
format: gz
files:
- name: rust-analyzer
src: rust-analyzer-{{.Arch}}-{{.OS}}
replacements:
amd64: x86_64
arm64: aarch64
darwin: apple-darwin
windows: pc-windows-msvc
overrides:
- goos: linux
goarch: amd64
replacements:
linux: unknown-linux-musl
- goos: linux
goarch: arm64
replacements:
linux: unknown-linux-gnu
- version_constraint: "true"
asset: rust-analyzer-{{.Arch}}-{{.OS}}.{{.Format}}
format: gz
files:
- name: rust-analyzer
src: rust-analyzer-{{.Arch}}-{{.OS}}
replacements:
amd64: x86_64
arm64: aarch64
darwin: apple-darwin
windows: pc-windows-msvc
overrides:
- goos: linux
goarch: amd64
replacements:
linux: unknown-linux-musl
- goos: linux
goarch: arm64
replacements:
linux: unknown-linux-gnu
- goos: windows
format: zip
files:
- name: rust-analyzer
158 changes: 144 additions & 14 deletions registry.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.