Skip to content
This repository has been archived by the owner on Oct 14, 2024. It is now read-only.

feat: Added clang,clang-format,clangd,llvm-obj{copy, dump} #35

Merged
merged 1 commit into from
Sep 29, 2024
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
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# mise plugins repository

The purpose of the [mise](https://mise.jdx.dev) plugins repository is to enable shorthand installation of plugins with:
The purpose of the [mise](https://mise.jdx.dev) plugins repository is to enable
shorthand installation of plugins with:

```shell
mise plugin install <name>
Expand Down Expand Up @@ -121,6 +122,9 @@ See the [org's readme](https://github.com/mise-plugins) for more information.
| Chromedriver | [schinckel/asdf-chromedriver](https://github.com/schinckel/asdf-chromedriver) |
| cilium-cli | [carnei-ro/asdf-cilium-cli](https://github.com/carnei-ro/asdf-cilium-cli) |
| cilium-hubble | [NitriKx/asdf-cilium-hubble](https://github.com/NitriKx/asdf-cilium-hubble) |
| Clang | [higebu/asdf-llvm](https://github.com/higebu/asdf-llvm) |
| Clang-format | [higebu/asdf-llvm](https://github.com/higebu/asdf-llvm) |
| Clangd | [higebu/asdf-llvm](https://github.com/higebu/asdf-llvm) |
| Clarinet | [alexgo-io/asdf-clarinet](https://github.com/alexgo-io/asdf-clarinet) |
| Clickhouse | [tinybirdco/asdf-clickhouse](https://github.com/tinybirdco/asdf-clickhouse) |
| clj-kondo | [rynkowsg/asdf-clj-kondo](https://github.com/rynkowsg/asdf-clj-kondo) |
Expand Down Expand Up @@ -441,6 +445,8 @@ See the [org's readme](https://github.com/mise-plugins) for more information.
| liqoctl | [pdemagny/asdf-liqoctl](https://github.com/pdemagny/asdf-liqoctl) |
| liquibase | [saliougaye/asdf-liquibase](https://github.com/saliougaye/asdf-liquibase) |
| Litestream | [threkk/asdf-litestream](https://github.com/threkk/asdf-litestream) |
| llvm-objcopy | [higebu/asdf-llvm](https://github.com/higebu/asdf-llvm) |
| llvm-objdump | [higebu/asdf-llvm](https://github.com/higebu/asdf-llvm) |
| Logtalk | [LogtalkDotOrg/asdf-logtalk](https://github.com/LogtalkDotOrg/asdf-logtalk) |
| Loki-Logcli | [comdotlinux/asdf-loki-logcli](https://github.com/comdotlinux/asdf-loki-logcli) |
| ls-lint | [ameausoone/asdf-ls-lint](https://github.com/ameausoone/asdf-ls-lint) |
Expand Down
1 change: 1 addition & 0 deletions plugins/clang
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
repository = https://github.com/higebu/asdf-llvm
1 change: 1 addition & 0 deletions plugins/clang-format
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
repository = https://github.com/higebu/asdf-llvm
1 change: 1 addition & 0 deletions plugins/clangd
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
repository = https://github.com/higebu/asdf-llvm
1 change: 1 addition & 0 deletions plugins/llvm-objcopy
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
repository = https://github.com/higebu/asdf-llvm
1 change: 1 addition & 0 deletions plugins/llvm-objdump
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
repository = https://github.com/higebu/asdf-llvm