clojure-lsp / homebrew-brew

The official clojure-lsp tap homebrew tap

Home Page:https://clojure-lsp.github.io/clojure-lsp/installation/#macos

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

clojure-lsp on brew

How to use this tap

# If you have `clojure-lsp` from `homebrew-core`, remove it before using this formula
# That formula is deprecated and uses an outdated and non-native clojure-lsp version
brew remove clojure-lsp

# Then, use this tap
brew install clojure-lsp/brew/clojure-lsp-native

# For linux, by default it will install the static binary, you can install the dynamic one with:

brew install clojure-lsp/brew/clojure-lsp-native --with-dynamic

development

To update the formulas run bb -o render.clj --version "<new-version>" --mac-arm-sha "<sha>" --mac-amd-sha "<sha>" --linux-sha "<sha>" --static-linux-sha "<static-linux-sha>" > clojure-lsp-native.rb

About

The official clojure-lsp tap homebrew tap

https://clojure-lsp.github.io/clojure-lsp/installation/#macos

License:Eclipse Public License 2.0


Languages

Language:Clojure 51.2%Language:Ruby 48.8%