2024-09-14 20:18:27 -07:00
|
|
|
.{
|
|
|
|
.name = "nats_c",
|
|
|
|
.version = "3.8.2",
|
|
|
|
.minimum_zig_version = "0.12.0",
|
|
|
|
.dependencies = .{
|
|
|
|
.nats_c = .{
|
|
|
|
.url = "git+https://github.com/nats-io/nats.c?ref=v3.8.2#d58bb6b5bf205684bb72bb28407687aacf6ff498",
|
|
|
|
.hash = "12207f10bd4b38309c79eadf22dfb3d9f134f1359dda01f9df6d9b42734ee2330b72",
|
|
|
|
},
|
|
|
|
.libressl = .{
|
|
|
|
.url = "git+https://github.com/allyourcodebase/libressl.git?ref=3.9.2#a373b82991947b694196ee630bd6a648d71e2b3f",
|
|
|
|
.hash = "1220b1536d43ed8ce79ee05c53929f90b67dd299e61dfa249fa8f476f17eee46a95f",
|
|
|
|
},
|
|
|
|
.protobuf_c = .{
|
2024-09-15 18:47:10 -07:00
|
|
|
.url = "git+https://github.com/allyourcodebase/protobuf-c.git?ref=master#a84d562c7f3fa6ba7d6226a731371a54cab18b40",
|
|
|
|
.hash = "1220621919007f94cb09c425ab0df5982f10c7effd0005a275046a608183574575fc",
|
2024-09-14 20:18:27 -07:00
|
|
|
},
|
|
|
|
},
|
|
|
|
.paths = .{
|
|
|
|
"build.zig",
|
|
|
|
"build.zig.zon",
|
|
|
|
"LICENSE",
|
|
|
|
"LICENSE-NATS_C",
|
|
|
|
"readme.md",
|
|
|
|
},
|
|
|
|
}
|