Search Criteria
Package Details: typst-lsp-git 0.3.2.r0.g387e3f3-1
Package Actions
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)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- git (git-gitAUR, git-glAUR) (make)
- rust (rust-nightlyAUR, rustup-gitAUR, rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rustup) (make)
Latest Comments
Chocobo1 commented on 2023-04-08 08:04 (UTC)
While I agree PKGBUILD uses cargo commands and thus it should makedepends on
cargo
. However it feels strange thatcargo
(build system) impliesrust
(compiler, language), especially the former have no runtime dependencies on the latter (unlike npm & nodejs relations). Personally I would preferrust
(as a compiler bundle including build system) impliescargo
since that make sense to me.AsukaMinato commented on 2023-04-08 07:08 (UTC)
https://wiki.archlinux.org/title/Rust_package_guidelines#Depends