From 381f01cb75acb6ff0860a599ff29b17127d21dac Mon Sep 17 00:00:00 2001 From: mathi-m <36664203+mathi-m@users.noreply.github.com> Date: Fri, 16 Aug 2024 19:23:59 +0200 Subject: [PATCH] nats.c is available on conan.io/center (#791) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fa081026d..13d7bff45 100644 --- a/README.md +++ b/README.md @@ -69,6 +69,7 @@ This NATS Client implementation is heavily based on the [NATS GO Client](https:/ There are several package managers with NATS C client library available. If you know one that is not in this list, please submit a PR to add it! +- [conan](https://conan.io/center) The "cnats" recipe is [here](https://github.com/conan-io/conan-center-index/tree/master/recipes/cnats) - [Homebrew](https://github.com/Homebrew/homebrew-core) The "cnats" formula is [here](https://github.com/Homebrew/homebrew-core/blob/master/Formula/c/cnats.rb) - [vcpkg](https://vcpkg.io) The "cnats" port is [here](https://github.com/microsoft/vcpkg/tree/master/ports/cnats)