11 version = "0-unstable-2024-03-02";
12 src = fetchFromGitHub {
13 owner = "svanderburg";
15 rev = "b5f542a83c824f26e0816770c9a17c22bd388606";
16 hash = "sha256-Arh3Ihd5TWg5tdemodrxz2EDxh/hwz9b2/AvrTONFy8=";
23 description = "Parser for the Interchange File Format (IFF)";
25 libiff is a portable, extensible parser library implemented in
26 ANSI C, for EA-IFF 85: Electronic Arts' Interchange File Format
29 homepage = "https://github.com/svanderburg/libiff";
30 maintainers = with maintainers; [ _414owen ];
31 platforms = platforms.all;
32 license = licenses.mit;