27 lines
988 B
Zig
27 lines
988 B
Zig
.{
|
|
.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://crux.epicyclic.dev/factotum/libressl.git?ref=master#2f5d617aabe164e693eabab4a8725b2d4a286710",
|
|
.hash = "1220ec5b81433010b5ad75ed359bc5db06497ec918c7a0ab6919fa4ec5fd88a1da39",
|
|
},
|
|
.protobuf_c = .{
|
|
.url = "git+https://crux.epicyclic.dev/factotum/protobuf-c.git#7e92a6b12c3190828d946f89dfd63542a9af7812",
|
|
.hash = "122001b0f3148103c364835916a3af6100cf3183271513dfd87d01549745a7a3d9ba",
|
|
},
|
|
},
|
|
.paths = .{
|
|
"build.zig",
|
|
"build.zig.zon",
|
|
"LICENSE",
|
|
"LICENSE-NATS_C",
|
|
"readme.md",
|
|
},
|
|
}
|