forked from ivmai/bdwgc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
build.zig.zon
51 lines (48 loc) · 1 KB
/
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
.{
.name = "bdwgc",
.version = "8.3.0",
.dependencies = .{},
.paths = .{
"LICENSE",
"AUTHORS",
"README.md",
"build.zig.zon",
"build.zig",
"module.zig",
"test.zig",
"include",
"allchblk.c",
"alloc.c",
"blacklst.c",
"dbg_mlc.c",
"dyn_load.c",
"finalize.c",
"headers.c",
"mach_dep.c",
"malloc.c",
"mallocx.c",
"mark.c",
"mark_rts.c",
"misc.c",
"new_hblk.c",
"obj_map.c",
"os_dep.c",
"ptr_chck.c",
"reclaim.c",
"typd_mlc.c",
"gc_dlopen.c",
"pthread_start.c",
"pthread_support.c",
"darwin_stop_world.c",
"pthread_stop_world.c",
"specific.c",
"thread_local_alloc.c",
"win32_threads.c",
"gcj_mlc.c",
"fnlz_mlc.c",
"backgraph.c",
"checksums.c",
"extra/gc.c",
"extra/msvc_dbg.c",
},
}