-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,6 +28,7 @@ You can directly type `brew install cdalvaro/tap/<formula>` to install the speci | |
<summary>Formulae list</summary> | ||
<ul> | ||
<li><a href="#catboost-cli">catboost-cli</a></li> | ||
<li><a href="#clang-format@14">clang-format@14</a></li> | ||
<li><a href="#cpp-jwt">cpp-jwt</a></li> | ||
<li><a href="#cpp-plotly">cpp-plotly</a></li> | ||
<li><a href="#cpp-zmq">cpp-zmq</a></li> | ||
|
@@ -52,6 +53,19 @@ brew install cdalvaro/tap/catboost-cli | |
|
||
This formula is not available in homebrew-core repository because it does not meet the acceptance criteria. See [Homebrew/homebrew-core#140960](https://github.com/Homebrew/homebrew-core/pull/140960#issuecomment-1704292670) for more information. | ||
|
||
### `clang-format@14` | ||
|
||
[![Badge](https://img.shields.io/badge/llvm-llvm--project-grey?logo=github&color=181717)](https://github.com/llvm/llvm-project) | ||
[![Badge](https://img.shields.io/badge/Formula-clang--format@14-grey?logo=ruby&color=FBB040&logoColor=CC342D)](/Formula/[email protected]) | ||
|
||
Formatting tools for C, C++, Obj-C, Java, JavaScript, TypeScript. | ||
|
||
This formula installs: `clang-format-14` and `git-clang-format-14` to avoid collisions with their latest versions. | ||
|
||
```sh | ||
brew install cdalvaro/tap/clang-format@14 | ||
``` | ||
|
||
### `cpp-jwt` | ||
|
||
[![Badge](https://img.shields.io/badge/arun11299-cpp--jwt-grey?logo=github&color=181717)](https://github.com/arun11299/cpp-jwt) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,6 +28,7 @@ Puedes introducir directamente `brew install cdalvaro/tap/<formula>` para instal | |
<summary>Lista de fórmulas</summary> | ||
<ul> | ||
<li><a href="#catboost-cli">catboost-cli</a></li> | ||
<li><a href="#clang-format@14">clang-format@14</a></li> | ||
<li><a href="#cpp-jwt">cpp-jwt</a></li> | ||
<li><a href="#cpp-plotly">cpp-plotly</a></li> | ||
<li><a href="#cpp-zmq">cpp-zmq</a></li> | ||
|
@@ -52,6 +53,19 @@ brew install cdalvaro/tap/catboost-cli | |
|
||
Esta fórmula no está disponible en el repositorio homebrew-core porque no cumple con los criterios de aceptación. Consulta [Homebrew/homebrew-core#140960](https://github.com/Homebrew/homebrew-core/pull/140960#issuecomment-1704292670) para más información. | ||
|
||
### `clang-format@14` | ||
|
||
[![Badge](https://img.shields.io/badge/llvm-llvm--project-grey?logo=github&color=181717)](https://github.com/llvm/llvm-project) | ||
[![Badge](https://img.shields.io/badge/Formula-clang--format@14-grey?logo=ruby&color=FBB040&logoColor=CC342D)](/Formula/[email protected]) | ||
|
||
Herramientas para formatear C, C++, Obj-C, Java, JavaScript, TypeScript. | ||
|
||
Esta fórmula instala: `clang-format-14` y `git-clang-format-14` para evitar colisiones con las últimas versiones. | ||
|
||
```sh | ||
brew install cdalvaro/tap/clang-format@14 | ||
``` | ||
|
||
### `cpp-jwt` | ||
|
||
[![Badge](https://img.shields.io/badge/arun11299-cpp--jwt-grey?logo=github&color=181717)](https://github.com/arun11299/cpp-jwt) | ||
|