r/o

port comrak quadratic fixes fc2df9bf parent 115c6669

Closes #45.

authored by ~talya committed by ~lotte

1
.{
2
.name = .koino,
3
.version = "0.1.0",
4
.minimum_zig_version = "0.15.1",
5
.fingerprint = 0x2af09c5b5aeed24b,
6
.dependencies = .{
7
.clap = .{
8
.url = "https://github.com/Hejsil/zig-clap/archive/refs/tags/0.11.0.tar.gz",
9
.hash = "clap-0.11.0-oBajB-HnAQDPCKYzwF7rO3qDFwRcD39Q0DALlTSz5H7e",
10
},
11
.libpcre_zig = .{
12
.url = "git+https://github.com/kivikakk/libpcre.zig#3f61efd01ec45281c4bc6f8f6d0ae7b718e7056e",
13
.hash = "libpcre_zig-0.1.0-Dtf6CQ04AACiOaA107r6fJ9BpThKZCzDeqp-v5Xv0Ixr",
14
},
15
.htmlentities_zig = .{
16
.url = "git+https://nossa.ee/~talya/htmlentities.zig#50cb7d848e81389c71fc383534ece76a3fc36284",
17
.hash = "htmlentities_zig-0.1.0-zV-DJDYiAwAv5XJgsNlBPl79pWgiOkJ4-8OUgV95Ksb2",
18
},
19
.uucode = .{
20
.url = "git+https://github.com/jacobsandlund/uucode#57efdfb7eeb04636aa1069ecb8a65b9c2fcaf4cc",
21
.hash = "uucode-0.2.0-ZZjBPl1XVACasBRHQowdN6_UB_jkKpOMgKSkGNEB1vSk",
22
},
23
},
24
25
.paths = .{
26
"build.zig",
27
"Makefile",
28
"build.zig.zon",
29
"src",
30
"examples",
31
"LICENSE",
32
"README.md",
33
},
34
}
35