Unfortunately, the dependencies are completely nested, many of the dependencies are also within Debian, which according to Debian rules should not be repackaged, For example fmt is in Debian but repeats in three places,
So as far as I know packaging ImHex for Debian is very hard and needs to a big hack and several patches and ... And some of deps are just for ImHex and packaging they is not useful, they can't used by the other projects! ImHex │ ├── disassembler │ │ │ ├── fmt │ │ │ └── libwolv │ │ │ └── jthread │ ├── libromfs │ ├── libwolv │ │ │ └── jthread │ ├── pattern_language │ │ │ ├── cli11 │ │ │ ├── fmt │ │ │ ├── libwolv │ │ │ │ │ └── jthread │ │ │ └── throwing_ptr │ ├── HashLibPlus │ ├── capstone │ ├── edlib │ ├── fmt │ ├── lunasvg │ ├── md4c │ ├── nativefiledialog │ ├── xdgpp │ └── yara -- Seyed Mohamad Amin Modaresi

