-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbuild.zig.zon
26 lines (26 loc) · 960 Bytes
/
build.zig.zon
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
.{
.name = "libzmq",
.version = "4.3.5",
.dependencies = .{
.upstream = .{
.url = "git+https://github.com/zeromq/libzmq?ref=4.3.5#622fc6dde99ee172ebaa9c8628d85a7a1995a21d",
.hash = "12209a504ec77ecddcd0751c67e2baa229c3ff8a7e83283469e234ac5a2531f2f11a",
},
.sodium = .{
.url = "git+https://github.com/jedisct1/libsodium#985ad65bfb1563ca69e0bc0248e15da4f5cf575f",
.hash = "12205395d115cab8388ff0b9ec7b2caac1c349c7d01052c4b8f469532d1c51e0fb28",
.lazy = true,
},
.winpthreads = .{
.url = "git+https://github.com/kassane/winpthreads-zigbuild?ref=main#909ce0eacf5513be493837d13f2ef84f935bf9a8",
.hash = "1220c08bf3c940723ee12a0c14bb761cb14c63bdae54ce34d47450eed168daa62780",
.lazy = true,
},
},
.paths = .{
"build.zig",
"build.zig.zon",
"LICENSE",
"example.c",
},
}