nats.c/build.zig.zon
2024-09-15 15:13:16 -07:00

27 lines
987 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://github.com/allyourcodebase/libressl.git?ref=master#fbd8c18115b50258ef9a7259f51895d9e2cb515c",
.hash = "1220fafce7346abd8f2329419e7b3c4fe75d6738b8e51ed63711754f29e73e08b986",
},
.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",
},
}