Package Details: typst-lsp-git 0.3.2.r0.g387e3f3-1

Git Clone URL: https://aur.archlinux.org/typst-lsp-git.git (read-only, click to copy)
Package Base: typst-lsp-git
Description: Language server for Typst
Upstream URL: https://github.com/nvarner/typst-lsp
Licenses: MIT, Apache
Conflicts: typst-lsp
Provides: typst-lsp
Submitter: Chocobo1
Maintainer: Chocobo1
Last Packager: Chocobo1
Votes: 0
Popularity: 0.000000
First Submitted: 2023-04-05 18:16 (UTC)
Last Updated: 2023-04-10 15:07 (UTC)

Dependencies (3)

Required by (0)

Sources (1)

Latest Comments

Chocobo1 commented on 2023-04-08 08:04 (UTC)

https://wiki.archlinux.org/title/Rust_package_guidelines#Depends makedepends=('git' 'cargo')

While I agree PKGBUILD uses cargo commands and thus it should makedepends on cargo. However it feels strange that cargo (build system) implies rust (compiler, language), especially the former have no runtime dependencies on the latter (unlike npm & nodejs relations). Personally I would prefer rust (as a compiler bundle including build system) implies cargo since that make sense to me.

AsukaMinato commented on 2023-04-08 07:08 (UTC)

https://wiki.archlinux.org/title/Rust_package_guidelines#Depends

makedepends=('git' 'cargo')