Logo
Explore Help
Sign In
factotum/nats.zig
1
Fork 0
You've already forked nats.zig
Code Issues Pull Requests Packages Projects Releases Wiki Activity
nats.zig/build.zig.zon

6 lines
81 B
Plaintext
Raw Normal View History

init This builds a very basic version of the nats.c client (no TLS, no streaming/jetstream/whatever, since those bring in complex dependencies and I do not need them at the moment). Right now it contains a simple test program that demonstrates the functionality (cool!), but the plan is for the nats.zig to bind the API into a nicer, zig-like shape and re-export it. Then this becomes a package. The current function could become a test, though it's a bit complex for a unit test (and requires connecting to an externally-running NATS server in order to work).
2023-08-13 23:35:42 -07:00
.{
.name = "nats-client",
.version = "0.0.1",
.dependencies = .{},
}
Reference in New Issue Copy Permalink
Powered by Gitea
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API