13 version = "0-unstable-2024-03-02";
14 src = fetchFromGitHub {
15 owner = "svanderburg";
17 rev = "586f5822275ef5780509a851cb90c7407b2633d9";
18 hash = "sha256-EcsrspL/N40yFE15UFWGienpJHhoq1zd8zZe6x4nK6o=";
20 buildInputs = [ libiff ];
27 description = "Parser for the ILBM: IFF Interleaved BitMap format";
29 libilbm is a portable parser library built on top of libiff,
30 for ILBM: IFF Interleaved BitMap format, which is used by programs
31 such as Deluxe Paint and Graphicraft to read and write images.
33 homepage = "https://github.com/svanderburg/libilbm";
34 changelog = "https://github.com/svanderburg/libilbm/blob/master/ChangeLog";
35 maintainers = with maintainers; [ _414owen ];
36 platforms = platforms.all;
37 license = licenses.mit;