aboutsummaryrefslogtreecommitdiffstats
path: root/PACKAGES.md
diff options
context:
space:
mode:
authorwilliambotman[bot] <107473453+williambotman@users.noreply.github.com>2023-03-24 11:03:16 +0100
committerGitHub <noreply@github.com>2023-03-24 10:03:16 +0000
commit874c4ab82ede731d4a0e464a413725932a71b26f (patch)
tree3ab85b51d9e5428ed6b6a9a8fb8606bf992e7089 /PACKAGES.md
parentfix(api): refresh registry before installing packages in :MasonInstall (#1128) (diff)
downloadmason-874c4ab82ede731d4a0e464a413725932a71b26f.tar
mason-874c4ab82ede731d4a0e464a413725932a71b26f.tar.gz
mason-874c4ab82ede731d4a0e464a413725932a71b26f.tar.bz2
mason-874c4ab82ede731d4a0e464a413725932a71b26f.tar.lz
mason-874c4ab82ede731d4a0e464a413725932a71b26f.tar.xz
mason-874c4ab82ede731d4a0e464a413725932a71b26f.tar.zst
mason-874c4ab82ede731d4a0e464a413725932a71b26f.zip
chore: autogenerate (#1129)
Diffstat (limited to 'PACKAGES.md')
-rw-r--r--PACKAGES.md55
1 files changed, 53 insertions, 2 deletions
diff --git a/PACKAGES.md b/PACKAGES.md
index dddaa373..fafb841b 100644
--- a/PACKAGES.md
+++ b/PACKAGES.md
@@ -37,6 +37,7 @@
- [chrome-debug-adapter](#chrome-debug-adapter)
- [clang-format](#clang-format)
- [clangd](#clangd)
+- [clarinet](#clarinet)
- [clarity-lsp](#clarity-lsp)
- [clj-kondo](#clj-kondo)
- [clojure-lsp](#clojure-lsp)
@@ -97,6 +98,7 @@
- [fourmolu](#fourmolu)
- [fsautocomplete](#fsautocomplete)
- [gersemi](#gersemi)
+- [gh](#gh)
- [gitlint](#gitlint)
- [gitui](#gitui)
- [glint](#glint)
@@ -153,6 +155,7 @@
- [luacheck](#luacheck)
- [luaformatter](#luaformatter)
- [luau-lsp](#luau-lsp)
+- [markdown-toc](#markdown-toc)
- [markdownlint](#markdownlint)
- [marksman](#marksman)
- [metamath-zero-lsp](#metamath-zero-lsp)
@@ -234,6 +237,7 @@
- [smithy-language-server](#smithy-language-server)
- [snakefmt](#snakefmt)
- [solang](#solang)
+- [solang-llvm](#solang-llvm)
- [solargraph](#solargraph)
- [solhint](#solhint)
- [solidity](#solidity)
@@ -687,6 +691,18 @@ Categories: `LSP`
```
:MasonInstall clangd
```
+# clarinet
+
+> Clarinet is a simple, modern and opinionated runtime for testing, integrating and deploying Clarity smart contracts.
+
+
+Homepage: [https://github.com/hirosystems/clarinet](https://github.com/hirosystems/clarinet)
+Languages: `Clarity`
+Categories: `LSP` `Runtime`
+
+```
+:MasonInstall clarinet
+```
# clarity-lsp
> Language Server Protocol implementation for Clarity.
@@ -1356,6 +1372,19 @@ Categories: `Formatter`
```
:MasonInstall gersemi
```
+# gh
+
+> gh is GitHub on the command line. It brings pull requests, issues, and other GitHub concepts to the terminal next to
+where you are already working with git and your code.
+
+
+Homepage: [https://cli.github.com](https://cli.github.com)
+Languages:
+Categories:
+
+```
+:MasonInstall gh
+```
# gitlint
> Gitlint is a git commit message linter written in python: it checks your commit messages for style.
@@ -1799,7 +1828,7 @@ Categories: `LSP`
```
# js-debug-adapter
-> The VS Code JavaScript debugger
+> The VS Code JavaScript debugger.
Homepage: [https://github.com/microsoft/vscode-js-debug](https://github.com/microsoft/vscode-js-debug)
Languages: `JavaScript` `TypeScript`
@@ -1997,6 +2026,17 @@ Categories: `LSP`
```
:MasonInstall luau-lsp
```
+# markdown-toc
+
+> API and CLI for generating a markdown TOC (table of contents) for a README or any markdown files.
+
+Homepage: [https://github.com/jonschlinkert/markdown-toc](https://github.com/jonschlinkert/markdown-toc)
+Languages: `Markdown`
+Categories: `Formatter`
+
+```
+:MasonInstall markdown-toc
+```
# markdownlint
> A Node.js style checker and lint tool for Markdown/CommonMark files
@@ -2897,7 +2937,7 @@ Categories: `Formatter`
```
# solang
-> Solidity Compiler for Solana, Substrate, and ewasm
+> Solidity Compiler for Solana, Substrate, and ewasm.
Homepage: [https://solang.readthedocs.io/en/latest/](https://solang.readthedocs.io/en/latest/)
Languages: `Solidity`
@@ -2906,6 +2946,17 @@ Categories: `LSP` `Compiler`
```
:MasonInstall solang
```
+# solang-llvm
+
+> Solang requires Solana's LLVM fork. We provide pre-built binaries compatible with Solang.
+
+Homepage: [https://github.com/hyperledger/solang-llvm](https://github.com/hyperledger/solang-llvm)
+Languages: `Solidity`
+Categories: `LSP` `Compiler`
+
+```
+:MasonInstall solang-llvm
+```
# solargraph
> Solargraph is a Ruby gem that provides intellisense features through the language server protocol.