···209 platforms = platforms.unix;
210 maintainers = with maintainers; [
211 jcumming
212- ehmry
213 ];
214215 # `Makefile.am` assumes the ability to run the hostPlatform's python binary at build time
···209 platforms = platforms.unix;
210 maintainers = with maintainers; [
211 jcumming
0212 ];
213214 # `Makefile.am` assumes the ability to run the hostPlatform's python binary at build time
···42 description = "Data compression library providing in-memory LZMA compression and decompression functions, including integrity checking of the decompressed data";
43 license = lib.licenses.bsd2;
44 platforms = lib.platforms.all;
45- maintainers = with lib.maintainers; [ ehmry ];
46 };
47})
···42 description = "Data compression library providing in-memory LZMA compression and decompression functions, including integrity checking of the decompressed data";
43 license = lib.licenses.bsd2;
44 platforms = lib.platforms.all;
045 };
46})
-1
pkgs/by-name/ma/ma/package.nix
···43 description = "Minimalistic variant of the Acme editor";
44 homepage = "http://call-with-current-continuation.org/ma/ma.html";
45 mainProgram = "ma";
46- maintainers = with lib.maintainers; [ ehmry ];
47 # Per the README:
48 # > All of MA's source code is hereby placed in the public domain
49 license = lib.licenses.publicDomain;
···43 description = "Minimalistic variant of the Acme editor";
44 homepage = "http://call-with-current-continuation.org/ma/ma.html";
45 mainProgram = "ma";
046 # Per the README:
47 # > All of MA's source code is hereby placed in the public domain
48 license = lib.licenses.publicDomain;
···36 description = "Tool for buffering data streams with a large set of unique features";
37 homepage = "https://www.maier-komor.de/mbuffer.html";
38 license = lib.licenses.gpl3Only;
39- maintainers = with lib.maintainers; [ ehmry ];
40 platforms = lib.platforms.linux; # Maybe other non-darwin Unix
41 mainProgram = "mbuffer";
42 };
···36 description = "Tool for buffering data streams with a large set of unique features";
37 homepage = "https://www.maier-komor.de/mbuffer.html";
38 license = lib.licenses.gpl3Only;
039 platforms = lib.platforms.linux; # Maybe other non-darwin Unix
40 mainProgram = "mbuffer";
41 };