summaryrefslogtreecommitdiff
path: root/vere/ext/softblas/build.zig.zon
blob: a05aa5f8e8a037b36613ccd26e826ee3f318b803 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
.{
    .name = "softblas",
    .version = "0.0.1",
    .dependencies = .{
        .softfloat = .{
            .path = "../softfloat",
        },
        .softblas = .{
            .url = "https://github.com/urbit/SoftBLAS/archive/cbffb33f19ea02f9ffbd184d445123c57929ec53.tar.gz",
            .hash = "N-V-__8AAJD5MgBhfBHYae8jFlcaQw9R-TRw4tcUFB3rO9-q",
        },
    },
    .paths = .{
        "",
    },
}