地圖 (Jido) is a lightweight Unix TUI file explorer designed for speed and simplicity.
1.{
2 .name = .jido,
3 .fingerprint = 0xee45eabe36cafb57,
4 .version = "1.3.0",
5 .minimum_zig_version = "0.15.2",
6
7 .dependencies = .{
8 // Replace with rockorager/libvaxis once https://github.com/rockorager/libvaxis/pull/293 is merged
9 .vaxis = .{
10 .url = "git+https://github.com/rob9315/libvaxis.git#8d04cffd9137b4a8c56b356de98b32023ae752f3",
11 .hash = "vaxis-0.5.1-BWNV_OA-CQDeFBHIx9ryyASogr2GE3FsAm-l5Ii5-HZT",
12 },
13 .fuzzig = .{
14 .url = "git+https://github.com/fjebaker/fuzzig#4251fe4230d38e721514394a485db62ee1667ff3",
15 .hash = "fuzzig-0.1.1-Ji0xivxIAQBD0g8O_NV_0foqoPf3elsg9Sc3pNfdVH4D",
16 },
17 .zeit = .{
18 .url = "git+https://github.com/rockorager/zeit#7ac64d72dbfb1a4ad549102e7d4e232a687d32d8",
19 .hash = "zeit-0.6.0-5I6bk36tAgATpSl9wjFmRPMqYN2Mn0JQHgIcRNcqDpJA",
20 },
21 // Replace with KeithBrown39423/zuid once https://github.com/KeithBrown39423/zuid/pull/4 is merged
22 .zuid = .{
23 .url = "https://github.com/BrookJeynes/zuid/archive/refs/heads/bj/2025-12-31/feat/0.15.1.tar.gz",
24 .hash = "zuid-3.0.0-l7aPyUlXAAAk9BLSDm2roA3i78Sy6_GvQI4hwe0PHI_m",
25 },
26 // Replace with zigimg/zigimg once https://github.com/zigimg/zigimg/pull/305 is merged
27 .zigimg = .{
28 .url = "git+https://github.com/brookjeynes/zigimg.git#9714df09f76891323c7fdbbbf23a17b79024fffb",
29 .hash = "zigimg-0.1.0-8_eo2j4mFwCU7tWnqvkYtzqe-OPRn_bxEql_IJhW85LT",
30 },
31 },
32
33 .paths = .{
34 "LICENSE",
35 "build.zig",
36 "build.zig.zon",
37 "src",
38 },
39}