Search Criteria
Package Details: prosemd-lsp 0.1.0-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/prosemd-lsp.git (read-only, click to copy) |
---|---|
Package Base: | prosemd-lsp |
Description: | An experimental proofreading and linting language server for markdown files. |
Upstream URL: | https://github.com/kitten/prosemd-lsp |
Licenses: | LGPL |
Submitter: | Farzat |
Maintainer: | Farzat |
Last Packager: | Farzat |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2023-02-17 05:14 (UTC) |
Last Updated: | 2024-01-23 02:42 (UTC) |
Dependencies (2)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- cargo (rustup-gitAUR, rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rust, rustup) (make)
Latest Comments
aperez commented on 2023-03-06 08:58 (UTC)
I needed to
export RUSTONIG_STATIC_LIBONIG=1
inside thebuild()
function to get Rust to link the Oniguruma library into the resulting program.