brainfuck/build.zig.zon

18 lines
638 B
Zig

.{
.name = "brainfuck",
.version = "0.1.0",
.minimum_zig_version = "0.12.0",
.dependencies = .{
.tinycc = .{
.url = "https://github.com/TinyCC/tinycc/archive/refs/tags/release_0_9_27.tar.gz",
.hash = "122015b387754b02f220e29c9cb163d9c395c5928e6e50efe72df0734debd95c0b22",
.lazy = true
},
.compile_commands = .{
.url = "https://github.com/bcrist/zig-compile-commands/archive/a64abd947b58655f118884709d939645871e94fc.tar.gz",
.hash = "1220d3150db10226f4d853eb519468de5c49cb820f08c722608a500b9f7d64e4c780",
},
},
.paths = .{ "" }
}