···199200 meta = {
201 homepage = "https://github.com/HarbourMasters/2ship2harkinian";
202- description = "A PC port of Majora's Mask with modern controls, widescreen, high-resolution, and more";
203 mainProgram = "2s2h";
204 platforms = [ "x86_64-linux" ];
205 maintainers = with lib.maintainers; [ qubitnano ];
···199200 meta = {
201 homepage = "https://github.com/HarbourMasters/2ship2harkinian";
202+ description = "PC port of Majora's Mask with modern controls, widescreen, high-resolution, and more";
203 mainProgram = "2s2h";
204 platforms = [ "x86_64-linux" ];
205 maintainers = with lib.maintainers; [ qubitnano ];
+1-1
pkgs/by-name/ab/abaddon/package.nix
···88 ];
8990 meta = with lib; {
91- description = "A discord client reimplementation, written in C++";
92 mainProgram = "abaddon";
93 homepage = "https://github.com/uowuo/abaddon";
94 license = licenses.gpl3Plus;
···88 ];
8990 meta = with lib; {
91+ description = "Discord client reimplementation, written in C++";
92 mainProgram = "abaddon";
93 homepage = "https://github.com/uowuo/abaddon";
94 license = licenses.gpl3Plus;
+1-1
pkgs/by-name/ad/adios2/package.nix
···132133 meta = {
134 homepage = "https://adios2.readthedocs.io/en/latest/";
135- description = "The Adaptable Input/Output System version 2";
136 license = lib.licenses.asl20;
137 platforms = lib.platforms.unix;
138 maintainers = with lib.maintainers; [ qbisi ];
···132133 meta = {
134 homepage = "https://adios2.readthedocs.io/en/latest/";
135+ description = "Adaptable Input/Output System version 2";
136 license = lib.licenses.asl20;
137 platforms = lib.platforms.unix;
138 maintainers = with lib.maintainers; [ qbisi ];
+1-1
pkgs/by-name/ai/air-formatter/package.nix
···36 };
3738 meta = {
39- description = "An extremely fast R code formatter";
40 homepage = "https://posit-dev.github.io/air";
41 changelog = "https://github.com/posit-dev/air/blob/${finalAttrs.version}/CHANGELOG.md";
42 license = lib.licenses.mit;
···36 };
3738 meta = {
39+ description = "Extremely fast R code formatter";
40 homepage = "https://posit-dev.github.io/air";
41 changelog = "https://github.com/posit-dev/air/blob/${finalAttrs.version}/CHANGELOG.md";
42 license = lib.licenses.mit;
···2526 meta = {
27 homepage = "https://webostv.developer.lge.com/develop/tools/cli-introduction";
28- description = "A collection of commands used for creating, packaging, installing, and launching web apps for LG webOS TV.";
29 longDescription = ''
30 webOS CLI (Command Line Interface) provides a collection of commands used for creating, packaging, installing,
31 and launching web apps in the command line environment. The CLI allows you to develop and test your app without using
···2526 meta = {
27 homepage = "https://webostv.developer.lge.com/develop/tools/cli-introduction";
28+ description = "Collection of commands used for creating, packaging, installing, and launching web apps for LG webOS TV";
29 longDescription = ''
30 webOS CLI (Command Line Interface) provides a collection of commands used for creating, packaging, installing,
31 and launching web apps in the command line environment. The CLI allows you to develop and test your app without using
+1-1
pkgs/by-name/ar/arkenfox-userjs/package.nix
···29 passthru.updateScript = nix-update-script { };
3031 meta = {
32- description = "A comprehensive user.js template for configuration and hardening";
33 homepage = "https://github.com/arkenfox/user.js";
34 license = lib.licenses.mit;
35 maintainers = with lib.maintainers; [
···29 passthru.updateScript = nix-update-script { };
3031 meta = {
32+ description = "Comprehensive user.js template for configuration and hardening";
33 homepage = "https://github.com/arkenfox/user.js";
34 license = lib.licenses.mit;
35 maintainers = with lib.maintainers; [
+1-1
pkgs/by-name/as/astro-language-server/package.nix
···65 '';
6667 meta = {
68- description = "The Astro language server";
69 homepage = "https://github.com/withastro/language-tools";
70 changelog = "https://github.com/withastro/language-tools/blob/@astrojs/language-server@${finalAttrs.version}/packages/language-server/CHANGELOG.md";
71 license = lib.licenses.mit;
···53 '';
5455 meta = with lib; {
56- description = "A vault for securely storing and accessing AWS credentials in development environments";
57 mainProgram = "aws-vault";
58 homepage = "https://github.com/99designs/aws-vault";
59 license = licenses.mit;
···53 '';
5455 meta = with lib; {
56+ description = "Vault for securely storing and accessing AWS credentials in development environments";
57 mainProgram = "aws-vault";
58 homepage = "https://github.com/99designs/aws-vault";
59 license = licenses.mit;
+1-1
pkgs/by-name/az/azahar/package.nix
···145 ];
146147 meta = {
148- description = "An open-source 3DS emulator project based on Citra";
149 homepage = "https://github.com/azahar-emu/azahar";
150 license = lib.licenses.gpl2Only;
151 maintainers = with lib.maintainers; [ arthsmn ];
···145 ];
146147 meta = {
148+ description = "Open-source 3DS emulator project based on Citra";
149 homepage = "https://github.com/azahar-emu/azahar";
150 license = lib.licenses.gpl2Only;
151 maintainers = with lib.maintainers; [ arthsmn ];
···68 passthru.updateScript = nix-update-script { };
6970 meta = {
71- description = "A fork of Basalt improved for tracking XR devices with Monado";
72 homepage = "https://gitlab.freedesktop.org/mateosss/basalt";
73 license = lib.licenses.bsd3;
74 mainProgram = "basalt_vio";
···68 passthru.updateScript = nix-update-script { };
6970 meta = {
71+ description = "Fork of Basalt improved for tracking XR devices with Monado";
72 homepage = "https://gitlab.freedesktop.org/mateosss/basalt";
73 license = lib.licenses.bsd3;
74 mainProgram = "basalt_vio";
+1-1
pkgs/by-name/ba/bash-language-server/package.nix
···65 doInstallCheck = true;
6667 meta = with lib; {
68- description = "A language server for Bash";
69 homepage = "https://github.com/bash-lsp/bash-language-server";
70 license = licenses.mit;
71 maintainers = with maintainers; [ doronbehar ];
···65 doInstallCheck = true;
6667 meta = with lib; {
68+ description = "Language server for Bash";
69 homepage = "https://github.com/bash-lsp/bash-language-server";
70 license = licenses.mit;
71 maintainers = with maintainers; [ doronbehar ];
+1-1
pkgs/by-name/bi/bitbox-bridge/package.nix
···49 };
5051 meta = {
52- description = "A bridge service that connects web wallets like Rabby to BitBox02";
53 homepage = "https://github.com/BitBoxSwiss/bitbox-bridge";
54 downloadPage = "https://bitbox.swiss/download/";
55 changelog = "https://github.com/BitBoxSwiss/bitbox-bridge/blob/v${finalAttrs.version}/CHANGELOG.md";
···49 };
5051 meta = {
52+ description = "Bridge service that connects web wallets like Rabby to BitBox02";
53 homepage = "https://github.com/BitBoxSwiss/bitbox-bridge";
54 downloadPage = "https://bitbox.swiss/download/";
55 changelog = "https://github.com/BitBoxSwiss/bitbox-bridge/blob/v${finalAttrs.version}/CHANGELOG.md";
+1-1
pkgs/by-name/bl/blackvoxel/package.nix
···66 passthru.updateScript = nix-update-script { };
6768 meta = {
69- description = "A Sci-Fi game with industry and automation";
70 homepage = "https://www.blackvoxel.com";
71 changelog = "https://github.com/Blackvoxel/Blackvoxel/releases/tag/${finalAttrs.version}";
72 license = with lib.licenses; [
···66 passthru.updateScript = nix-update-script { };
6768 meta = {
69+ description = "Sci-Fi game with industry and automation";
70 homepage = "https://www.blackvoxel.com";
71 changelog = "https://github.com/Blackvoxel/Blackvoxel/releases/tag/${finalAttrs.version}";
72 license = with lib.licenses; [
+1-1
pkgs/by-name/bl/blastem/package.nix
···66 };
6768 meta = {
69- description = "The fast and accurate Genesis emulator";
70 homepage = "https://www.retrodev.com/blastem/";
71 license = lib.licenses.gpl3Plus;
72 mainProgram = "blastem";
···66 };
6768 meta = {
69+ description = "Fast and accurate Genesis emulator";
70 homepage = "https://www.retrodev.com/blastem/";
71 license = lib.licenses.gpl3Plus;
72 mainProgram = "blastem";
+1-1
pkgs/by-name/bl/blendfarm/package.nix
···131 '';
132133 meta = with lib; {
134- description = "A open-source, cross-platform, stand-alone, Network Renderer for Blender";
135 homepage = "https://github.com/LogicReinc/LogicReinc.BlendFarm";
136 license = with licenses; [ gpl3Plus ];
137 maintainers = with maintainers; [ gador ];
···131 '';
132133 meta = with lib; {
134+ description = "Open-source, cross-platform, stand-alone, Network Renderer for Blender";
135 homepage = "https://github.com/LogicReinc/LogicReinc.BlendFarm";
136 license = with licenses; [ gpl3Plus ];
137 maintainers = with maintainers; [ gador ];
+1-1
pkgs/by-name/bo/bolt-launcher/package.nix
···146147 meta = {
148 homepage = "https://github.com/Adamcake/Bolt";
149- description = "An alternative launcher for RuneScape.";
150 longDescription = ''
151 Bolt Launcher supports HDOS/RuneLite by default with an optional feature flag for RS3 (enableRS3).
152 '';
···146147 meta = {
148 homepage = "https://github.com/Adamcake/Bolt";
149+ description = "Alternative launcher for RuneScape";
150 longDescription = ''
151 Bolt Launcher supports HDOS/RuneLite by default with an optional feature flag for RS3 (enableRS3).
152 '';
+1-1
pkgs/by-name/br/brainflow/package.nix
···55 passthru.updateScript = nix-update-script { };
5657 meta = {
58- description = "A library to obtain, parse and analyze data (EEG, EMG, ECG) from biosensors";
59 homepage = "https://brainflow.org/";
60 license = lib.licenses.mit;
61 maintainers = with lib.maintainers; [
···55 passthru.updateScript = nix-update-script { };
5657 meta = {
58+ description = "Library to obtain, parse and analyze data (EEG, EMG, ECG) from biosensors";
59 homepage = "https://brainflow.org/";
60 license = lib.licenses.mit;
61 maintainers = with lib.maintainers; [
···65 passthru.updateScript = gitUpdater { };
6667 meta = with lib; {
68- description = "A suite of graphical applications for the terminal";
69 homepage = "https://gitlab.postmarketos.org/postmarketOS/buffybox";
70 license = licenses.gpl3Plus;
71 maintainers = with lib.maintainers; [ colinsane ];
···65 passthru.updateScript = gitUpdater { };
6667 meta = with lib; {
68+ description = "Suite of graphical applications for the terminal";
69 homepage = "https://gitlab.postmarketos.org/postmarketOS/buffybox";
70 license = licenses.gpl3Plus;
71 maintainers = with lib.maintainers; [ colinsane ];
+1-1
pkgs/by-name/bu/burpsuite/package.nix
···36 };
3738 pname = "burpsuite";
39- description = "An integrated platform for performing security testing of web applications";
40 desktopItem = makeDesktopItem {
41 name = "burpsuite";
42 exec = pname;
···36 };
3738 pname = "burpsuite";
39+ description = "Integrated platform for performing security testing of web applications";
40 desktopItem = makeDesktopItem {
41 name = "burpsuite";
42 exec = pname;
+1-1
pkgs/by-name/ca/cabinpkg/package.nix
···68 meta = {
69 broken = (stdenv.hostPlatform.isDarwin && stdenv.hostPlatform.isx86_64);
70 homepage = "https://cabinpkg.com";
71- description = "A package manager and build system for C++";
72 license = lib.licenses.asl20;
73 maintainers = [ lib.maintainers.qwqawawow ];
74 platforms = lib.platforms.unix;
···68 meta = {
69 broken = (stdenv.hostPlatform.isDarwin && stdenv.hostPlatform.isx86_64);
70 homepage = "https://cabinpkg.com";
71+ description = "Package manager and build system for C++";
72 license = lib.licenses.asl20;
73 maintainers = [ lib.maintainers.qwqawawow ];
74 platforms = lib.platforms.unix;
+1-1
pkgs/by-name/ca/camunda-modeler/package.nix
···7576 meta = with lib; {
77 homepage = "https://github.com/camunda/camunda-modeler";
78- description = "An integrated modeling solution for BPMN, DMN and Forms based on bpmn.io";
79 teams = [ teams.wdz ];
80 license = licenses.mit;
81 inherit (electron.meta) platforms;
···7576 meta = with lib; {
77 homepage = "https://github.com/camunda/camunda-modeler";
78+ description = "Integrated modeling solution for BPMN, DMN and Forms based on bpmn.io";
79 teams = [ teams.wdz ];
80 license = licenses.mit;
81 inherit (electron.meta) platforms;
+1-1
pkgs/by-name/ca/catamaran/package.nix
···2627 meta = with lib; {
28 homepage = "https://fonts.google.com/specimen/Catamaran";
29- description = "A stylish sans-serif Tamil and Latin typeface";
30 longDescription = ''
31 Catamaran is a Unicode-compliant Latin and Tamil text type family designed for the digital age.
32 The Tamil is monolinear and was designed alongside the sans serif Latin and Devanagari family Palanquin.
···2627 meta = with lib; {
28 homepage = "https://fonts.google.com/specimen/Catamaran";
29+ description = "Stylish sans-serif Tamil and Latin typeface";
30 longDescription = ''
31 Catamaran is a Unicode-compliant Latin and Tamil text type family designed for the digital age.
32 The Tamil is monolinear and was designed alongside the sans serif Latin and Devanagari family Palanquin.
+1-1
pkgs/by-name/ca/catppuccin-whiskers/package.nix
···2223 meta = {
24 homepage = "https://github.com/catppuccin/whiskers";
25- description = "A templating tool to simplify the creation of Catppuccin ports";
26 license = lib.licenses.mit;
27 maintainers = with lib.maintainers; [ Name ];
28 mainProgram = "whiskers";
···2223 meta = {
24 homepage = "https://github.com/catppuccin/whiskers";
25+ description = "Templating tool to simplify the creation of Catppuccin ports";
26 license = lib.licenses.mit;
27 maintainers = with lib.maintainers; [ Name ];
28 mainProgram = "whiskers";
+1-1
pkgs/by-name/cc/cctools/package.nix
···157 };
158159 meta = {
160- description = "The classic linker for Darwin";
161 homepage = "https://opensource.apple.com/releases/";
162 license = with lib.licenses; [
163 apple-psl20
···157 };
158159 meta = {
160+ description = "Classic linker for Darwin";
161 homepage = "https://opensource.apple.com/releases/";
162 license = with lib.licenses; [
163 apple-psl20
+1-1
pkgs/by-name/cf/cfonts/package.nix
···1718 meta = with lib; {
19 homepage = "https://github.com/dominikwilkowski/cfonts";
20- description = "A silly little command line tool for sexy ANSI fonts in the console";
21 license = licenses.gpl3Plus;
22 maintainers = with maintainers; [ leifhelm ];
23 mainProgram = "cfonts";
···1718 meta = with lib; {
19 homepage = "https://github.com/dominikwilkowski/cfonts";
20+ description = "Silly little command line tool for sexy ANSI fonts in the console";
21 license = licenses.gpl3Plus;
22 maintainers = with maintainers; [ leifhelm ];
23 mainProgram = "cfonts";
+1-1
pkgs/by-name/ch/chamber/package.nix
···26 ];
2728 meta = with lib; {
29- description = "A tool for managing secrets by storing them in AWS SSM Parameter Store";
30 homepage = "https://github.com/segmentio/chamber";
31 license = licenses.mit;
32 maintainers = with maintainers; [ kalekseev ];
···26 ];
2728 meta = with lib; {
29+ description = "Tool for managing secrets by storing them in AWS SSM Parameter Store";
30 homepage = "https://github.com/segmentio/chamber";
31 license = licenses.mit;
32 maintainers = with maintainers; [ kalekseev ];
+1-1
pkgs/by-name/cl/clang-tidy-sarif/package.nix
···25 };
2627 meta = {
28- description = "A CLI tool to convert clang-tidy diagnostics into SARIF";
29 homepage = "https://psastras.github.io/sarif-rs";
30 maintainers = with lib.maintainers; [ getchoo ];
31 mainProgram = "clang-tidy-sarif";
···25 };
2627 meta = {
28+ description = "CLI tool to convert clang-tidy diagnostics into SARIF";
29 homepage = "https://psastras.github.io/sarif-rs";
30 maintainers = with lib.maintainers; [ getchoo ];
31 mainProgram = "clang-tidy-sarif";
+1-1
pkgs/by-name/cl/claude-code/package.nix
···36 passthru.updateScript = ./update.sh;
3738 meta = {
39- description = "An agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster";
40 homepage = "https://github.com/anthropics/claude-code";
41 downloadPage = "https://www.npmjs.com/package/@anthropic-ai/claude-code";
42 license = lib.licenses.unfree;
···36 passthru.updateScript = ./update.sh;
3738 meta = {
39+ description = "Agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster";
40 homepage = "https://github.com/anthropics/claude-code";
41 downloadPage = "https://www.npmjs.com/package/@anthropic-ai/claude-code";
42 license = lib.licenses.unfree;
+1-1
pkgs/by-name/cl/clifm/package.nix
···45 meta = {
46 homepage = "https://github.com/leo-arch/clifm";
47 changelog = "https://github.com/leo-arch/clifm/releases/tag/v${finalAttrs.version}";
48- description = "A CLI-based, shell-like, and non-curses terminal file manager";
49 license = lib.licenses.gpl2Plus;
50 maintainers = with lib.maintainers; [ nadir-ishiguro ];
51 platforms = lib.platforms.unix;
···26 };
2728 meta = {
29- description = "A CLI tool to convert clippy diagnostics into SARIF";
30 homepage = "https://psastras.github.io/sarif-rs";
31 license = lib.licenses.mit;
32 maintainers = with lib.maintainers; [ getchoo ];
···26 };
2728 meta = {
29+ description = "CLI tool to convert clippy diagnostics into SARIF";
30 homepage = "https://psastras.github.io/sarif-rs";
31 license = lib.licenses.mit;
32 maintainers = with lib.maintainers; [ getchoo ];
+1-1
pkgs/by-name/co/code2prompt/package.nix
···31 buildInputs = [ openssl ];
3233 meta = {
34- description = "A CLI tool that converts your codebase into a single LLM prompt with a source tree, prompt templating, and token counting";
35 homepage = "https://github.com/mufeedvh/code2prompt";
36 license = lib.licenses.mit;
37 maintainers = with lib.maintainers; [ heisfer ];
···31 buildInputs = [ openssl ];
3233 meta = {
34+ description = "CLI tool that converts your codebase into a single LLM prompt with a source tree, prompt templating, and token counting";
35 homepage = "https://github.com/mufeedvh/code2prompt";
36 license = lib.licenses.mit;
37 maintainers = with lib.maintainers; [ heisfer ];
+1-1
pkgs/by-name/co/cope/package.nix
···33 '';
3435 meta = {
36- description = "A colourful wrapper for terminal programs";
37 homepage = "https://github.com/deftdawg/cope";
38 license = with lib.licenses; [
39 artistic1
···33 '';
3435 meta = {
36+ description = "Colourful wrapper for terminal programs";
37 homepage = "https://github.com/deftdawg/cope";
38 license = with lib.licenses; [
39 artistic1
+1-1
pkgs/by-name/co/courier-unicode/package.nix
···2526 meta = {
27 homepage = "http://www.courier-mta.org/unicode/";
28- description = "The Courier Unicode Library is used by most other Courier packages";
29 license = lib.licenses.gpl3;
30 platforms = lib.platforms.linux;
31 };
···2526 meta = {
27 homepage = "http://www.courier-mta.org/unicode/";
28+ description = "Courier Unicode Library is used by most other Courier packages";
29 license = lib.licenses.gpl3;
30 platforms = lib.platforms.linux;
31 };
+1-1
pkgs/by-name/cp/cppad/package.nix
···23 ];
2425 meta = {
26- description = "A C++ Algorithmic Differentiation Package";
27 homepage = "https://github.com/coin-or/CppAD";
28 license = lib.licenses.gpl2Plus;
29 maintainers = with lib.maintainers; [
···27 cmakeFlags = [ "-DBUILD_SHARED_LIBS=${if static then "OFF" else "ON"}" ];
2829 meta = with lib; {
30- description = "A cross platform C99 library to get cpu features at runtime";
31 homepage = "https://github.com/google/cpu_features";
32 license = licenses.asl20;
33 platforms = platforms.all;
···27 cmakeFlags = [ "-DBUILD_SHARED_LIBS=${if static then "OFF" else "ON"}" ];
2829 meta = with lib; {
30+ description = "Cross platform C99 library to get cpu features at runtime";
31 homepage = "https://github.com/google/cpu_features";
32 license = licenses.asl20;
33 platforms = platforms.all;
+1-1
pkgs/by-name/cr/crow/package.nix
···32 doCheck = true;
3334 meta = {
35- description = "A Fast and Easy to use microframework for the web";
36 homepage = "https://crowcpp.org/";
37 maintainers = with lib.maintainers; [ l33tname ];
38 platforms = lib.platforms.all;
···32 doCheck = true;
3334 meta = {
35+ description = "Fast and Easy to use microframework for the web";
36 homepage = "https://crowcpp.org/";
37 maintainers = with lib.maintainers; [ l33tname ];
38 platforms = lib.platforms.all;
+1-1
pkgs/by-name/ct/ctune/package.nix
···55 patches = [ ./cmake_disable_git_clone.patch ];
5657 meta = {
58- description = "A nice terminal nCurses (tui) internet radio player for Linux, browse and search from api.radio-browser.info";
59 homepage = "https://github.com/An7ar35/ctune";
60 changelog = "https://github.com/An7ar35/ctune/blob/master/CHANGELOG.md";
61 license = lib.licenses.agpl3Plus;
···55 patches = [ ./cmake_disable_git_clone.patch ];
5657 meta = {
58+ description = "Nice terminal nCurses (tui) internet radio player for Linux, browse and search from api.radio-browser.info";
59 homepage = "https://github.com/An7ar35/ctune";
60 changelog = "https://github.com/An7ar35/ctune/blob/master/CHANGELOG.md";
61 license = lib.licenses.agpl3Plus;
+1-1
pkgs/by-name/cu/culvert/package.nix
···3637 meta = with lib; {
38 homepage = "https://github.com/amboar/culvert";
39- description = "A Test and Debug Tool for BMC AHB Interfaces ";
40 mainProgram = "culvert";
41 license = licenses.asl20;
42 maintainers = [ maintainers.baloo ];
···3637 meta = with lib; {
38 homepage = "https://github.com/amboar/culvert";
39+ description = "Test and Debug Tool for BMC AHB Interfaces ";
40 mainProgram = "culvert";
41 license = licenses.asl20;
42 maintainers = [ maintainers.baloo ];
+1-1
pkgs/by-name/cu/cutentr/package.nix
···56 '';
5758 meta = {
59- description = "A 3DS streaming client for Linux";
60 homepage = "https://gitlab.com/BoltsJ/cuteNTR";
61 license = lib.licenses.gpl3Plus;
62 mainProgram = "cutentr";
···39 ];
40 inherit buildInputs;
41 meta = meta // {
42- description = "The C-Util Project is a collection of utility libraries for the C11 language.";
43 homepage = "https://c-util.github.io/";
44 license = [
45 lib.licenses.asl20
···39 ];
40 inherit buildInputs;
41 meta = meta // {
42+ description = "C-Util Project is a collection of utility libraries for the C11 language";
43 homepage = "https://c-util.github.io/";
44 license = [
45 lib.licenses.asl20
+1-1
pkgs/by-name/df/dfl-ipc/package.nix
···35 ];
3637 meta = {
38- description = "A very simple set of IPC classes for inter-process communication";
39 homepage = "https://gitlab.com/desktop-frameworks/ipc";
40 changelog = "https://gitlab.com/desktop-frameworks/ipc/-/blob/${finalAttrs.src.rev}/ChangeLog";
41 license = lib.licenses.gpl3Only;
···35 ];
3637 meta = {
38+ description = "Very simple set of IPC classes for inter-process communication";
39 homepage = "https://gitlab.com/desktop-frameworks/ipc";
40 changelog = "https://gitlab.com/desktop-frameworks/ipc/-/blob/${finalAttrs.src.rev}/ChangeLog";
41 license = lib.licenses.gpl3Only;
+1-1
pkgs/by-name/di/di-tui/package.nix
···20 passthru.updateScript = nix-update-script { };
2122 meta = {
23- description = "A simple terminal UI player for di.fm";
24 homepage = "https://github.com/acaloiaro/di-tui";
25 license = lib.licenses.bsd2;
26 maintainers = [ lib.maintainers.acaloiaro ];
···30 '';
3132 meta = src.meta // {
33- description = "An extensive, fast, and accurate command-line image dithering tool";
34 license = lib.licenses.gpl3;
35 maintainers = with lib.maintainers; [ ehmry ];
36 mainProgram = "didder";
···30 '';
3132 meta = src.meta // {
33+ description = "Extensive, fast, and accurate command-line image dithering tool";
34 license = lib.licenses.gpl3;
35 maintainers = with lib.maintainers; [ ehmry ];
36 mainProgram = "didder";
+1-1
pkgs/by-name/di/dinit/package.nix
···46 '';
4748 meta = {
49- description = "A service manager / supervision system, which can (on Linux) also function as a system manager and init";
50 homepage = "https://davmac.org/projects/dinit";
51 license = lib.licenses.asl20;
52 maintainers = with lib.maintainers; [ aanderse ];
···46 '';
4748 meta = {
49+ description = "Service manager / supervision system, which can (on Linux) also function as a system manager and init";
50 homepage = "https://davmac.org/projects/dinit";
51 license = lib.licenses.asl20;
52 maintainers = with lib.maintainers; [ aanderse ];
+1-1
pkgs/by-name/di/distrobox-tui/package.nix
···2122 meta = {
23 changelog = "https://github.com/phanirithvij/distrobox-tui/releases/tag/v${version}";
24- description = "A TUI for DistroBox";
25 homepage = "https://github.com/phanirithvij/distrobox-tui";
26 license = lib.licenses.gpl3Plus;
27 mainProgram = "distrobox-tui";
···38 meta = {
39 homepage = "https://dita-ot.org";
40 changelog = "https://www.dita-ot.org/dev/release-notes/#v${finalAttrs.version}";
41- description = "The open-source publishing engine for content authored in the Darwin Information Typing Architecture";
42 license = lib.licenses.asl20;
43 mainProgram = "dita";
44 platforms = openjdk17.meta.platforms;
···38 meta = {
39 homepage = "https://dita-ot.org";
40 changelog = "https://www.dita-ot.org/dev/release-notes/#v${finalAttrs.version}";
41+ description = "Open-source publishing engine for content authored in the Darwin Information Typing Architecture";
42 license = lib.licenses.asl20;
43 mainProgram = "dita";
44 platforms = openjdk17.meta.platforms;
+1-1
pkgs/by-name/dn/dnss/package.nix
···17 vendorHash = "sha256-d9aGSBRblkvH5Ixw3jpbgC8lMW/qEYNJfLTVeUlos7A=";
1819 meta = with lib; {
20- description = "A daemon for using DNS over HTTPS";
21 homepage = "https://blitiri.com.ar/git/r/dnss/";
22 license = licenses.asl20;
23 mainProgram = "dnss";
···17 vendorHash = "sha256-d9aGSBRblkvH5Ixw3jpbgC8lMW/qEYNJfLTVeUlos7A=";
1819 meta = with lib; {
20+ description = "Daemon for using DNS over HTTPS";
21 homepage = "https://blitiri.com.ar/git/r/dnss/";
22 license = licenses.asl20;
23 mainProgram = "dnss";
+1-1
pkgs/by-name/do/dotnet-ef/package.nix
···7 nugetHash = "sha256-Mu+MlsjH/qa4kMb7z/TuG1lSVSKPX9j9S4mJLVRZ2+E=";
89 meta = {
10- description = "The Entity Framework Core tools help with design-time development tasks.";
11 longDescription = ''
12 The Entity Framework Core tools help with design-time development tasks.
13 They're primarily used to manage Migrations and to scaffold a DbContext and entity types by reverse engineering the schema of a database.
···7 nugetHash = "sha256-Mu+MlsjH/qa4kMb7z/TuG1lSVSKPX9j9S4mJLVRZ2+E=";
89 meta = {
10+ description = "Tools to help with design-time development tasks";
11 longDescription = ''
12 The Entity Framework Core tools help with design-time development tasks.
13 They're primarily used to manage Migrations and to scaffold a DbContext and entity types by reverse engineering the schema of a database.
+1-1
pkgs/by-name/dr/draupnir/package.nix
···98 passthru.updateScript = ./update.sh;
99100 meta = with lib; {
101- description = "A moderation tool for Matrix";
102 homepage = "https://github.com/the-draupnir-project/Draupnir";
103 longDescription = ''
104 As an all-in-one moderation tool, it can protect your server from
···98 passthru.updateScript = ./update.sh;
99100 meta = with lib; {
101+ description = "Moderation tool for Matrix";
102 homepage = "https://github.com/the-draupnir-project/Draupnir";
103 longDescription = ''
104 As an all-in-one moderation tool, it can protect your server from
+1-1
pkgs/by-name/du/dut/package.nix
···24 meta = {
25 platforms = lib.platforms.all;
26 broken = stdenv.hostPlatform.isDarwin;
27- description = "A disk usage calculator for Linux";
28 homepage = "https://codeberg.org/201984/dut";
29 license = lib.licenses.gpl3;
30 maintainers = with lib.maintainers; [ errnoh ];
···10}:
11writeShellApplication {
12 name = "edido";
13- meta.description = "A tool to apply display configuration from `boot.kernelParams`.";
14 runtimeInputs = [
15 diffutils
16 findutils
···10}:
11writeShellApplication {
12 name = "edido";
13+ meta.description = "Tool to apply display configuration from `boot.kernelParams`";
14 runtimeInputs = [
15 diffutils
16 findutils
+1-1
pkgs/by-name/ed/edukai/package.nix
···20 '';
2122 meta = {
23- description = "The MOE Standard Kai Font, a Chinese font by the Ministry of Education, ROC (Taiwan)";
24 longDescription = ''
25 The MOE Standard Kai Font is a kai (regular srcipt) font
26 provided by
···20 '';
2122 meta = {
23+ description = "MOE Standard Kai Font, a Chinese font by the Ministry of Education, ROC (Taiwan)";
24 longDescription = ''
25 The MOE Standard Kai Font is a kai (regular srcipt) font
26 provided by
+1-1
pkgs/by-name/ed/eduli/package.nix
···22 '';
2324 meta = {
25- description = "The MOE Li Font, a clerical Chinese font by the Ministry of Education, ROC (Taiwan)";
26 longDescription = ''
27 The MOE Li Font is a li (clerical srcipt) font
28 provided by
···22 '';
2324 meta = {
25+ description = "MOE Li Font, a clerical Chinese font by the Ministry of Education, ROC (Taiwan)";
26 longDescription = ''
27 The MOE Li Font is a li (clerical srcipt) font
28 provided by
+1-1
pkgs/by-name/ed/edusong/package.nix
···20 '';
2122 meta = {
23- description = "The MOE Song font, a Song-style Chinese character typeface";
24 longDescription = ''
25 A Song-style Chinese character typeface published by the Ministry of Education of the Republic of China (Taiwan). The Song style is also referred to as 宋體, 宋体, sòngtǐ, 明體, 明体, or míngtǐ, in Chinese; 명조체, 明朝體, or myeongjo in Korean; 明朝体, みんちょうたい, or minchōtai in Japanese.
26 '';
···20 '';
2122 meta = {
23+ description = "MOE Song font, a Song-style Chinese character typeface";
24 longDescription = ''
25 A Song-style Chinese character typeface published by the Ministry of Education of the Republic of China (Taiwan). The Song style is also referred to as 宋體, 宋体, sòngtǐ, 明體, 明体, or míngtǐ, in Chinese; 명조체, 明朝體, or myeongjo in Korean; 明朝体, みんちょうたい, or minchōtai in Japanese.
26 '';
+1-1
pkgs/by-name/el/element-desktop/package.nix
···150 };
151152 meta = with lib; {
153- description = "A feature-rich client for Matrix.org";
154 homepage = "https://element.io/";
155 changelog = "https://github.com/element-hq/element-desktop/blob/v${finalAttrs.version}/CHANGELOG.md";
156 license = licenses.asl20;
···150 };
151152 meta = with lib; {
153+ description = "Feature-rich client for Matrix.org";
154 homepage = "https://element.io/";
155 changelog = "https://github.com/element-hq/element-desktop/blob/v${finalAttrs.version}/CHANGELOG.md";
156 license = licenses.asl20;
+1-1
pkgs/by-name/el/elm-land/package.nix
···59 '';
6061 meta = {
62- description = "A production-ready framework for building Elm applications";
63 homepage = "https://github.com/elm-land/elm-land";
64 license = lib.licenses.bsd3;
65 maintainers = with lib.maintainers; [
···59 '';
6061 meta = {
62+ description = "Production-ready framework for building Elm applications";
63 homepage = "https://github.com/elm-land/elm-land";
64 license = lib.licenses.bsd3;
65 maintainers = with lib.maintainers; [
+1-1
pkgs/by-name/em/ember-cli/package.nix
···3435 meta = with lib; {
36 homepage = "https://github.com/ember-cli/ember-cli";
37- description = "The Ember.js command line utility";
38 license = licenses.mit;
39 maintainers = with maintainers; [ jfvillablanca ];
40 platforms = platforms.all;
···3435 meta = with lib; {
36 homepage = "https://github.com/ember-cli/ember-cli";
37+ description = "Ember.js command line utility";
38 license = licenses.mit;
39 maintainers = with maintainers; [ jfvillablanca ];
40 platforms = platforms.all;
+1-1
pkgs/by-name/en/encrypted-dns-server/package.nix
···3738 meta = {
39 changelog = "https://github.com/DNSCrypt/encrypted-dns-server/releases/tag/${version}";
40- description = "An easy to install, high-performance, zero maintenance proxy to run an encrypted DNS server";
41 homepage = "https://github.com/DNSCrypt/encrypted-dns-server";
42 license = lib.licenses.mit;
43 maintainers = with lib.maintainers; [ paepcke ];
···3738 meta = {
39 changelog = "https://github.com/DNSCrypt/encrypted-dns-server/releases/tag/${version}";
40+ description = "Easy to install, high-performance, zero maintenance proxy to run an encrypted DNS server";
41 homepage = "https://github.com/DNSCrypt/encrypted-dns-server";
42 license = lib.licenses.mit;
43 maintainers = with lib.maintainers; [ paepcke ];
+1-1
pkgs/by-name/eq/equicord/package.nix
···64 };
6566 meta = {
67- description = "The other cutest Discord client mod";
68 homepage = "https://github.com/Equicord/Equicord";
69 license = lib.licenses.gpl3Only;
70 platforms = lib.platforms.linux;
···41 '';
4243 meta = {
44- description = "An IDE-first library for the semantic analysis of Erlang code, including LSP server, linting and refactoring tools.";
45 homepage = "https://github.com/WhatsApp/erlang-language-platform/";
46 license = with lib.licenses; [
47 mit
···41 '';
4243 meta = {
44+ description = "IDE-first library for the semantic analysis of Erlang code, including LSP server, linting and refactoring tools";
45 homepage = "https://github.com/WhatsApp/erlang-language-platform/";
46 license = with lib.licenses; [
47 mit
+1-1
pkgs/by-name/ev/everest-mons/package.nix
···4041 meta = with lib; {
42 homepage = "https://mons.coloursofnoise.ca/";
43- description = "A commandline Everest installer and mod manager for Celeste";
44 license = licenses.mit;
45 maintainers = with lib.maintainers; [ ulysseszhan ];
46 mainProgram = "mons";
···4041 meta = with lib; {
42 homepage = "https://mons.coloursofnoise.ca/";
43+ description = "Commandline Everest installer and mod manager for Celeste";
44 license = licenses.mit;
45 maintainers = with lib.maintainers; [ ulysseszhan ];
46 mainProgram = "mons";
+1-1
pkgs/by-name/f1/f1viewer/package.nix
···18 vendorHash = "sha256-UNeH3zxgssXxFpJws6nAL8EgXt0DRyAQfmlJWz/qyDg=";
1920 meta = with lib; {
21- description = "A TUI to view Formula 1 footage using VLC or another media player";
22 homepage = "https://github.com/SoMuchForSubtlety/f1viewer";
23 license = licenses.gpl3Only;
24 maintainers = with maintainers; [ michzappa ];
···18 vendorHash = "sha256-UNeH3zxgssXxFpJws6nAL8EgXt0DRyAQfmlJWz/qyDg=";
1920 meta = with lib; {
21+ description = "TUI to view Formula 1 footage using VLC or another media player";
22 homepage = "https://github.com/SoMuchForSubtlety/f1viewer";
23 license = licenses.gpl3Only;
24 maintainers = with maintainers; [ michzappa ];
+1-1
pkgs/by-name/fa/fastfetch/package.nix
···265 passthru.updateScript = nix-update-script { };
266267 meta = {
268- description = "An actively maintained, feature-rich and performance oriented, neofetch like system information tool";
269 homepage = "https://github.com/fastfetch-cli/fastfetch";
270 changelog = "https://github.com/fastfetch-cli/fastfetch/releases/tag/${finalAttrs.version}";
271 license = lib.licenses.mit;
···265 passthru.updateScript = nix-update-script { };
266267 meta = {
268+ description = "Actively maintained, feature-rich and performance oriented, neofetch like system information tool";
269 homepage = "https://github.com/fastfetch-cli/fastfetch";
270 changelog = "https://github.com/fastfetch-cli/fastfetch/releases/tag/${finalAttrs.version}";
271 license = lib.licenses.mit;
+1-1
pkgs/by-name/fa/fastqc/package.nix
···71 };
7273 meta = {
74- description = "A quality control application for high throughput sequence data";
75 longDescription = ''
76 FastQC aims to provide a simple way to do some quality control checks on raw sequence data coming from high throughput sequencing pipelines. It provides a modular set of analyses which you can use to give a quick impression of whether your data has any problems of which you should be aware before doing any further analysis.
77
···71 };
7273 meta = {
74+ description = "Quality control application for high throughput sequence data";
75 longDescription = ''
76 FastQC aims to provide a simple way to do some quality control checks on raw sequence data coming from high throughput sequencing pipelines. It provides a modular set of analyses which you can use to give a quick impression of whether your data has any problems of which you should be aware before doing any further analysis.
77
+1-1
pkgs/by-name/fa/faust2/package.nix
···126 '';
127128 meta = meta // {
129- description = "A functional programming language for realtime audio signal processing";
130 longDescription = ''
131 FAUST (Functional Audio Stream) is a functional programming
132 language specifically designed for real-time signal processing
···126 '';
127128 meta = meta // {
129+ description = "Functional programming language for realtime audio signal processing";
130 longDescription = ''
131 FAUST (Functional Audio Stream) is a functional programming
132 language specifically designed for real-time signal processing
+1-1
pkgs/by-name/fc/fcitx5-fluent/package.nix
···29 '';
3031 meta = with lib; {
32- description = "A fluent-design theme with blur effect and shadow";
33 homepage = "https://github.com/Reverier-Xu/Fluent-fcitx5";
34 license = licenses.mpl20;
35 platforms = platforms.all;
···29 '';
3031 meta = with lib; {
32+ description = "Fluent-design theme with blur effect and shadow";
33 homepage = "https://github.com/Reverier-Xu/Fluent-fcitx5";
34 license = licenses.mpl20;
35 platforms = platforms.all;
+1-1
pkgs/by-name/ff/ffts/package.nix
···21 cmakeFlags = [ "-DENABLE_SHARED=ON" ];
2223 meta = {
24- description = "The Fastest Fourier Transform in the South";
25 homepage = "https://github.com/linkotec/ffts";
26 license = lib.licenses.mit;
27 maintainers = with lib.maintainers; [ bgamari ];
···21 cmakeFlags = [ "-DENABLE_SHARED=ON" ];
2223 meta = {
24+ description = "Fastest Fourier Transform in the South";
25 homepage = "https://github.com/linkotec/ffts";
26 license = lib.licenses.mit;
27 maintainers = with lib.maintainers; [ bgamari ];
+1-1
pkgs/by-name/fs/fscrypt-experimental/package.nix
···46 '';
4748 meta = with lib; {
49- description = "A high-level tool for the management of Linux filesystem encryption";
50 mainProgram = "fscrypt";
51 longDescription = ''
52 This tool manages metadata, key generation, key wrapping, PAM integration,
···46 '';
4748 meta = with lib; {
49+ description = "High-level tool for the management of Linux filesystem encryption";
50 mainProgram = "fscrypt";
51 longDescription = ''
52 This tool manages metadata, key generation, key wrapping, PAM integration,
+1-1
pkgs/by-name/gd/gdmap/package.nix
···3637 meta = with lib; {
38 homepage = "https://gitlab.com/sjohannes/gdmap";
39- description = "A tool to visualize disk space (GTK 3 port of Original)";
40 license = licenses.gpl2Only;
41 platforms = platforms.linux;
42 maintainers = [ maintainers.bjornfor ];
···3637 meta = with lib; {
38 homepage = "https://gitlab.com/sjohannes/gdmap";
39+ description = "Tool to visualize disk space (GTK 3 port of Original)";
40 license = licenses.gpl2Only;
41 platforms = platforms.linux;
42 maintainers = [ maintainers.bjornfor ];
+1-1
pkgs/by-name/gi/git-toolbelt/package.nix
···4041 meta = {
42 changelog = "https://github.com/nvie/git-toolbelt/blob/${finalAttrs.src.rev}/CHANGELOG.md";
43- description = "A suite of useful Git commands that aid with scripting or every day command line usage";
44 homepage = "https://github.com/nvie/git-toolbelt";
45 license = lib.licenses.bsd3;
46 maintainers = with lib.maintainers; [ tomasajt ];
···4041 meta = {
42 changelog = "https://github.com/nvie/git-toolbelt/blob/${finalAttrs.src.rev}/CHANGELOG.md";
43+ description = "Suite of useful Git commands that aid with scripting or every day command line usage";
44 homepage = "https://github.com/nvie/git-toolbelt";
45 license = lib.licenses.bsd3;
46 maintainers = with lib.maintainers; [ tomasajt ];
+1-1
pkgs/by-name/gi/git-wait/package.nix
···42 '';
4344 meta = {
45- description = "A simple git wrapper that waits until index.lock file is removed when present before running the command";
46 homepage = "https://github.com/darshanparajuli/git-wait";
47 license = lib.licenses.mit;
48 maintainers = with lib.maintainers; [ pbsds ];
···42 '';
4344 meta = {
45+ description = "Simple git wrapper that waits until index.lock file is removed when present before running the command";
46 homepage = "https://github.com/darshanparajuli/git-wait";
47 license = lib.licenses.mit;
48 maintainers = with lib.maintainers; [ pbsds ];
+1-1
pkgs/by-name/gi/gitnuro/package.nix
···64 ];
6566 meta = with lib; {
67- description = "A FOSS Git multiplatform client based on Compose and JGit";
68 homepage = "https://gitnuro.com/";
69 license = licenses.gpl3Plus;
70 platforms = [
···64 ];
6566 meta = with lib; {
67+ description = "FOSS Git multiplatform client based on Compose and JGit";
68 homepage = "https://gitnuro.com/";
69 license = licenses.gpl3Plus;
70 platforms = [
+1-1
pkgs/by-name/gl/glasskube/package.nix
···78 passthru.updateScript = nix-update-script { };
7980 meta = {
81- description = "The missing Package Manager for Kubernetes featuring a GUI and a CLI";
82 homepage = "https://github.com/glasskube/glasskube";
83 changelog = "https://github.com/glasskube/glasskube/releases/tag/v${version}";
84 maintainers = with lib.maintainers; [ jakuzure ];
···78 passthru.updateScript = nix-update-script { };
7980 meta = {
81+ description = "Missing Package Manager for Kubernetes featuring a GUI and a CLI";
82 homepage = "https://github.com/glasskube/glasskube";
83 changelog = "https://github.com/glasskube/glasskube/releases/tag/v${version}";
84 maintainers = with lib.maintainers; [ jakuzure ];
+1-1
pkgs/by-name/gn/gnome-clocks/package.nix
···7273 meta = {
74 homepage = "https://apps.gnome.org/Clocks/";
75- description = "A simple and elegant clock application for GNOME";
76 longDescription = ''
77 A simple and elegant clock application. It includes world clocks, alarms,
78 a stopwatch, and timers.
···7273 meta = {
74 homepage = "https://apps.gnome.org/Clocks/";
75+ description = "Simple and elegant clock application for GNOME";
76 longDescription = ''
77 A simple and elegant clock application. It includes world clocks, alarms,
78 a stopwatch, and timers.
+1-1
pkgs/by-name/go/gocatcli/package.nix
···38 meta = {
39 homepage = "https://github.com/deadc0de6/gocatcli";
40 changelog = "https://github.com/deadc0de6/gocatcli/releases/tag/v${version}";
41- description = "The command line catalog tool for your offline data";
42 longDescription = ''
43 gocatcli is a catalog tool for your offline data. It indexes external
44 media in a catalog file and allows to quickly find specific files or even
···38 meta = {
39 homepage = "https://github.com/deadc0de6/gocatcli";
40 changelog = "https://github.com/deadc0de6/gocatcli/releases/tag/v${version}";
41+ description = "Command line catalog tool for your offline data";
42 longDescription = ''
43 gocatcli is a catalog tool for your offline data. It indexes external
44 media in a catalog file and allows to quickly find specific files or even
+1-1
pkgs/by-name/go/gomuks/package.nix
···6061 meta = with lib; {
62 homepage = "https://maunium.net/go/gomuks/";
63- description = "A terminal based Matrix client written in Go";
64 mainProgram = "gomuks";
65 license = licenses.agpl3Plus;
66 maintainers = with maintainers; [ chvp ];
···6061 meta = with lib; {
62 homepage = "https://maunium.net/go/gomuks/";
63+ description = "Terminal based Matrix client written in Go";
64 mainProgram = "gomuks";
65 license = licenses.agpl3Plus;
66 maintainers = with maintainers; [ chvp ];
+1-1
pkgs/by-name/go/gopro-tool/package.nix
···37 '';
3839 meta = {
40- description = "A tool to control GoPro webcam mode in Linux (requires v4l2loopback kernel module and a firewall rule)";
41 license = lib.licenses.bsd3;
42 maintainers = with lib.maintainers; [ ZMon3y ];
43 platforms = lib.platforms.linux;
···37 '';
3839 meta = {
40+ description = "Tool to control GoPro webcam mode in Linux (requires v4l2loopback kernel module and a firewall rule)";
41 license = lib.licenses.bsd3;
42 maintainers = with lib.maintainers; [ ZMon3y ];
43 platforms = lib.platforms.linux;
+1-1
pkgs/by-name/gp/gpauth/package.nix
···3435 meta = with lib; {
36 changelog = "https://github.com/${src.owner}/${src.repo}/blob/${src.rev}/changelog.md";
37- description = "A CLI for GlobalProtect VPN, based on OpenConnect, supports the SSO authentication method";
38 longDescription = ''
39 A CLI for GlobalProtect VPN, based on OpenConnect, supports the SSO
40 authentication method. Inspired by gp-saml-gui.
···3435 meta = with lib; {
36 changelog = "https://github.com/${src.owner}/${src.repo}/blob/${src.rev}/changelog.md";
37+ description = "CLI for GlobalProtect VPN, based on OpenConnect, supports the SSO authentication method";
38 longDescription = ''
39 A CLI for GlobalProtect VPN, based on OpenConnect, supports the SSO
40 authentication method. Inspired by gp-saml-gui.
···39 };
4041 meta = with lib; {
42- description = "A gRPC to JSON proxy generator plugin for Google Protocol Buffers";
43 longDescription = ''
44 This is a plugin for the Google Protocol Buffers compiler (protoc). It reads
45 protobuf service definitions and generates a reverse-proxy server which
···39 };
4041 meta = with lib; {
42+ description = "GRPC to JSON proxy generator plugin for Google Protocol Buffers";
43 longDescription = ''
44 This is a plugin for the Google Protocol Buffers compiler (protoc). It reads
45 protobuf service definitions and generates a reverse-proxy server which
+1-1
pkgs/by-name/gu/guile-json-rpc/package.nix
···42 '';
4344 meta = {
45- description = "A JSON-RPC implementation for Scheme";
46 homepage = "https://codeberg.org/rgherdt/scheme-json-rpc";
47 license = lib.licenses.mit;
48 maintainers = with lib.maintainers; [ knightpp ];
···42 '';
4344 meta = {
45+ description = "JSON-RPC implementation for Scheme";
46 homepage = "https://codeberg.org/rgherdt/scheme-json-rpc";
47 license = lib.licenses.mit;
48 maintainers = with lib.maintainers; [ knightpp ];
+1-1
pkgs/by-name/gu/guile-lsp-server/package.nix
···5859 meta = {
60 homepage = "https://codeberg.org/rgherdt/scheme-lsp-server";
61- description = "An LSP server for Guile";
62 mainProgram = "guile-lsp-server";
63 license = lib.licenses.mit;
64 maintainers = with lib.maintainers; [ knightpp ];
···5859 meta = {
60 homepage = "https://codeberg.org/rgherdt/scheme-lsp-server";
61+ description = "LSP server for Guile";
62 mainProgram = "guile-lsp-server";
63 license = lib.licenses.mit;
64 maintainers = with lib.maintainers; [ knightpp ];
+1-1
pkgs/by-name/gu/guile-semver/package.nix
···29 doCheck = true;
3031 meta = with lib; {
32- description = "A GNU Guile library implementing Semantic Versioning 2.0.0";
33 homepage = "https://ngyro.com/software/guile-semver.html";
34 license = licenses.gpl3Plus;
35 maintainers = with maintainers; [ foo-dogsquared ];
···6364 meta = with lib; {
65 homepage = "https://github.com/centic9/headset-charge-indicator";
66- description = "A app-indicator for GNOME desktops for controlling some features of various wireless headsets";
67 longDescription = "A simple app-indicator for GNOME desktops to display the battery charge of some wireless headsets which also allows to control some functions like LEDs, sidetone and others.";
68 platforms = platforms.linux;
69 maintainers = with maintainers; [ zebreus ];
···6364 meta = with lib; {
65 homepage = "https://github.com/centic9/headset-charge-indicator";
66+ description = "App-indicator for GNOME desktops for controlling some features of various wireless headsets";
67 longDescription = "A simple app-indicator for GNOME desktops to display the battery charge of some wireless headsets which also allows to control some functions like LEDs, sidetone and others.";
68 platforms = platforms.linux;
69 maintainers = with maintainers; [ zebreus ];
+1-1
pkgs/by-name/he/heimdall-proxy/package.nix
···34 ];
3536 meta = {
37- description = "A cloud native Identity Aware Proxy and Access Control Decision service";
38 homepage = "https://dadrus.github.io/heimdall";
39 license = lib.licenses.asl20;
40 maintainers = with lib.maintainers; [ albertilagan ];
···34 ];
3536 meta = {
37+ description = "Cloud native Identity Aware Proxy and Access Control Decision service";
38 homepage = "https://dadrus.github.io/heimdall";
39 license = lib.licenses.asl20;
40 maintainers = with lib.maintainers; [ albertilagan ];
+1-1
pkgs/by-name/he/heptabase/package.nix
···2829 meta = {
30 changelog = "https://github.com/heptameta/project-meta/releases/tag/v${version}";
31- description = "A visual note-taking tool for learning complex topics";
32 homepage = "https://heptabase.com/";
33 license = lib.licenses.unfree;
34 maintainers = with lib.maintainers; [ luftmensch-luftmensch ];
···43 '';
4445 meta = {
46- description = "A tiny qt6/qml application to display information about the running system";
47 homepage = "https://github.com/hyprwm/hyprsysteminfo";
48 license = lib.licenses.bsd3;
49 teams = [ lib.teams.hyprland ];
···43 '';
4445 meta = {
46+ description = "Tiny qt6/qml application to display information about the running system";
47 homepage = "https://github.com/hyprwm/hyprsysteminfo";
48 license = lib.licenses.bsd3;
49 teams = [ lib.teams.hyprland ];
+1-1
pkgs/by-name/im/imsprog/package.nix
···6263 meta = {
64 changelog = "https://github.com/bigbigmdm/IMSProg/releases/tag/v${finalAttrs.version}";
65- description = "A free I2C EEPROM programmer tool for CH341A device";
66 homepage = "https://github.com/bigbigmdm/IMSProg";
67 license = with lib.licenses; [
68 gpl3Plus
···229 };
230231 meta = with lib; {
232- description = "A generic proof assistant";
233234 longDescription = ''
235 Isabelle is a generic proof assistant. It allows mathematical formulas
···229 };
230231 meta = with lib; {
232+ description = "Generic proof assistant";
233234 longDescription = ''
235 Isabelle is a generic proof assistant. It allows mathematical formulas
+1-1
pkgs/by-name/jj/jjui/package.nix
···20 passthru.updateScript = nix-update-script { };
2122 meta = {
23- description = "A TUI for Jujutsu VCS";
24 homepage = "https://github.com/idursun/jjui";
25 changelog = "https://github.com/idursun/jjui/releases/tag/v${finalAttrs.version}";
26 license = lib.licenses.mit;
···40 };
4142 meta = {
43- description = "A small utility to help with kanidm provisioning";
44 homepage = "https://github.com/oddlama/kanidm-provision";
45 license = with lib.licenses; [
46 asl20
···40 };
4142 meta = {
43+ description = "Small utility to help with kanidm provisioning";
44 homepage = "https://github.com/oddlama/kanidm-provision";
45 license = with lib.licenses; [
46 asl20
+1-1
pkgs/by-name/kc/kcl-language-server/package.nix
···4243 meta = {
44 changelog = "https://github.com/kcl-lang/kcl/releases/tag/v${version}";
45- description = "A high-performance implementation of KCL written in Rust that uses LLVM as the compiler backend";
46 downloadPage = "https://github.com/kcl-lang/kcl/tree/v${version}/kclvm/tools/src/LSP";
47 homepage = "https://www.kcl-lang.io/";
48 license = lib.licenses.asl20;
···4243 meta = {
44 changelog = "https://github.com/kcl-lang/kcl/releases/tag/v${version}";
45+ description = "High-performance implementation of KCL written in Rust that uses LLVM as the compiler backend";
46 downloadPage = "https://github.com/kcl-lang/kcl/tree/v${version}/kclvm/tools/src/LSP";
47 homepage = "https://www.kcl-lang.io/";
48 license = lib.licenses.asl20;
+1-1
pkgs/by-name/kc/kcl/package.nix
···63 updateScript = nix-update-script { };
6465 meta = {
66- description = "A command line interface for KCL programming language";
67 changelog = "https://github.com/kcl-lang/cli/releases/tag/v${version}";
68 homepage = "https://github.com/kcl-lang/cli";
69 license = lib.licenses.asl20;
···40 PROTOC_INCLUDE = "${protobuf}/include";
4142 meta = with lib; {
43- description = "A high-performance implementation of KCL written in Rust that uses LLVM as the compiler backend";
44 homepage = "https://github.com/kcl-lang/kcl";
45 license = licenses.asl20;
46 platforms = platforms.linux ++ platforms.darwin;
···40 PROTOC_INCLUDE = "${protobuf}/include";
4142 meta = with lib; {
43+ description = "High-performance implementation of KCL written in Rust that uses LLVM as the compiler backend";
44 homepage = "https://github.com/kcl-lang/kcl";
45 license = licenses.asl20;
46 platforms = platforms.linux ++ platforms.darwin;
+1-1
pkgs/by-name/kc/kclvm_cli/package.nix
···27 ];
2829 meta = with lib; {
30- description = "A high-performance implementation of KCL written in Rust that uses LLVM as the compiler backend";
31 homepage = "https://github.com/kcl-lang/kcl";
32 license = licenses.asl20;
33 platforms = platforms.linux ++ platforms.darwin;
···27 ];
2829 meta = with lib; {
30+ description = "High-performance implementation of KCL written in Rust that uses LLVM as the compiler backend";
31 homepage = "https://github.com/kcl-lang/kcl";
32 license = licenses.asl20;
33 platforms = platforms.linux ++ platforms.darwin;
+1-1
pkgs/by-name/ki/kitex/package.nix
···37 };
3839 meta = {
40- description = "A high-performance and strong-extensibility Golang RPC framework";
41 homepage = "https://github.com/cloudwego/kitex";
42 license = lib.licenses.asl20;
43 maintainers = with lib.maintainers; [ aaronjheng ];
···312313 meta = with lib; {
314 homepage = "https://github.com/kovidgoyal/kitty";
315- description = "The fast, feature-rich, GPU based terminal emulator";
316 license = licenses.gpl3Only;
317 changelog = [
318 "https://sw.kovidgoyal.net/kitty/changelog/"
···312313 meta = with lib; {
314 homepage = "https://github.com/kovidgoyal/kitty";
315+ description = "Fast, feature-rich, GPU based terminal emulator";
316 license = licenses.gpl3Only;
317 changelog = [
318 "https://sw.kovidgoyal.net/kitty/changelog/"
+1-1
pkgs/by-name/ko/koreader/package.nix
···101 meta = {
102 homepage = "https://github.com/koreader/koreader";
103 changelog = "https://github.com/koreader/koreader/releases/tag/v${version}";
104- description = "An ebook reader application supporting PDF, DjVu, EPUB, FB2 and many more formats, running on Cervantes, Kindle, Kobo, PocketBook and Android devices";
105 mainProgram = "koreader";
106 sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
107 platforms = [
···101 meta = {
102 homepage = "https://github.com/koreader/koreader";
103 changelog = "https://github.com/koreader/koreader/releases/tag/v${version}";
104+ description = "Ebook reader application supporting PDF, DjVu, EPUB, FB2 and many more formats, running on Cervantes, Kindle, Kobo, PocketBook and Android devices";
105 mainProgram = "koreader";
106 sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
107 platforms = [
+1-1
pkgs/by-name/ku/kube-capacity/package.nix
···18 vendorHash = "sha256-YME4AXpHvr1bNuc/HoHxam+7ZkwLzjhIvFSfD4hga1A=";
1920 meta = {
21- description = "A simple CLI that provides an overview of the resource requests, limits, and utilization in a Kubernetes cluster";
22 mainProgram = "kube-capacity";
23 homepage = "https://github.com/robscott/kube-capacity";
24 changelog = "https://github.com/robscott/kube-capacity/releases/tag/v${version}";
···18 vendorHash = "sha256-YME4AXpHvr1bNuc/HoHxam+7ZkwLzjhIvFSfD4hga1A=";
1920 meta = {
21+ description = "Simple CLI that provides an overview of the resource requests, limits, and utilization in a Kubernetes cluster";
22 mainProgram = "kube-capacity";
23 homepage = "https://github.com/robscott/kube-capacity";
24 changelog = "https://github.com/robscott/kube-capacity/releases/tag/v${version}";
+1-1
pkgs/by-name/ku/kubefetch/package.nix
···17 vendorHash = "sha256-qsncOsCxepySJI+rJnzbIGxSWlxMzqShtzcEoJD2UPw=";
1819 meta = {
20- description = "A neofetch-like tool to show info about your Kubernetes Cluster.";
21 homepage = "https://github.com/jkulzer/kubefetch";
22 license = lib.licenses.gpl3Plus;
23 maintainers = with lib.maintainers; [ wrmilling ];
···17 vendorHash = "sha256-qsncOsCxepySJI+rJnzbIGxSWlxMzqShtzcEoJD2UPw=";
1819 meta = {
20+ description = "Neofetch-like tool to show info about your Kubernetes Cluster";
21 homepage = "https://github.com/jkulzer/kubefetch";
22 license = lib.licenses.gpl3Plus;
23 maintainers = with lib.maintainers; [ wrmilling ];
+1-1
pkgs/by-name/ku/kuro/package.nix
···8283 meta = with lib; {
84 changelog = "https://github.com/davidsmorais/kuro/releases/tag/${src.rev}";
85- description = "An unofficial, featureful, open source, community-driven, free Microsoft To-Do app";
86 homepage = "https://github.com/davidsmorais/kuro";
87 license = licenses.mit;
88 mainProgram = "kuro";
···8283 meta = with lib; {
84 changelog = "https://github.com/davidsmorais/kuro/releases/tag/${src.rev}";
85+ description = "Unofficial, featureful, open source, community-driven, free Microsoft To-Do app";
86 homepage = "https://github.com/davidsmorais/kuro";
87 license = licenses.mit;
88 mainProgram = "kuro";
···89 '';
9091 meta = {
92- description = "A collaborative note taking, wiki and documentation platform that scales. Built with Django and React. Opensource alternative to Notion or Outline";
93 homepage = "https://github.com/suitenumerique/docs";
94 changelog = "https://github.com/suitenumerique/docs/blob/${src.tag}/CHANGELOG.md";
95 mainProgram = "docs-collaboration-server";
···89 '';
9091 meta = {
92+ description = "Collaborative note taking, wiki and documentation platform that scales. Built with Django and React. Opensource alternative to Notion or Outline";
93 homepage = "https://github.com/suitenumerique/docs";
94 changelog = "https://github.com/suitenumerique/docs/blob/${src.tag}/CHANGELOG.md";
95 mainProgram = "docs-collaboration-server";
+1-1
pkgs/by-name/la/lasuite-docs-frontend/package.nix
···76 '';
7778 meta = {
79- description = "A collaborative note taking, wiki and documentation platform that scales. Built with Django and React. Opensource alternative to Notion or Outline";
80 homepage = "https://github.com/suitenumerique/docs";
81 changelog = "https://github.com/suitenumerique/docs/blob/${src.tag}/CHANGELOG.md";
82 license = lib.licenses.mit;
···76 '';
7778 meta = {
79+ description = "Collaborative note taking, wiki and documentation platform that scales. Built with Django and React. Opensource alternative to Notion or Outline";
80 homepage = "https://github.com/suitenumerique/docs";
81 changelog = "https://github.com/suitenumerique/docs/blob/${src.tag}/CHANGELOG.md";
82 license = lib.licenses.mit;
+1-1
pkgs/by-name/la/lasuite-docs/package.nix
···108 };
109110 meta = {
111- description = "A collaborative note taking, wiki and documentation platform that scales. Built with Django and React. Opensource alternative to Notion or Outline";
112 homepage = "https://github.com/suitenumerique/docs";
113 changelog = "https://github.com/suitenumerique/docs/blob/${src.tag}/CHANGELOG.md";
114 license = lib.licenses.mit;
···108 };
109110 meta = {
111+ description = "Collaborative note taking, wiki and documentation platform that scales. Built with Django and React. Opensource alternative to Notion or Outline";
112 homepage = "https://github.com/suitenumerique/docs";
113 changelog = "https://github.com/suitenumerique/docs/blob/${src.tag}/CHANGELOG.md";
114 license = lib.licenses.mit;
+1-1
pkgs/by-name/la/lauti/package.nix
···46 };
4748 meta = {
49- description = "An open source calendar for events, groups and places";
50 homepage = "https://lauti.org";
51 license = lib.licenses.agpl3Only;
52 maintainers = with lib.maintainers; [ onny ];
···46 };
4748 meta = {
49+ description = "Open source calendar for events, groups and places";
50 homepage = "https://lauti.org";
51 license = lib.licenses.agpl3Only;
52 maintainers = with lib.maintainers; [ onny ];
+1-1
pkgs/by-name/la/lazysql/package.nix
···34 };
3536 meta = with lib; {
37- description = "A cross-platform TUI database management tool written in Go";
38 homepage = "https://github.com/jorgerojas26/lazysql";
39 license = licenses.mit;
40 maintainers = with maintainers; [ kanielrkirby ];
···34 };
3536 meta = with lib; {
37+ description = "Cross-platform TUI database management tool written in Go";
38 homepage = "https://github.com/jorgerojas26/lazysql";
39 license = licenses.mit;
40 maintainers = with maintainers; [ kanielrkirby ];
+1-1
pkgs/by-name/ld/ld64/package.nix
···170 __structuredAttrs = true;
171172 meta = {
173- description = "The classic linker for Darwin";
174 homepage = "https://opensource.apple.com/releases/";
175 license = lib.licenses.apple-psl20;
176 mainProgram = "ld";
···8485 meta = with lib; {
86 mainProgram = "liana-gui";
87- description = "A Bitcoin wallet leveraging on-chain timelocks for safety and recovery";
88 homepage = "https://wizardsardine.com/liana";
89 changelog = "https://github.com/wizardsardine/liana/releases/tag/${src.rev}";
90 license = licenses.bsd3;
···8485 meta = with lib; {
86 mainProgram = "liana-gui";
87+ description = "Bitcoin wallet leveraging on-chain timelocks for safety and recovery";
88 homepage = "https://wizardsardine.com/liana";
89 changelog = "https://github.com/wizardsardine/liana/releases/tag/${src.rev}";
90 license = licenses.bsd3;
+1-1
pkgs/by-name/li/lib25519/package.nix
···7273 meta = {
74 homepage = "https://randombytes.cr.yp.to/";
75- description = "A simple API for applications generating fresh randomness";
76 changelog = "https://randombytes.cr.yp.to/download.html";
77 license = with lib.licenses; [
78 # Upstream specifies the public domain licenses with the terms here https://cr.yp.to/spdx.html
···7273 meta = {
74 homepage = "https://randombytes.cr.yp.to/";
75+ description = "Simple API for applications generating fresh randomness";
76 changelog = "https://randombytes.cr.yp.to/download.html";
77 license = with lib.licenses; [
78 # Upstream specifies the public domain licenses with the terms here https://cr.yp.to/spdx.html
+1-1
pkgs/by-name/li/libetebase/package.nix
···37 passthru.tests.pkgs-config = testers.testMetaPkgConfig libetebase;
3839 meta = with lib; {
40- description = "A C library for Etebase";
41 homepage = "https://www.etebase.com/";
42 license = licenses.bsd3;
43 broken = stdenv.hostPlatform.isDarwin;
···37 passthru.tests.pkgs-config = testers.testMetaPkgConfig libetebase;
3839 meta = with lib; {
40+ description = "C library for Etebase";
41 homepage = "https://www.etebase.com/";
42 license = licenses.bsd3;
43 broken = stdenv.hostPlatform.isDarwin;
+1-1
pkgs/by-name/li/libgen-cli/package.nix
···3839 meta = with lib; {
40 homepage = "https://github.com/ciehanski/libgen-cli";
41- description = "A CLI tool used to access the Library Genesis dataset; written in Go";
42 longDescription = ''
43 libgen-cli is a command line interface application which allows users to
44 quickly query the Library Genesis dataset and download any of its
···3839 meta = with lib; {
40 homepage = "https://github.com/ciehanski/libgen-cli";
41+ description = "CLI tool used to access the Library Genesis dataset; written in Go";
42 longDescription = ''
43 libgen-cli is a command line interface application which allows users to
44 quickly query the Library Genesis dataset and download any of its
+1-1
pkgs/by-name/li/libnop/package.nix
···38 '';
3940 meta = {
41- description = "A fast, header-only C++ serialization library";
42 homepage = "https://github.com/google/libnop";
43 license = lib.licenses.asl20;
44 platforms = lib.platforms.all;
···3233 meta = with lib; {
34 homepage = "https://github.com/raspberrypi/libpisp";
35- description = "A helper library to generate run-time configuration for the Raspberry Pi ISP (PiSP), consisting of the Frontend and Backend hardware components.";
36 license = licenses.bsd2;
37 platforms = platforms.all;
38 };
···3233 meta = with lib; {
34 homepage = "https://github.com/raspberrypi/libpisp";
35+ description = "Helper library to generate run-time configuration for the Raspberry Pi ISP (PiSP), consisting of the Frontend and Backend hardware components";
36 license = licenses.bsd2;
37 platforms = platforms.all;
38 };
+1-1
pkgs/by-name/li/librandombytes/package.nix
···5556 meta = {
57 homepage = "https://randombytes.cr.yp.to/";
58- description = "A simple API for applications generating fresh randomness";
59 changelog = "https://randombytes.cr.yp.to/download.html";
60 license = with lib.licenses; [
61 # Upstream specifies the public domain licenses with the terms here https://cr.yp.to/spdx.html
···5556 meta = {
57 homepage = "https://randombytes.cr.yp.to/";
58+ description = "Simple API for applications generating fresh randomness";
59 changelog = "https://randombytes.cr.yp.to/download.html";
60 license = with lib.licenses; [
61 # Upstream specifies the public domain licenses with the terms here https://cr.yp.to/spdx.html
+1-1
pkgs/by-name/li/librearp-lv2/package.nix
···63 '';
6465 meta = with lib; {
66- description = "A pattern-based arpeggio generator plugin.";
67 homepage = "https://librearp.gitlab.io/";
68 license = licenses.gpl3Plus;
69 platforms = [ "x86_64-linux" ];
···31 '';
3233 meta = {
34- description = "A streaming XML pull parser and streaming XML serializer implementation for modern, standard C++";
35 homepage = "https://www.codesynthesis.com/projects/libstudxml/";
36 license = lib.licenses.mit;
37 maintainers = with lib.maintainers; [ tomasajt ];
···31 '';
3233 meta = {
34+ description = "Streaming XML pull parser and streaming XML serializer implementation for modern, standard C++";
35 homepage = "https://www.codesynthesis.com/projects/libstudxml/";
36 license = lib.licenses.mit;
37 maintainers = with lib.maintainers; [ tomasajt ];
+1-1
pkgs/by-name/li/littlenavmap/atools.nix
···36 dontWrapQtApps = true;
3738 meta = {
39- description = "A static library extending Qt for exception handling, a log4j like logging framework, Flight Simulator related utilities like BGL reader and more";
40 homepage = "https://github.com/albar965/atools";
41 changelog = "https://github.com/albar965/atools/blob/${src.rev}/CHANGELOG.txt";
42 license = lib.licenses.gpl3Only;
···36 dontWrapQtApps = true;
3738 meta = {
39+ description = "Static library extending Qt for exception handling, a log4j like logging framework, Flight Simulator related utilities like BGL reader and more";
40 homepage = "https://github.com/albar965/atools";
41 changelog = "https://github.com/albar965/atools/blob/${src.rev}/CHANGELOG.txt";
42 license = lib.licenses.gpl3Only;
+1-1
pkgs/by-name/li/littlenavmap/package.nix
···120 passthru.local-packages = { inherit atools marble; };
121122 meta = {
123- description = "A free flight planner, navigation tool, moving map, airport search and airport information system for Flight Simulator X, Microsoft Flight Simulator 2020, Prepar3D and X-Plane";
124 homepage = "https://github.com/albar965/littlenavmap";
125 changelog = "https://github.com/albar965/littlenavmap/blob/${src.rev}/CHANGELOG.txt";
126 license = lib.licenses.gpl3Only;
···120 passthru.local-packages = { inherit atools marble; };
121122 meta = {
123+ description = "Free flight planner, navigation tool, moving map, airport search and airport information system for Flight Simulator X, Microsoft Flight Simulator 2020, Prepar3D and X-Plane";
124 homepage = "https://github.com/albar965/littlenavmap";
125 changelog = "https://github.com/albar965/littlenavmap/blob/${src.rev}/CHANGELOG.txt";
126 license = lib.licenses.gpl3Only;
+1-1
pkgs/by-name/lo/lorien/package.nix
···128129 meta = with lib; {
130 homepage = "https://github.com/mbrlabs/Lorien";
131- description = "An infinite canvas drawing/note-taking app";
132 longDescription = ''
133 An infinite canvas drawing/note-taking app that is focused on performance,
134 small savefiles and simplicity
···128129 meta = with lib; {
130 homepage = "https://github.com/mbrlabs/Lorien";
131+ description = "Infinite canvas drawing/note-taking app";
132 longDescription = ''
133 An infinite canvas drawing/note-taking app that is focused on performance,
134 small savefiles and simplicity
+1-1
pkgs/by-name/lp/lprobe/package.nix
···23 ];
2425 meta = {
26- description = "A command-line tool to perform Local Health Check Probes inside Container Images (ECS, Docker)";
27 homepage = "https://github.com/fivexl/lprobe";
28 license = lib.licenses.asl20;
29 platforms = lib.platforms.linux ++ lib.platforms.darwin;
···23 ];
2425 meta = {
26+ description = "Command-line tool to perform Local Health Check Probes inside Container Images (ECS, Docker)";
27 homepage = "https://github.com/fivexl/lprobe";
28 license = lib.licenses.asl20;
29 platforms = lib.platforms.linux ++ lib.platforms.darwin;
+1-1
pkgs/by-name/lu/luanti/package.nix
···149150 meta = with lib; {
151 homepage = "https://www.luanti.org/";
152- description = "An open source voxel game engine (formerly Minetest)";
153 license = licenses.lgpl21Plus;
154 platforms = platforms.linux ++ platforms.darwin;
155 maintainers = with maintainers; [
···149150 meta = with lib; {
151 homepage = "https://www.luanti.org/";
152+ description = "Open source voxel game engine (formerly Minetest)";
153 license = licenses.lgpl21Plus;
154 platforms = platforms.linux ++ platforms.darwin;
155 maintainers = with maintainers; [
+1-1
pkgs/by-name/lu/lumafly/package.nix
···68 ];
6970 meta = {
71- description = "A cross platform mod manager for Hollow Knight written in Avalonia";
72 homepage = "https://themulhima.github.io/Lumafly/";
73 license = lib.licenses.gpl3Plus;
74 mainProgram = "Lumafly";
···68 ];
6970 meta = {
71+ description = "Cross platform mod manager for Hollow Knight written in Avalonia";
72 homepage = "https://themulhima.github.io/Lumafly/";
73 license = lib.licenses.gpl3Plus;
74 mainProgram = "Lumafly";
+1-1
pkgs/by-name/ly/lyra-cursors/package.nix
···73 '';
7475 meta = {
76- description = "A cursor theme inspired by macOS and based on capitaine-cursors";
77 homepage = "https://github.com/yeyushengfan258/Lyra-Cursors";
78 license = lib.licenses.gpl3Only;
79 platforms = lib.platforms.all;
···73 '';
7475 meta = {
76+ description = "Cursor theme inspired by macOS and based on capitaine-cursors";
77 homepage = "https://github.com/yeyushengfan258/Lyra-Cursors";
78 license = lib.licenses.gpl3Only;
79 platforms = lib.platforms.all;
+1-1
pkgs/by-name/ma/mackup/package.nix
···35 disabledTests = [ "test_is_process_running" ];
3637 meta = {
38- description = "A tool to keep your application settings in sync (OS X/Linux)";
39 changelog = "https://github.com/lra/mackup/releases/tag/${version}";
40 license = lib.licenses.agpl3Only;
41 homepage = "https://github.com/lra/mackup";
···35 disabledTests = [ "test_is_process_running" ];
3637 meta = {
38+ description = "Tool to keep your application settings in sync (OS X/Linux)";
39 changelog = "https://github.com/lra/mackup/releases/tag/${version}";
40 license = lib.licenses.agpl3Only;
41 homepage = "https://github.com/lra/mackup";
+1-1
pkgs/by-name/ma/mangl/package.nix
···3940 meta = with lib; {
41 homepage = "https://github.com/zigalenarcic/mangl";
42- description = "A graphical man page viewer based on the mandoc library";
43 license = licenses.bsd2;
44 maintainers = with maintainers; [ nrabulinski ];
45 platforms = platforms.linux;
···3940 meta = with lib; {
41 homepage = "https://github.com/zigalenarcic/mangl";
42+ description = "Graphical man page viewer based on the mandoc library";
43 license = licenses.bsd2;
44 maintainers = with maintainers; [ nrabulinski ];
45 platforms = platforms.linux;
+1-1
pkgs/by-name/ma/marble-marcher-ce/package.nix
···73 ];
7475 meta = {
76- description = "A community-developed version of the original Marble Marcher - a fractal physics game";
77 mainProgram = "marble-marcher-ce";
78 homepage = "https://michaelmoroz.itch.io/mmce";
79 license = with lib.licenses; [
···73 ];
7475 meta = {
76+ description = "Community-developed version of the original Marble Marcher - a fractal physics game";
77 mainProgram = "marble-marcher-ce";
78 homepage = "https://michaelmoroz.itch.io/mmce";
79 license = with lib.licenses; [
+1-1
pkgs/by-name/ma/markdown-code-runner/package.nix
···20 dontUseCargoParallelTests = true;
2122 meta = {
23- description = "A configurable Markdown code runner that executes and optionally replaces code blocks using external commands";
24 longDescription = ''
25 markdown-code-runner is a command-line tool that scans Markdown files for fenced code blocks,
26 executes them using per-language configuration, and optionally replaces the block content
···20 dontUseCargoParallelTests = true;
2122 meta = {
23+ description = "Configurable Markdown code runner that executes and optionally replaces code blocks using external commands";
24 longDescription = ''
25 markdown-code-runner is a command-line tool that scans Markdown files for fenced code blocks,
26 executes them using per-language configuration, and optionally replaces the block content
+1-1
pkgs/by-name/ma/mars-mips/package.nix
···68 '';
6970 meta = {
71- description = "An IDE for programming in MIPS assembly language intended for educational-level use";
72 mainProgram = "Mars";
73 homepage = "https://courses.missouristate.edu/KenVollmar/MARS/";
74 sourceProvenance = with lib.sourceTypes; [ binaryBytecode ];
···68 '';
6970 meta = {
71+ description = "IDE for programming in MIPS assembly language intended for educational-level use";
72 mainProgram = "Mars";
73 homepage = "https://courses.missouristate.edu/KenVollmar/MARS/";
74 sourceProvenance = with lib.sourceTypes; [ binaryBytecode ];
+1-1
pkgs/by-name/ma/maxcso/package.nix
···2829 meta = with lib; {
30 homepage = "https://github.com/unknownbrackets/maxcso";
31- description = "A fast ISO to CSO compression program for use with PSP and PS2 emulators, which uses multiple algorithms for best compression ratio";
32 maintainers = with maintainers; [ david-sawatzke ];
33 platforms = platforms.linux ++ platforms.darwin;
34 license = licenses.isc;
···2829 meta = with lib; {
30 homepage = "https://github.com/unknownbrackets/maxcso";
31+ description = "Fast ISO to CSO compression program for use with PSP and PS2 emulators, which uses multiple algorithms for best compression ratio";
32 maintainers = with maintainers; [ david-sawatzke ];
33 platforms = platforms.linux ++ platforms.darwin;
34 license = licenses.isc;
+1-1
pkgs/by-name/mc/mcphost/package.nix
···18 vendorHash = "sha256-yD+83cuOIBFF91Zu4Xi2g+dsP4iUOTrjBOuetowLRQw=";
1920 meta = {
21- description = "A CLI host application that enables Large Language Models (LLMs) to interact with external tools through the Model Context Protocol (MCP";
22 homepage = "https://github.com/mark3labs/mcphost";
23 license = lib.licenses.mit;
24 maintainers = with lib.maintainers; [ drupol ];
···18 vendorHash = "sha256-yD+83cuOIBFF91Zu4Xi2g+dsP4iUOTrjBOuetowLRQw=";
1920 meta = {
21+ description = "CLI host application that enables Large Language Models (LLMs) to interact with external tools through the Model Context Protocol (MCP";
22 homepage = "https://github.com/mark3labs/mcphost";
23 license = lib.licenses.mit;
24 maintainers = with lib.maintainers; [ drupol ];
+1-1
pkgs/by-name/me/melos/package.nix
···3637 meta = {
38 homepage = "https://github.com/invertase/melos";
39- description = "A tool for managing Dart projects with multiple packages. With IntelliJ and Vscode IDE support. Supports automated versioning, changelogs & publishing via Conventional Commits. ";
40 mainProgram = "melos";
41 license = lib.licenses.asl20;
42 maintainers = [ lib.maintainers.eymeric ];
···3637 meta = {
38 homepage = "https://github.com/invertase/melos";
39+ description = "Tool for managing Dart projects with multiple packages. With IntelliJ and Vscode IDE support. Supports automated versioning, changelogs & publishing via Conventional Commits. ";
40 mainProgram = "melos";
41 license = lib.licenses.asl20;
42 maintainers = [ lib.maintainers.eymeric ];
+1-1
pkgs/by-name/me/mesonlsp/package.nix
···160 };
161162 meta = with lib; {
163- description = "An unofficial, unendorsed language server for Meson written in C++";
164 homepage = "https://github.com/JCWasmx86/mesonlsp";
165 changelog = "https://github.com/JCWasmx86/mesonlsp/releases/tag/v${finalAttrs.version}";
166 license = licenses.gpl3Plus;
···160 };
161162 meta = with lib; {
163+ description = "Unofficial, unendorsed language server for Meson written in C++";
164 homepage = "https://github.com/JCWasmx86/mesonlsp";
165 changelog = "https://github.com/JCWasmx86/mesonlsp/releases/tag/v${finalAttrs.version}";
166 license = licenses.gpl3Plus;
+1-1
pkgs/by-name/mi/min/package.nix
···34 NIX_LDFLAGS = [ "-lpcre" ];
3536 meta = {
37- description = "A functional, concatenative programming language with a minimalist syntax";
38 homepage = "https://min-lang.org/";
39 changelog = "https://github.com/h3rald/min/releases/tag/${finalAttrs.src.rev}";
40 license = lib.licenses.mit;
···34 NIX_LDFLAGS = [ "-lpcre" ];
3536 meta = {
37+ description = "Functional, concatenative programming language with a minimalist syntax";
38 homepage = "https://min-lang.org/";
39 changelog = "https://github.com/h3rald/min/releases/tag/${finalAttrs.src.rev}";
40 license = lib.licenses.mit;
+1-1
pkgs/by-name/mi/mitm-cache/package.nix
···30 passthru.fetch = callPackage ./fetch.nix { };
3132 meta = with lib; {
33- description = "A MITM caching proxy for use in nixpkgs";
34 homepage = "https://github.com/chayleaf/mitm-cache#readme";
35 license = licenses.mit;
36 maintainers = with maintainers; [ chayleaf ];
···30 passthru.fetch = callPackage ./fetch.nix { };
3132 meta = with lib; {
33+ description = "MITM caching proxy for use in nixpkgs";
34 homepage = "https://github.com/chayleaf/mitm-cache#readme";
35 license = licenses.mit;
36 maintainers = with maintainers; [ chayleaf ];
+1-1
pkgs/by-name/mo/moonpalace/package.nix
···29 };
3031 meta = {
32- description = "An API debugging tool provided by Moonshot AI";
33 homepage = "https://github.com/MoonshotAI/moonpalace";
34 changelog = "https://github.com/MoonshotAI/moonpalace/releases/tag/v${version}";
35 license = lib.licenses.gpl3Only;
···31 nativeBuildInputs = [ setuptools-scm ];
3233 meta = {
34- description = "A mov-cli plugin that let's you test mov-cli's capabilities by watching free films and animations in the creative commons";
35 homepage = "https://github.com/mov-cli/mov-cli-test";
36 license = lib.licenses.mit;
37 maintainers = with lib.maintainers; [ youhaveme9 ];
···31 nativeBuildInputs = [ setuptools-scm ];
3233 meta = {
34+ description = "Mov-cli plugin that let's you test mov-cli's capabilities by watching free films and animations in the creative commons";
35 homepage = "https://github.com/mov-cli/mov-cli-test";
36 license = lib.licenses.mit;
37 maintainers = with lib.maintainers; [ youhaveme9 ];
+1-1
pkgs/by-name/mp/mpv-subs-popout/package.nix
···27 buildInputs = [ openssl ];
2829 meta = {
30- description = "A little application that makes it possible to display mpv's subs anywhere you want. With translation features";
31 homepage = "https://github.com/sdaqo/mpv-subs-popout";
32 license = lib.licenses.gpl3;
33 maintainers = [ lib.maintainers.sdaqo ];
···27 buildInputs = [ openssl ];
2829 meta = {
30+ description = "Little application that makes it possible to display mpv's subs anywhere you want. With translation features";
31 homepage = "https://github.com/sdaqo/mpv-subs-popout";
32 license = lib.licenses.gpl3;
33 maintainers = [ lib.maintainers.sdaqo ];
+1-1
pkgs/by-name/mq/mqtt-explorer/package.nix
···169 ];
170171 meta = with lib; {
172- description = "An all-round MQTT client that provides a structured topic overview";
173 homepage = "https://github.com/thomasnordquist/MQTT-Explorer";
174 changelog = "https://github.com/thomasnordquist/MQTT-Explorer/releases/tag/v${version}";
175 license = licenses.cc-by-nd-40;
···169 ];
170171 meta = with lib; {
172+ description = "All-round MQTT client that provides a structured topic overview";
173 homepage = "https://github.com/thomasnordquist/MQTT-Explorer";
174 changelog = "https://github.com/thomasnordquist/MQTT-Explorer/releases/tag/v${version}";
175 license = licenses.cc-by-nd-40;
+1-1
pkgs/by-name/mu/music-assistant/frontend.nix
···2829 meta = with lib; {
30 changelog = "https://github.com/music-assistant/frontend/releases/tag/${version}";
31- description = "The Music Assistant frontend";
32 homepage = "https://github.com/music-assistant/frontend";
33 license = licenses.asl20;
34 maintainers = with maintainers; [ hexa ];
···3031 meta = with lib; {
32 homepage = "https://github.com/void-linux/musl-obstack";
33- description = "An extraction of the obstack functions and macros from GNU libiberty for use with musl-libc";
34 platforms = platforms.unix;
35 license = licenses.lgpl21Plus;
36 maintainers = [ maintainers.pjjw ];
···3031 meta = with lib; {
32 homepage = "https://github.com/void-linux/musl-obstack";
33+ description = "Extraction of the obstack functions and macros from GNU libiberty for use with musl-libc";
34 platforms = platforms.unix;
35 license = licenses.lgpl21Plus;
36 maintainers = [ maintainers.pjjw ];
···40 '';
4142 meta = {
43- description = "A package of 18 text-based modern games";
44 homepage = "https://github.com/abakh/nbsdgames";
45 license = lib.licenses.cc0;
46 maintainers = with lib.maintainers; [ sarcasticadmin ];
···40 '';
4142 meta = {
43+ description = "Package of 18 text-based modern games";
44 homepage = "https://github.com/abakh/nbsdgames";
45 license = lib.licenses.cc0;
46 maintainers = with lib.maintainers; [ sarcasticadmin ];
+1-1
pkgs/by-name/ne/next-ls/package.nix
···37 meta = {
38 homepage = "https://www.elixir-tools.dev/next-ls/";
39 changelog = "https://github.com/elixir-tools/next-ls/releases/tag/v${version}";
40- description = "The language server for Elixir that just works";
41 license = lib.licenses.mit;
42 mainProgram = "nextls";
43 maintainers = [ lib.maintainers.adamcstephens ];
···37 meta = {
38 homepage = "https://www.elixir-tools.dev/next-ls/";
39 changelog = "https://github.com/elixir-tools/next-ls/releases/tag/v${version}";
40+ description = "Language server for Elixir that just works";
41 license = lib.licenses.mit;
42 mainProgram = "nextls";
43 maintainers = [ lib.maintainers.adamcstephens ];
+1-1
pkgs/by-name/ni/nixos-firewall-tool/package.nix
···32 '';
3334 meta = with lib; {
35- description = "A tool to temporarily manipulate the NixOS firewall";
36 license = licenses.mit;
37 maintainers = with maintainers; [
38 clerie
···32 '';
3334 meta = with lib; {
35+ description = "Tool to temporarily manipulate the NixOS firewall";
36 license = licenses.mit;
37 maintainers = with maintainers; [
38 clerie
+1-1
pkgs/by-name/ni/nixos-install-tools/package.nix
···28 extraOutputsToInstall = [ "man" ];
2930 meta = {
31- description = "The essential commands from the NixOS installer as a package";
32 longDescription = ''
33 With this package, you get the commands like nixos-generate-config and
34 nixos-install that you would otherwise only find on a NixOS system, such
···28 extraOutputsToInstall = [ "man" ];
2930 meta = {
31+ description = "Essential commands from the NixOS installer as a package";
32 longDescription = ''
33 With this package, you get the commands like nixos-generate-config and
34 nixos-install that you would otherwise only find on a NixOS system, such
+1-1
pkgs/by-name/nt/ntfy-alertmanager/package.nix
···16 vendorHash = "sha256-8a6dvBERegpFYFHQGJppz5tlQioQAudCe3/Q7vro+ZI=";
1718 meta = with lib; {
19- description = "A bridge between ntfy and Alertmanager";
20 homepage = "https://git.xenrox.net/~xenrox/ntfy-alertmanager";
21 license = licenses.agpl3Only;
22 mainProgram = "ntfy-alertmanager";
···16 vendorHash = "sha256-8a6dvBERegpFYFHQGJppz5tlQioQAudCe3/Q7vro+ZI=";
1718 meta = with lib; {
19+ description = "Bridge between ntfy and Alertmanager";
20 homepage = "https://git.xenrox.net/~xenrox/ntfy-alertmanager";
21 license = licenses.agpl3Only;
22 mainProgram = "ntfy-alertmanager";
+1-1
pkgs/by-name/nu/nuv/package.nix
···7172 meta = {
73 homepage = "https://nuvolaris.io/";
74- description = "A CLI tool for running tasks using the Nuvolaris serverless engine";
75 license = lib.licenses.asl20;
76 mainProgram = "nuv";
77 maintainers = with lib.maintainers; [
···7172 meta = {
73 homepage = "https://nuvolaris.io/";
74+ description = "CLI tool for running tasks using the Nuvolaris serverless engine";
75 license = lib.licenses.asl20;
76 mainProgram = "nuv";
77 maintainers = with lib.maintainers; [
+1-1
pkgs/by-name/nw/nwjs-ffmpeg-prebuilt/package.nix
···38 '';
3940 meta = {
41- description = "An app runtime based on Chromium and node.js";
42 homepage = "https://nwjs.io/";
43 platforms = [
44 "i686-linux"
···38 '';
3940 meta = {
41+ description = "App runtime based on Chromium and node.js";
42 homepage = "https://nwjs.io/";
43 platforms = [
44 "i686-linux"
+1-1
pkgs/by-name/ob/objfw/package.nix
···37 };
3839 meta = {
40- description = "A portable framework for the Objective-C language";
41 homepage = "https://objfw.nil.im";
42 license = lib.licenses.lgpl3;
43 maintainers = [ lib.maintainers.steeleduncan ];
···37 };
3839 meta = {
40+ description = "Portable framework for the Objective-C language";
41 homepage = "https://objfw.nil.im";
42 license = lib.licenses.lgpl3;
43 maintainers = [ lib.maintainers.steeleduncan ];
···78 '';
7980 meta = {
81- description = "A webpage bookmarking and snapshotting service";
82 homepage = "https://github.com/asciimoo/omnom";
83 license = lib.licenses.agpl3Only;
84 teams = [ lib.teams.ngi ];
···78 '';
7980 meta = {
81+ description = "Webpage bookmarking and snapshotting service";
82 homepage = "https://github.com/asciimoo/omnom";
83 license = lib.licenses.agpl3Only;
84 teams = [ lib.teams.ngi ];
+1-1
pkgs/by-name/on/oncall/package.nix
···100 };
101102 meta = {
103- description = "A calendar web-app designed for scheduling and managing on-call shifts";
104 homepage = "http://oncall.tools";
105 changelog = "https://github.com/linkedin/oncall/blob/${src.rev}/CHANGELOG.md";
106 license = lib.licenses.bsd2;
···100 };
101102 meta = {
103+ description = "Calendar web-app designed for scheduling and managing on-call shifts";
104 homepage = "http://oncall.tools";
105 changelog = "https://github.com/linkedin/oncall/blob/${src.rev}/CHANGELOG.md";
106 license = lib.licenses.bsd2;
+1-1
pkgs/by-name/op/opa-envoy-plugin/package.nix
···67 mainProgram = "opa";
68 homepage = "https://www.openpolicyagent.org/docs/latest/envoy-introduction/";
69 changelog = "https://github.com/open-policy-agent/opa-envoy-plugin/blob/v${version}/CHANGELOG.md";
70- description = "A plugin to enforce OPA policies with Envoy";
71 longDescription = ''
72 OPA-Envoy extends OPA with a gRPC server that implements the Envoy
73 External Authorization API. You can use this version of OPA to enforce
···67 mainProgram = "opa";
68 homepage = "https://www.openpolicyagent.org/docs/latest/envoy-introduction/";
69 changelog = "https://github.com/open-policy-agent/opa-envoy-plugin/blob/v${version}/CHANGELOG.md";
70+ description = "Plugin to enforce OPA policies with Envoy";
71 longDescription = ''
72 OPA-Envoy extends OPA with a gRPC server that implements the Envoy
73 External Authorization API. You can use this version of OPA to enforce
+1-1
pkgs/by-name/op/openbgpd/package.nix
···57 env.NIX_CFLAGS_COMPILE = "-fcommon";
5859 meta = with lib; {
60- description = "A free implementation of the Border Gateway Protocol, Version 4. It allows ordinary machines to be used as routers exchanging routes with other systems speaking the BGP protocol";
61 license = licenses.isc;
62 homepage = "http://www.openbgpd.org/";
63 maintainers = with maintainers; [ kloenk ];
···57 env.NIX_CFLAGS_COMPILE = "-fcommon";
5859 meta = with lib; {
60+ description = "Free implementation of the Border Gateway Protocol, Version 4. It allows ordinary machines to be used as routers exchanging routes with other systems speaking the BGP protocol";
61 license = licenses.isc;
62 homepage = "http://www.openbgpd.org/";
63 maintainers = with maintainers; [ kloenk ];
+1-1
pkgs/by-name/op/opensupaplex/package.nix
···84 ];
8586 meta = {
87- description = "A decompilation of Supaplex in C and SDL";
88 homepage = "https://github.com/sergiou87/open-supaplex";
89 changelog = "https://github.com/sergiou87/open-supaplex/blob/master/changelog/v${version}.txt";
90 license = lib.licenses.gpl3Only;
···84 ];
8586 meta = {
87+ description = "Decompilation of Supaplex in C and SDL";
88 homepage = "https://github.com/sergiou87/open-supaplex";
89 changelog = "https://github.com/sergiou87/open-supaplex/blob/master/changelog/v${version}.txt";
90 license = lib.licenses.gpl3Only;
+1-1
pkgs/by-name/op/optional-lite/package.nix
···30 };
3132 meta = {
33- description = "A C++17-like optional, a nullable object for C++98, C++11 and later in a single-file header-only library";
34 homepage = "https://github.com/martinmoene/optional-lite";
35 changelog = "https://github.com/martinmoene/optional-lite/blob/v${finalAttrs.version}/CHANGES.txt";
36 license = lib.licenses.boost;
···30 };
3132 meta = {
33+ description = "C++17-like optional, a nullable object for C++98, C++11 and later in a single-file header-only library";
34 homepage = "https://github.com/martinmoene/optional-lite";
35 changelog = "https://github.com/martinmoene/optional-lite/blob/v${finalAttrs.version}/CHANGES.txt";
36 license = lib.licenses.boost;
+1-1
pkgs/by-name/os/osquery/toolchain-bin.nix
···37 '';
3839 meta = with lib; {
40- description = "A LLVM-based toolchain for Linux designed to build a portable osquery";
41 homepage = "https://github.com/osquery/osquery-toolchain";
42 platforms = [
43 "x86_64-linux"
···37 '';
3839 meta = with lib; {
40+ description = "LLVM-based toolchain for Linux designed to build a portable osquery";
41 homepage = "https://github.com/osquery/osquery-toolchain";
42 platforms = [
43 "x86_64-linux"
+1-1
pkgs/by-name/ov/overskride/package.nix
···78 '';
7980 meta = with lib; {
81- description = "A Bluetooth and Obex client that is straight to the point, DE/WM agnostic, and beautiful";
82 homepage = "https://github.com/${owner}/${name}";
83 changelog = "https://github.com/${owner}/${name}/blob/v${version}/CHANGELOG.md";
84 license = licenses.gpl3Only;
···78 '';
7980 meta = with lib; {
81+ description = "Bluetooth and Obex client that is straight to the point, DE/WM agnostic, and beautiful";
82 homepage = "https://github.com/${owner}/${name}";
83 changelog = "https://github.com/${owner}/${name}/blob/v${version}/CHANGELOG.md";
84 license = licenses.gpl3Only;
+1-1
pkgs/by-name/ox/oxide-rs/package.nix
···57 };
5859 meta = {
60- description = "The Oxide Rust SDK and CLI";
61 homepage = "https://github.com/oxidecomputer/oxide.rs";
62 license = lib.licenses.mpl20;
63 maintainers = with lib.maintainers; [
···57 };
5859 meta = {
60+ description = "Oxide Rust SDK and CLI";
61 homepage = "https://github.com/oxidecomputer/oxide.rs";
62 license = lib.licenses.mpl20;
63 maintainers = with lib.maintainers; [
+1-1
pkgs/by-name/pa/patchcil/package.nix
···59 };
6061 meta = {
62- description = "A small utility to modify the library paths from PInvoke in .NET assemblies.";
63 homepage = "https://github.com/GGG-KILLER/patchcil";
64 license = lib.licenses.mit;
65 maintainers = with lib.maintainers; [ ggg ];
···59 };
6061 meta = {
62+ description = "Small utility to modify the library paths from PInvoke in .NET assemblies";
63 homepage = "https://github.com/GGG-KILLER/patchcil";
64 license = lib.licenses.mit;
65 maintainers = with lib.maintainers; [ ggg ];
+1-1
pkgs/by-name/pa/paup-cli/package.nix
···41 '';
4243 meta = {
44- description = "A software package for inferring evolutionary trees";
45 homepage = "http://phylosolutions.com/paup-test/";
46 license = lib.licenses.unfree;
47 sourceProvenance = [ lib.sourceTypes.binaryNativeCode ];
···40 meta = {
41 homepage = "https://github.com/jim-easterbrook/Photini";
42 changelog = "https://photini.readthedocs.io/en/release-${version}/misc/changelog.html";
43- description = "An easy to use digital photograph metadata (Exif, IPTC, XMP) editing application";
44 license = lib.licenses.gpl3Plus;
45 maintainers = with lib.maintainers; [ zebreus ];
46 mainProgram = "photini";
···40 meta = {
41 homepage = "https://github.com/jim-easterbrook/Photini";
42 changelog = "https://photini.readthedocs.io/en/release-${version}/misc/changelog.html";
43+ description = "Easy to use digital photograph metadata (Exif, IPTC, XMP) editing application";
44 license = lib.licenses.gpl3Plus;
45 maintainers = with lib.maintainers; [ zebreus ];
46 mainProgram = "photini";
+1-1
pkgs/by-name/pi/piano-rs/package.nix
···38 '';
3940 meta = with lib; {
41- description = "A multiplayer piano using UDP sockets that can be played using computer keyboard, in the terminal";
42 homepage = "https://github.com/ritiek/piano-rs";
43 license = licenses.mit;
44 mainProgram = "piano-rs";
···38 '';
3940 meta = with lib; {
41+ description = "Multiplayer piano using UDP sockets that can be played using computer keyboard, in the terminal";
42 homepage = "https://github.com/ritiek/piano-rs";
43 license = licenses.mit;
44 mainProgram = "piano-rs";
+1-1
pkgs/by-name/pi/pihole/package.nix
···232 };
233234 meta = {
235- description = "A black hole for Internet advertisements";
236 license = lib.licenses.eupl12;
237 maintainers = with lib.maintainers; [ averyvigolo ];
238 platforms = lib.platforms.linux;
···232 };
233234 meta = {
235+ description = "Black hole for Internet advertisements";
236 license = lib.licenses.eupl12;
237 maintainers = with lib.maintainers; [ averyvigolo ];
238 platforms = lib.platforms.linux;
+1-1
pkgs/by-name/pi/piscope/package.nix
···4849 meta = {
50 homepage = "http://abyz.me.uk/rpi/pigpio/piscope.html";
51- description = "A logic analyser (digital waveform viewer) for the Raspberry";
52 license = lib.licenses.unlicense;
53 maintainers = with lib.maintainers; [ doronbehar ];
54 platforms = lib.platforms.linux;
···4849 meta = {
50 homepage = "http://abyz.me.uk/rpi/pigpio/piscope.html";
51+ description = "Logic analyser (digital waveform viewer) for the Raspberry";
52 license = lib.licenses.unlicense;
53 maintainers = with lib.maintainers; [ doronbehar ];
54 platforms = lib.platforms.linux;
+1-1
pkgs/by-name/po/podman-desktop/package.nix
···143 ];
144145 meta = {
146- description = "A graphical tool for developing on containers and Kubernetes";
147 homepage = "https://podman-desktop.io";
148 changelog = "https://github.com/containers/podman-desktop/releases/tag/v${finalAttrs.version}";
149 license = lib.licenses.asl20;
···143 ];
144145 meta = {
146+ description = "Graphical tool for developing on containers and Kubernetes";
147 homepage = "https://podman-desktop.io";
148 changelog = "https://github.com/containers/podman-desktop/releases/tag/v${finalAttrs.version}";
149 license = lib.licenses.asl20;
+1-1
pkgs/by-name/po/polarity/package.nix
···22 passthru.updateScript = nix-update-script { extraArgs = [ "--version=branch" ]; };
2324 meta = {
25- description = "A Language with Dependent Data and Codata Types";
26 homepage = "https://polarity-lang.github.io/";
27 changelog = "https://github.com/polarity-lang/polarity/blob/${src.rev}/CHANGELOG.md";
28 license = with lib.licenses; [
···22 passthru.updateScript = nix-update-script { extraArgs = [ "--version=branch" ]; };
2324 meta = {
25+ description = "Language with Dependent Data and Codata Types";
26 homepage = "https://polarity-lang.github.io/";
27 changelog = "https://github.com/polarity-lang/polarity/blob/${src.rev}/CHANGELOG.md";
28 license = with lib.licenses; [
+1-1
pkgs/by-name/po/popcorntime/package.nix
···9697 meta = with lib; {
98 homepage = "https://github.com/popcorn-official/popcorn-desktop";
99- description = "An application that streams movies and TV shows from torrents";
100 platforms = [ "x86_64-linux" ];
101 sourceProvenance = with sourceTypes; [ binaryNativeCode ];
102 license = lib.licenses.gpl3;
···9697 meta = with lib; {
98 homepage = "https://github.com/popcorn-official/popcorn-desktop";
99+ description = "Application that streams movies and TV shows from torrents";
100 platforms = [ "x86_64-linux" ];
101 sourceProvenance = with sourceTypes; [ binaryNativeCode ];
102 license = lib.licenses.gpl3;
+1-1
pkgs/by-name/pp/pplatex/package.nix
···34 '';
3536 meta = with lib; {
37- description = "A tool to reformat the output of latex and friends into readable messages";
38 mainProgram = "pplatex";
39 homepage = "https://github.com/stefanhepp/pplatex";
40 license = licenses.gpl3Plus;
···34 '';
3536 meta = with lib; {
37+ description = "Tool to reformat the output of latex and friends into readable messages";
38 mainProgram = "pplatex";
39 homepage = "https://github.com/stefanhepp/pplatex";
40 license = licenses.gpl3Plus;
+1-1
pkgs/by-name/pr/premid/package.nix
···155 ];
156157 meta = with lib; {
158- description = "A simple, configurable utility to show your web activity as playing status on Discord";
159 homepage = "https://premid.app";
160 downloadPage = "https://premid.app/downloads";
161 sourceProvenance = with sourceTypes; [ binaryNativeCode ];
···155 ];
156157 meta = with lib; {
158+ description = "Simple, configurable utility to show your web activity as playing status on Discord";
159 homepage = "https://premid.app";
160 downloadPage = "https://premid.app/downloads";
161 sourceProvenance = with sourceTypes; [ binaryNativeCode ];
···2627 meta = {
28 homepage = "https://github.com/prometheus/jmx_exporter";
29- description = "A process for exposing JMX Beans via HTTP for Prometheus consumption";
30 sourceProvenance = [ lib.sourceTypes.binaryBytecode ];
31 license = lib.licenses.asl20;
32 maintainers = [ lib.maintainers.srhb ];
···2627 meta = {
28 homepage = "https://github.com/prometheus/jmx_exporter";
29+ description = "Process for exposing JMX Beans via HTTP for Prometheus consumption";
30 sourceProvenance = [ lib.sourceTypes.binaryBytecode ];
31 license = lib.licenses.asl20;
32 maintainers = [ lib.maintainers.srhb ];
+1-1
pkgs/by-name/pr/protege/package.nix
···74 meta = {
75 homepage = "https://protege.stanford.edu/";
76 downloadPage = "https://protege.stanford.edu/software.php#desktop-protege";
77- description = "A free and open-source OWL 2 ontology editor";
78 longDescription = ''
79 Protégé Desktop is a feature rich ontology editing environment with full
80 support for the OWL 2 Web Ontology Language, and direct in-memory
···74 meta = {
75 homepage = "https://protege.stanford.edu/";
76 downloadPage = "https://protege.stanford.edu/software.php#desktop-protege";
77+ description = "Free and open-source OWL 2 ontology editor";
78 longDescription = ''
79 Protégé Desktop is a feature rich ontology editing environment with full
80 support for the OWL 2 Web Ontology Language, and direct in-memory
···98 );
99100 meta = with lib; {
101- description = "A collection of more than 1000 solitaire card games";
102 mainProgram = "pysol.py";
103 homepage = "https://pysolfc.sourceforge.io";
104 license = licenses.gpl3;
···98 );
99100 meta = with lib; {
101+ description = "Collection of more than 1000 solitaire card games";
102 mainProgram = "pysol.py";
103 homepage = "https://pysolfc.sourceforge.io";
104 license = licenses.gpl3;
+1-1
pkgs/by-name/py/pyzy/package.nix
···46 };
4748 meta = with lib; {
49- description = "The Chinese PinYin and Bopomofo conversion library";
50 homepage = "https://github.com/openSUSE/pyzy";
51 license = licenses.lgpl21;
52 maintainers = with maintainers; [ azuwis ];
···46 };
4748 meta = with lib; {
49+ description = "Chinese PinYin and Bopomofo conversion library";
50 homepage = "https://github.com/openSUSE/pyzy";
51 license = licenses.lgpl21;
52 maintainers = with maintainers; [ azuwis ];
+1-1
pkgs/by-name/qu/quark-goldleaf/package.nix
···9899 meta = {
100 changelog = "https://github.com/XorTroll/Goldleaf/releases/tag/${src.rev}";
101- description = "A GUI tool for transfering files between a computer and a Nintendo Switch running Goldleaf";
102 homepage = "https://github.com/XorTroll/Goldleaf#quark-and-remote-browsing";
103 longDescription = ''
104 ${meta.description}
···9899 meta = {
100 changelog = "https://github.com/XorTroll/Goldleaf/releases/tag/${src.rev}";
101+ description = "GUI tool for transfering files between a computer and a Nintendo Switch running Goldleaf";
102 homepage = "https://github.com/XorTroll/Goldleaf#quark-and-remote-browsing";
103 longDescription = ''
104 ${meta.description}
+1-1
pkgs/by-name/ra/rainfrog/package.nix
···3738 meta = {
39 changelog = "https://github.com/achristmascarl/rainfrog/releases/tag/v${version}";
40- description = "A database management TUI for postgres";
41 homepage = "https://github.com/achristmascarl/rainfrog";
42 license = lib.licenses.mit;
43 mainProgram = "rainfrog";
···28 };
2930 meta = with lib; {
31- description = "A simple, high performance relay server written in rust";
32 homepage = "https://github.com/zhboner/realm";
33 mainProgram = "realm";
34 license = licenses.mit;
···28 };
2930 meta = with lib; {
31+ description = "Simple, high performance relay server written in rust";
32 homepage = "https://github.com/zhboner/realm";
33 mainProgram = "realm";
34 license = licenses.mit;
+1-1
pkgs/by-name/re/redact/package.nix
···49 '';
5051 meta = {
52- description = "The only platform that allows you to automatically clean up your old posts from services like Twitter, Reddit, Facebook, Discord, and more, all in one place.";
53 homepage = "https://redact.dev/";
54 license = lib.licenses.unfree;
55 maintainers = with lib.maintainers; [ reputable2772 ];
···49 '';
5051 meta = {
52+ description = "Only platform that allows you to automatically clean up your old posts from services like Twitter, Reddit, Facebook, Discord, and more, all in one place";
53 homepage = "https://redact.dev/";
54 license = lib.licenses.unfree;
55 maintainers = with lib.maintainers; [ reputable2772 ];
+1-1
pkgs/by-name/re/restic-browser/package.nix
···61 passthru.updateScript = nix-update-script { };
6263 meta = {
64- description = "A GUI to browse and restore restic backup repositories";
65 homepage = "https://github.com/emuell/restic-browser";
66 changelog = "https://github.com/emuell/restic-browser/releases/tag/v${version}";
67 license = lib.licenses.mit;
···32 preConfigure = "substituteInPlace Makefile --replace /usr/local $out";
3334 meta = with lib; {
35- description = "A FUSE filesystem intended to be used like Apache mod_rewrite";
36 homepage = "https://github.com/sloonz/rewritefs";
37 license = licenses.gpl2Only;
38 maintainers = with maintainers; [ rnhmjoj ];
···32 preConfigure = "substituteInPlace Makefile --replace /usr/local $out";
3334 meta = with lib; {
35+ description = "FUSE filesystem intended to be used like Apache mod_rewrite";
36 homepage = "https://github.com/sloonz/rewritefs";
37 license = licenses.gpl2Only;
38 maintainers = with maintainers; [ rnhmjoj ];
+1-1
pkgs/by-name/rp/rpm-sequoia/package.nix
···71 passthru.updateScript = nix-update-script { };
7273 meta = {
74- description = "An OpenPGP backend for rpm using Sequoia PGP";
75 homepage = "https://sequoia-pgp.org/";
76 license = lib.licenses.gpl2Plus;
77 maintainers = with lib.maintainers; [ baloo ];
···71 passthru.updateScript = nix-update-script { };
7273 meta = {
74+ description = "OpenPGP backend for rpm using Sequoia PGP";
75 homepage = "https://sequoia-pgp.org/";
76 license = lib.licenses.gpl2Plus;
77 maintainers = with lib.maintainers; [ baloo ];
+1-1
pkgs/by-name/ru/rundeck-cli/package.nix
···48 };
4950 meta = {
51- description = "The official CLI tool for Rundeck";
52 longDescription = ''
53 The rd command provides command line access to the Rundeck HTTP API,
54 allowing you to access and control your Rundeck server from the
···48 };
4950 meta = {
51+ description = "Official CLI tool for Rundeck";
52 longDescription = ''
53 The rd command provides command line access to the Rundeck HTTP API,
54 allowing you to access and control your Rundeck server from the
+1-1
pkgs/by-name/ru/rush-parallel/package.nix
···23 ];
2425 meta = {
26- description = "A cross-platform command-line tool for executing jobs in parallel";
27 homepage = "https://github.com/shenwei356/rush";
28 changelog = "https://github.com/shenwei356/rush/blob/${src.rev}/CHANGELOG.md";
29 license = lib.licenses.mit;
···23 ];
2425 meta = {
26+ description = "Cross-platform command-line tool for executing jobs in parallel";
27 homepage = "https://github.com/shenwei356/rush";
28 changelog = "https://github.com/shenwei356/rush/blob/${src.rev}/CHANGELOG.md";
29 license = lib.licenses.mit;
+1-1
pkgs/by-name/ru/rustmission/package.nix
···28 doCheck = false;
2930 meta = {
31- description = "A TUI for the Transmission daemon";
32 homepage = "https://github.com/intuis/rustmission";
33 changelog = "https://github.com/intuis/rustmission/releases/tag/v${version}";
34 license = lib.licenses.gpl3Only;
···28 doCheck = false;
2930 meta = {
31+ description = "TUI for the Transmission daemon";
32 homepage = "https://github.com/intuis/rustmission";
33 changelog = "https://github.com/intuis/rustmission/releases/tag/v${version}";
34 license = lib.licenses.gpl3Only;
+1-1
pkgs/by-name/sa/sarif-fmt/package.nix
···41 };
4243 meta = {
44- description = "A CLI tool to pretty print SARIF diagnostics";
45 homepage = "https://psastras.github.io/sarif-rs";
46 license = lib.licenses.mit;
47 maintainers = with lib.maintainers; [ getchoo ];
···4445 meta = {
46 changelog = "https://github.com/anthonyharrison/sbom4python/releases/tag/${src.tag}";
47- description = "A tool to generate a SBOM (Software Bill of Materials) for an installed Python module";
48 homepage = "https://github.com/anthonyharrison/sbom4python";
49 license = lib.licenses.asl20;
50 mainProgram = "sbom4python";
···4445 meta = {
46 changelog = "https://github.com/anthonyharrison/sbom4python/releases/tag/${src.tag}";
47+ description = "Tool to generate a SBOM (Software Bill of Materials) for an installed Python module";
48 homepage = "https://github.com/anthonyharrison/sbom4python";
49 license = lib.licenses.asl20;
50 mainProgram = "sbom4python";
+1-1
pkgs/by-name/sb/sbt-extras/package.nix
···83 '';
8485 meta = {
86- description = "A more featureful runner for sbt, the simple/scala/standard build tool";
87 homepage = "https://github.com/paulp/sbt-extras";
88 license = lib.licenses.bsd3;
89 maintainers = with lib.maintainers; [
···83 '';
8485 meta = {
86+ description = "More featureful runner for sbt, the simple/scala/standard build tool";
87 homepage = "https://github.com/paulp/sbt-extras";
88 license = lib.licenses.bsd3;
89 maintainers = with lib.maintainers; [
+1-1
pkgs/by-name/sc/scitokens-cpp/package.nix
···3536 meta = with lib; {
37 homepage = "https://github.com/scitokens/scitokens-cpp/";
38- description = "A C++ implementation of the SciTokens library with a C library interface";
39 platforms = platforms.unix;
40 license = licenses.asl20;
41 maintainers = with maintainers; [ evey ];
···3536 meta = with lib; {
37 homepage = "https://github.com/scitokens/scitokens-cpp/";
38+ description = "C++ implementation of the SciTokens library with a C library interface";
39 platforms = platforms.unix;
40 license = licenses.asl20;
41 maintainers = with maintainers; [ evey ];
+1-1
pkgs/by-name/se/seq-cli/package.nix
···32 };
3334 meta = {
35- description = "The Seq command-line client. Administer, log, ingest, search, from any OS";
36 homepage = "https://github.com/datalust/seqcli";
37 license = lib.licenses.asl20;
38 maintainers = with lib.maintainers; [ hausken ];
···32 };
3334 meta = {
35+ description = "Seq command-line client. Administer, log, ingest, search, from any OS";
36 homepage = "https://github.com/datalust/seqcli";
37 license = lib.licenses.asl20;
38 maintainers = with lib.maintainers; [ hausken ];
+1-1
pkgs/by-name/se/serie/package.nix
···26 passthru.tests.version = testers.testVersion { package = serie; };
2728 meta = with lib; {
29- description = "A rich git commit graph in your terminal, like magic";
30 homepage = "https://github.com/lusingander/serie";
31 license = with licenses; [ mit ];
32 maintainers = with maintainers; [ matthiasbeyer ];
···26 passthru.tests.version = testers.testVersion { package = serie; };
2728 meta = with lib; {
29+ description = "Rich git commit graph in your terminal, like magic";
30 homepage = "https://github.com/lusingander/serie";
31 license = with licenses; [ mit ];
32 maintainers = with maintainers; [ matthiasbeyer ];
+1-1
pkgs/by-name/se/servo/package.nix
···155 };
156157 meta = {
158- description = "The embeddable, independent, memory-safe, modular, parallel web rendering engine";
159 homepage = "https://servo.org";
160 license = lib.licenses.mpl20;
161 maintainers = with lib.maintainers; [
···142 };
143144 meta = {
145- description = "A shading language that makes it easier to build and maintain large shader codebases in a modular and extensible fashion";
146 homepage = "https://github.com/shader-slang/slang";
147 license = with lib.licenses; [
148 asl20
···142 };
143144 meta = {
145+ description = "Shading language that makes it easier to build and maintain large shader codebases in a modular and extensible fashion";
146 homepage = "https://github.com/shader-slang/slang";
147 license = with lib.licenses; [
148 asl20
+1-1
pkgs/by-name/sh/shellspec/package.nix
···29 dontBuild = true;
3031 meta = with lib; {
32- description = "A full-featured BDD unit testing framework for bash, ksh, zsh, dash and all POSIX shells";
33 homepage = "https://shellspec.info/";
34 changelog = "https://github.com/shellspec/shellspec/releases/tag/${version}";
35 license = licenses.mit;
···29 dontBuild = true;
3031 meta = with lib; {
32+ description = "Full-featured BDD unit testing framework for bash, ksh, zsh, dash and all POSIX shells";
33 homepage = "https://shellspec.info/";
34 changelog = "https://github.com/shellspec/shellspec/releases/tag/${version}";
35 license = licenses.mit;
+1-1
pkgs/by-name/sh/shipwright/package.nix
···276277 meta = {
278 homepage = "https://github.com/HarbourMasters/Shipwright";
279- description = "A PC port of Ocarina of Time with modern controls, widescreen, high-resolution, and more";
280 mainProgram = "soh";
281 platforms = lib.platforms.linux ++ lib.platforms.darwin;
282 maintainers = with lib.maintainers; [
···276277 meta = {
278 homepage = "https://github.com/HarbourMasters/Shipwright";
279+ description = "PC port of Ocarina of Time with modern controls, widescreen, high-resolution, and more";
280 mainProgram = "soh";
281 platforms = lib.platforms.linux ++ lib.platforms.darwin;
282 maintainers = with lib.maintainers; [
···38 };
3940 meta = with lib; {
41- description = "A local DNS server to obtain the fastest website IP for the best Internet experience";
42 longDescription = ''
43 SmartDNS is a local DNS server. SmartDNS accepts DNS query requests from local clients, obtains DNS query results from multiple upstream DNS servers, and returns the fastest access results to clients.
44 Avoiding DNS pollution and improving network access speed, supports high-performance ad filtering.
···38 };
3940 meta = with lib; {
41+ description = "Local DNS server to obtain the fastest website IP for the best Internet experience";
42 longDescription = ''
43 SmartDNS is a local DNS server. SmartDNS accepts DNS query requests from local clients, obtains DNS query results from multiple upstream DNS servers, and returns the fastest access results to clients.
44 Avoiding DNS pollution and improving network access speed, supports high-performance ad filtering.
···2425 meta = {
26 homepage = "https://github.com/sourcemeta/jsonschema";
27- description = "The CLI for working with JSON Schema. Covers formatting, linting, testing, bundling, and more for both local development and CI/CD pipelines ";
28 changelog = "https://github.com/sourcemeta/jsonschema/releases";
29 license = with lib.licenses; [
30 agpl3Plus
···2425 meta = {
26 homepage = "https://github.com/sourcemeta/jsonschema";
27+ description = "CLI for working with JSON Schema. Covers formatting, linting, testing, bundling, and more for both local development and CI/CD pipelines ";
28 changelog = "https://github.com/sourcemeta/jsonschema/releases";
29 license = with lib.licenses; [
30 agpl3Plus
+1-1
pkgs/by-name/sp/sparrow3d/package.nix
···9495 meta = {
96 homepage = "https://github.com/theZiz/sparrow3d";
97- description = "A software renderer for different open handhelds like the gp2x, wiz, caanoo and pandora";
98 license = lib.licenses.lgpl21;
99 maintainers = with lib.maintainers; [ colinsane ];
100 platforms = lib.platforms.linux;
···9495 meta = {
96 homepage = "https://github.com/theZiz/sparrow3d";
97+ description = "Software renderer for different open handhelds like the gp2x, wiz, caanoo and pandora";
98 license = lib.licenses.lgpl21;
99 maintainers = with lib.maintainers; [ colinsane ];
100 platforms = lib.platforms.linux;
+1-1
pkgs/by-name/sp/spip/package.nix
···59 '';
6061 meta = with lib; {
62- description = "A random forest model for splice prediction in genomics";
63 license = licenses.mit;
64 homepage = "https://github.com/raphaelleman/SPiP";
65 maintainers = with maintainers; [ apraga ];
···59 '';
6061 meta = with lib; {
62+ description = "Random forest model for splice prediction in genomics";
63 license = licenses.mit;
64 homepage = "https://github.com/raphaelleman/SPiP";
65 maintainers = with maintainers; [ apraga ];
+1-1
pkgs/by-name/sp/splash/package.nix
···47 doInstallCheck = true;
4849 meta = {
50- description = "An interactive visualisation and plotting tool using kernel interpolation, mainly used for Smoothed Particle Hydrodynamics simulations";
51 inherit (finalAttrs.src.meta) homepage;
52 license = lib.licenses.lgpl3Plus;
53 maintainers = with lib.maintainers; [ doronbehar ];
···47 doInstallCheck = true;
4849 meta = {
50+ description = "Interactive visualisation and plotting tool using kernel interpolation, mainly used for Smoothed Particle Hydrodynamics simulations";
51 inherit (finalAttrs.src.meta) homepage;
52 license = lib.licenses.lgpl3Plus;
53 maintainers = with lib.maintainers; [ doronbehar ];
+1-1
pkgs/by-name/sr/srgn/package.nix
···27 '';
2829 meta = with lib; {
30- description = "A code surgeon for precise text and code transplantation";
31 license = licenses.mit;
32 maintainers = with maintainers; [ magistau ];
33 mainProgram = "srgn";
···27 '';
2829 meta = with lib; {
30+ description = "Code surgeon for precise text and code transplantation";
31 license = licenses.mit;
32 maintainers = with maintainers; [ magistau ];
33 mainProgram = "srgn";
+1-1
pkgs/by-name/st/stardust-xr-flatland/package.nix
···26 };
2728 meta = {
29- description = "A flat window for Stardust XR";
30 homepage = "https://stardustxr.org";
31 license = lib.licenses.mit;
32 mainProgram = "flatland";
···47 };
4849 meta = {
50- description = "A 360-degree app shell / DE for Stardust XR using Niri";
51 homepage = "https://stardustxr.org/";
52 license = lib.licenses.mit;
53 mainProgram = "kiara";
···47 };
4849 meta = {
50+ description = "360-degree app shell / DE for Stardust XR using Niri";
51 homepage = "https://stardustxr.org/";
52 license = lib.licenses.mit;
53 mainProgram = "kiara";
+1-1
pkgs/by-name/st/stm32cubemx/package.nix
···86 '';
8788 meta = with lib; {
89- description = "A graphical tool for configuring STM32 microcontrollers and microprocessors";
90 longDescription = ''
91 A graphical tool that allows a very easy configuration of STM32
92 microcontrollers and microprocessors, as well as the generation of the
···86 '';
8788 meta = with lib; {
89+ description = "Graphical tool for configuring STM32 microcontrollers and microprocessors";
90 longDescription = ''
91 A graphical tool that allows a very easy configuration of STM32
92 microcontrollers and microprocessors, as well as the generation of the
+1-1
pkgs/by-name/st/string-view-lite/package.nix
···29 };
3031 meta = {
32- description = "A C++17-like string_view for C++98, C++11 and later in a single-file header-only library";
33 homepage = "https://github.com/martinmoene/string-view-lite";
34 changelog = "https://github.com/martinmoene/string-view-lite/blob/v${finalAttrs.version}/CHANGES.txt";
35 license = lib.licenses.boost;
···29 };
3031 meta = {
32+ description = "C++17-like string_view for C++98, C++11 and later in a single-file header-only library";
33 homepage = "https://github.com/martinmoene/string-view-lite";
34 changelog = "https://github.com/martinmoene/string-view-lite/blob/v${finalAttrs.version}/CHANGES.txt";
35 license = lib.licenses.boost;
+1-1
pkgs/by-name/st/stylelint-lsp/package.nix
···62 passthru.updateScript = nix-update-script { };
6364 meta = {
65- description = "A stylelint Language Server";
66 homepage = "https://github.com/bmatcuk/stylelint-lsp";
67 license = lib.licenses.mit;
68 mainProgram = "stylelint-lsp";
···84 passthru.updateScript = nix-update-script { };
8586 meta = with lib; {
87- description = "A subtitle editor";
88 longDescription = ''
89 With Subtitle Edit you can easily adjust a subtitle if it is out of sync with
90 the video in several different ways. You can also use it for making
···84 passthru.updateScript = nix-update-script { };
8586 meta = with lib; {
87+ description = "Subtitle editor";
88 longDescription = ''
89 With Subtitle Edit you can easily adjust a subtitle if it is out of sync with
90 the video in several different ways. You can also use it for making
+1-1
pkgs/by-name/su/supermariowar/package.nix
···57 passthru.updateScript = unstableGitUpdater { };
5859 meta = {
60- description = "A fan-made multiplayer Super Mario Bros. style deathmatch game";
61 homepage = "https://github.com/mmatyas/supermariowar";
62 changelog = "https://github.com/mmatyas/supermariowar/blob/${finalAttrs.src.rev}/CHANGELOG";
63 license = lib.licenses.gpl2Plus;
···9596 meta = with lib; {
97 mainProgram = "supersonic" + lib.optionalString waylandSupport "-wayland";
98- description = "A lightweight cross-platform desktop client for Subsonic music servers";
99 homepage = "https://github.com/dweymouth/supersonic";
100 platforms = platforms.linux ++ platforms.darwin;
101 license = licenses.gpl3Plus;
···9596 meta = with lib; {
97 mainProgram = "supersonic" + lib.optionalString waylandSupport "-wayland";
98+ description = "Lightweight cross-platform desktop client for Subsonic music servers";
99 homepage = "https://github.com/dweymouth/supersonic";
100 platforms = platforms.linux ++ platforms.darwin;
101 license = licenses.gpl3Plus;
+1-1
pkgs/by-name/su/sus-compiler/package.nix
···36 updateScript = nix-update-script { extraArgs = [ "--generate-lockfile" ]; };
3738 meta = {
39- description = "A new Hardware Design Language that keeps you in the driver's seat";
40 homepage = "https://github.com/pc2/sus-compiler";
41 license = lib.licenses.gpl3Only;
42 maintainers = with lib.maintainers; [ pbsds ];
···36 updateScript = nix-update-script { extraArgs = [ "--generate-lockfile" ]; };
3738 meta = {
39+ description = "New Hardware Design Language that keeps you in the driver's seat";
40 homepage = "https://github.com/pc2/sus-compiler";
41 license = lib.licenses.gpl3Only;
42 maintainers = with lib.maintainers; [ pbsds ];
+1-1
pkgs/by-name/sv/svix-cli/package.nix
···39 ];
4041 meta = with lib; {
42- description = "A CLI for interacting with the Svix API";
43 homepage = "https://github.com/svix/svix-cli/";
44 license = licenses.gpl3;
45 maintainers = with maintainers; [ techknowlogick ];
···39 ];
4041 meta = with lib; {
42+ description = "CLI for interacting with the Svix API";
43 homepage = "https://github.com/svix/svix-cli/";
44 license = licenses.gpl3;
45 maintainers = with maintainers; [ techknowlogick ];
+1-1
pkgs/by-name/sw/swiftlint/package.nix
···35 passthru.updateScript = nix-update-script { };
3637 meta = {
38- description = "A tool to enforce Swift style and conventions";
39 homepage = "https://realm.github.io/SwiftLint/";
40 license = lib.licenses.mit;
41 mainProgram = "swiftlint";
···35 passthru.updateScript = nix-update-script { };
3637 meta = {
38+ description = "Tool to enforce Swift style and conventions";
39 homepage = "https://realm.github.io/SwiftLint/";
40 license = lib.licenses.mit;
41 mainProgram = "swiftlint";
+1-1
pkgs/by-name/sw/swiftshader/package.nix
···50 '';
5152 meta = with lib; {
53- description = "A high-performance CPU-based implementation of the Vulkan 1.3 graphics API";
54 homepage = "https://opensource.google/projects/swiftshader";
55 license = licenses.asl20;
56 # Should be possible to support Darwin by changing the install phase with
···50 '';
5152 meta = with lib; {
53+ description = "High-performance CPU-based implementation of the Vulkan 1.3 graphics API";
54 homepage = "https://opensource.google/projects/swiftshader";
55 license = licenses.asl20;
56 # Should be possible to support Darwin by changing the install phase with
+1-1
pkgs/by-name/sy/symfpu/package.nix
···46 '';
4748 meta = with lib; {
49- description = "A (concrete or symbolic) implementation of IEEE-754 / SMT-LIB floating-point";
50 homepage = "https://github.com/martin-cs/symfpu";
51 license = licenses.gpl3Only;
52 platforms = platforms.unix;
···46 '';
4748 meta = with lib; {
49+ description = "(concrete or symbolic) implementation of IEEE-754 / SMT-LIB floating-point";
50 homepage = "https://github.com/martin-cs/symfpu";
51 license = licenses.gpl3Only;
52 platforms = platforms.unix;
+1-1
pkgs/by-name/sy/synthesia/package.nix
···69 '';
7071 meta = with lib; {
72- description = "A fun way to learn how to play the piano";
73 homepage = "https://synthesiagame.com/";
74 downloadPage = "https://synthesiagame.com/download";
75 sourceProvenance = with sourceTypes; [ binaryNativeCode ];
···69 '';
7071 meta = with lib; {
72+ description = "Fun way to learn how to play the piano";
73 homepage = "https://synthesiagame.com/";
74 downloadPage = "https://synthesiagame.com/download";
75 sourceProvenance = with sourceTypes; [ binaryNativeCode ];
···1516let
17 pname = "techmino";
18- description = "A modern Tetris clone with many features";
1920 desktopItem = makeDesktopItem {
21 name = pname;
···1516let
17 pname = "techmino";
18+ description = "Modern Tetris clone with many features";
1920 desktopItem = makeDesktopItem {
21 name = pname;
+1-1
pkgs/by-name/te/ted/package.nix
···96 ];
9798 meta = with lib; {
99- description = "An easy rich text processor";
100 longDescription = ''
101 Ted is a text processor running under X Windows on Unix/Linux systems.
102 Ted was developed as a standard easy light weight word processor, having
···96 ];
9798 meta = with lib; {
99+ description = "Easy rich text processor";
100 longDescription = ''
101 Ted is a text processor running under X Windows on Unix/Linux systems.
102 Ted was developed as a standard easy light weight word processor, having
+1-1
pkgs/by-name/tf/tfmigrate/package.nix
···29 passthru.updateScript = nix-update-script { };
3031 meta = {
32- description = "A Terraform / OpenTofu state migration tool for GitOps ";
33 homepage = "https://github.com/minamijoyo/tfmigrate";
34 changelog = "https://github.com/minamijoyo/tfmigrate/releases/tag/v${finalAttrs.version}";
35 license = lib.licenses.mit;
···26 '';
2728 meta = with lib; {
29- description = "A command line tool to switch between different versions of terraform";
30 mainProgram = "tfswitch";
31 homepage = "https://github.com/warrensbox/terraform-switcher";
32 license = licenses.mit;
···26 '';
2728 meta = with lib; {
29+ description = "Command line tool to switch between different versions of terraform";
30 mainProgram = "tfswitch";
31 homepage = "https://github.com/warrensbox/terraform-switcher";
32 license = licenses.mit;
+1-1
pkgs/by-name/tg/tg-archive/package.nix
···39 ];
4041 meta = {
42- description = "A tool for exporting Telegram group chats into static websites like mailing list archives";
43 homepage = "https://github.com/knadh/tg-archive";
44 license = lib.licenses.mit;
45 maintainers = with lib.maintainers; [ euxane ];
···39 ];
4041 meta = {
42+ description = "Tool for exporting Telegram group chats into static websites like mailing list archives";
43 homepage = "https://github.com/knadh/tg-archive";
44 license = lib.licenses.mit;
45 maintainers = with lib.maintainers; [ euxane ];
+1-1
pkgs/by-name/ti/tic-80/package.nix
···130 '';
131132 meta = with lib; {
133- description = "A free and open source fantasy computer for making, playing and sharing tiny games";
134 longDescription = ''
135 TIC-80 is a free and open source fantasy computer for making, playing and
136 sharing tiny games.
···130 '';
131132 meta = with lib; {
133+ description = "Free and open source fantasy computer for making, playing and sharing tiny games";
134 longDescription = ''
135 TIC-80 is a free and open source fantasy computer for making, playing and
136 sharing tiny games.
+1-1
pkgs/by-name/to/tome2/package.nix
···1112let
13 pname = "tome2";
14- description = "A dungeon crawler similar to Angband, based on the works of Tolkien";
1516 desktopItem = makeDesktopItem {
17 desktopName = pname;
···1112let
13 pname = "tome2";
14+ description = "Dungeon crawler similar to Angband, based on the works of Tolkien";
1516 desktopItem = makeDesktopItem {
17 desktopName = pname;
+1-1
pkgs/by-name/tr/transgui/package.nix
···108 };
109110 meta = {
111- description = "A cross platform front-end for the Transmission BitTorrent client";
112 homepage = "https://sourceforge.net/p/transgui";
113 license = lib.licenses.gpl2Plus;
114 maintainers = with lib.maintainers; [ ramkromberg ];
···108 };
109110 meta = {
111+ description = "Cross platform front-end for the Transmission BitTorrent client";
112 homepage = "https://sourceforge.net/p/transgui";
113 license = lib.licenses.gpl2Plus;
114 maintainers = with lib.maintainers; [ ramkromberg ];
+1-1
pkgs/by-name/tr/trrntzip/package.nix
···31 buildInputs = [ zlib ];
3233 meta = with lib; {
34- description = "The goal of the program is to use standard values when creating zips to create identical files over multiple systems";
35 longDescription = ''
36 Torrentzip converts zip archives to a standard format with some
37 pre-defined values, sorting the files, and using particular compression
···31 buildInputs = [ zlib ];
3233 meta = with lib; {
34+ description = "Goal of the program is to use standard values when creating zips to create identical files over multiple systems";
35 longDescription = ''
36 Torrentzip converts zip archives to a standard format with some
37 pre-defined values, sorting the files, and using particular compression
+1-1
pkgs/by-name/ts/tscli/package.nix
···33 '';
3435 meta = {
36- description = "A CLI tool to interact with the Tailscale API";
37 homepage = "https://github.com/jaxxstorm/tscli";
38 changelog = "https://github.com/jaxxstorm/tscli/releases/tag/${src.tag}/CHANGELOG.md";
39 mainProgram = "tscli";
···33 '';
3435 meta = {
36+ description = "CLI tool to interact with the Tailscale API";
37 homepage = "https://github.com/jaxxstorm/tscli";
38 changelog = "https://github.com/jaxxstorm/tscli/releases/tag/${src.tag}/CHANGELOG.md";
39 mainProgram = "tscli";
···20 passthru.updateScript = nix-update-script { };
2122 meta = {
23- description = "A fast timezone finder for Rust";
24 homepage = "https://github.com/ringsaturn/tzf-rs";
25 changelog = "https://github.com/ringsaturn/tzf-rs/releases/tag/v${finalAttrs.version}";
26 license = lib.licenses.mit;
···20 passthru.updateScript = nix-update-script { };
2122 meta = {
23+ description = "Fast timezone finder for Rust";
24 homepage = "https://github.com/ringsaturn/tzf-rs";
25 changelog = "https://github.com/ringsaturn/tzf-rs/releases/tag/v${finalAttrs.version}";
26 license = lib.licenses.mit;
+1-1
pkgs/by-name/u-/u-root/package.nix
···55 };
5657 meta = {
58- description = "A fully Go userland with Linux bootloaders";
59 longDescription = ''
60 u-root can create a one-binary root file system (initramfs) containing a busybox-like set of tools written in Go.
61
···55 };
5657 meta = {
58+ description = "Fully Go userland with Linux bootloaders";
59 longDescription = ''
60 u-root can create a one-binary root file system (initramfs) containing a busybox-like set of tools written in Go.
61
+1-1
pkgs/by-name/un/unflac/package.nix
···25 '';
2627 meta = with lib; {
28- description = "A command line tool for fast frame accurate audio image + cue sheet splitting";
29 homepage = "https://sr.ht/~ft/unflac/";
30 license = licenses.mit;
31 platforms = platforms.all;
···25 '';
2627 meta = with lib; {
28+ description = "Command line tool for fast frame accurate audio image + cue sheet splitting";
29 homepage = "https://sr.ht/~ft/unflac/";
30 license = licenses.mit;
31 platforms = platforms.all;
+1-1
pkgs/by-name/un/unnamed-sdvx-clone/package.nix
···102 '';
103104 meta = {
105- description = "A game based on K-Shoot MANIA and Sound Voltex";
106 license = lib.licenses.mit;
107 maintainers = with lib.maintainers; [ sako ];
108 platforms = lib.platforms.linux;
···102 '';
103104 meta = {
105+ description = "Game based on K-Shoot MANIA and Sound Voltex";
106 license = lib.licenses.mit;
107 maintainers = with lib.maintainers; [ sako ];
108 platforms = lib.platforms.linux;
+1-1
pkgs/by-name/us/usbkvm/package.nix
···9293 meta = {
94 homepage = "https://github.com/carrotIndustries/usbkvm";
95- description = "An open-source USB KVM (Keyboard, Video and Mouse) adapter";
96 changelog = "https://github.com/carrotIndustries/usbkvm/releases/tag/v${version}";
97 license = lib.licenses.gpl3;
98 maintainers = with lib.maintainers; [ lschuermann ];
···9293 meta = {
94 homepage = "https://github.com/carrotIndustries/usbkvm";
95+ description = "Open-source USB KVM (Keyboard, Video and Mouse) adapter";
96 changelog = "https://github.com/carrotIndustries/usbkvm/releases/tag/v${version}";
97 license = lib.licenses.gpl3;
98 maintainers = with lib.maintainers; [ lschuermann ];
···45 '';
4647 meta = {
48- description = "The video game that combines elements of the racing and role-playing genres";
49 homepage = "https://github.com/KranX/Vangers";
50 mainProgram = "vangers";
51 platforms = lib.platforms.all;
···45 '';
4647 meta = {
48+ description = "Video game that combines elements of the racing and role-playing genres";
49 homepage = "https://github.com/KranX/Vangers";
50 mainProgram = "vangers";
51 platforms = lib.platforms.all;
+1-1
pkgs/by-name/va/variant-lite/package.nix
···34 };
3536 meta = {
37- description = "A C++17-like variant, a type-safe union for C++98, C++11 and later in a single-file header-only library";
38 homepage = "https://github.com/martinmoene/variant-lite";
39 changelog = "https://github.com/martinmoene/variant-lite/blob/v${finalAttrs.version}/CHANGES.txt";
40 license = lib.licenses.boost;
···34 };
3536 meta = {
37+ description = "C++17-like variant, a type-safe union for C++98, C++11 and later in a single-file header-only library";
38 homepage = "https://github.com/martinmoene/variant-lite";
39 changelog = "https://github.com/martinmoene/variant-lite/blob/v${finalAttrs.version}/CHANGES.txt";
40 license = lib.licenses.boost;
+1-1
pkgs/by-name/ve/veloren/package.nix
···101 '';
102103 meta = with lib; {
104- description = "An open world, open source voxel RPG";
105 homepage = "https://www.veloren.net";
106 license = licenses.gpl3;
107 mainProgram = "veloren-voxygen";
···101 '';
102103 meta = with lib; {
104+ description = "Open world, open source voxel RPG";
105 homepage = "https://www.veloren.net";
106 license = licenses.gpl3;
107 mainProgram = "veloren-voxygen";
+1-1
pkgs/by-name/vi/vimcats/package.nix
···25 passthru.tests.version = testers.testVersion { package = vimcats; };
2627 meta = with lib; {
28- description = "A CLI to generate vim/nvim help doc from LuaCATS. Forked from lemmy-help";
29 longDescription = ''
30 `vimcats` is a LuaCATS parser as well as a CLI which takes that parsed tree and converts it into vim help docs.
31 It is a fork of lemmy-help that aims to support more recent LuaCATS features.
···25 passthru.tests.version = testers.testVersion { package = vimcats; };
2627 meta = with lib; {
28+ description = "CLI to generate vim/nvim help doc from LuaCATS. Forked from lemmy-help";
29 longDescription = ''
30 `vimcats` is a LuaCATS parser as well as a CLI which takes that parsed tree and converts it into vim help docs.
31 It is a fork of lemmy-help that aims to support more recent LuaCATS features.
+1-1
pkgs/by-name/vi/vis/package.nix
···77 ];
7879 meta = with lib; {
80- description = "A vim like editor";
81 homepage = "https://github.com/martanne/vis";
82 license = licenses.isc;
83 maintainers = with maintainers; [ ramkromberg ];
···77 ];
7879 meta = with lib; {
80+ description = "Vim like editor";
81 homepage = "https://github.com/martanne/vis";
82 license = licenses.isc;
83 maintainers = with maintainers; [ ramkromberg ];
+1-1
pkgs/by-name/vk/vkd3d-proton/package.nix
···4243 meta = {
44 homepage = "https://github.com/HansKristian-Work/vkd3d-proton";
45- description = "A fork of VKD3D, which aims to implement the full Direct3D 12 API on top of Vulkan";
46 license = with lib.licenses; [ lgpl21Plus ];
47 maintainers = with lib.maintainers; [ ];
48 inherit (wine.meta) platforms;
···4243 meta = {
44 homepage = "https://github.com/HansKristian-Work/vkd3d-proton";
45+ description = "Fork of VKD3D, which aims to implement the full Direct3D 12 API on top of Vulkan";
46 license = with lib.licenses; [ lgpl21Plus ];
47 maintainers = with lib.maintainers; [ ];
48 inherit (wine.meta) platforms;
···75 '';
7677 meta = with lib; {
78- description = "A DAP-compatible JavaScript debugger";
79 longDescription = ''
80 This is a [DAP](https://microsoft.github.io/debug-adapter-protocol/)-based
81 JavaScript debugger. It debugs Node.js, Chrome, Edge, WebView2, VS Code
···75 '';
7677 meta = with lib; {
78+ description = "DAP-compatible JavaScript debugger";
79 longDescription = ''
80 This is a [DAP](https://microsoft.github.io/debug-adapter-protocol/)-based
81 JavaScript debugger. It debugs Node.js, Chrome, Edge, WebView2, VS Code
+1-1
pkgs/by-name/vs/vst2-sdk/package.nix
···16 '';
1718 meta = {
19- description = "The VST2 source development kit";
20 longDescription = ''
21 VST2 is proprietary, and deprecated by Steinberg.
22 As such, it should only be used for legacy reasons.
···16 '';
1718 meta = {
19+ description = "VST2 source development kit";
20 longDescription = ''
21 VST2 is proprietary, and deprecated by Steinberg.
22 As such, it should only be used for legacy reasons.
+1-1
pkgs/by-name/vz/vzic/package.nix
···4950 meta = {
51 homepage = "https://github.com/libical/vzic";
52- description = "A program to convert the IANA timezone database files into VTIMEZONE files compatible with the iCalendar specification";
53 changelog = "https://github.com/libical/vzic/blob/${src.rev}/ChangeLog";
54 mainProgram = "vzic";
55 license = with lib.licenses; [ gpl2Plus ];
···4950 meta = {
51 homepage = "https://github.com/libical/vzic";
52+ description = "Program to convert the IANA timezone database files into VTIMEZONE files compatible with the iCalendar specification";
53 changelog = "https://github.com/libical/vzic/blob/${src.rev}/ChangeLog";
54 mainProgram = "vzic";
55 license = with lib.licenses; [ gpl2Plus ];
+1-1
pkgs/by-name/wc/wchisp/package.nix
···35 };
3637 meta = {
38- description = "A command-line implementation of WCHISPTool, for flashing ch32 MCUs";
39 homepage = "https://ch32-rs.github.io/wchisp/";
40 changelog = "https://github.com/ch32-rs/wchisp/releases/tag/v${version}";
41 license = with lib.licenses; [ gpl2Only ];
···35 };
3637 meta = {
38+ description = "Command-line implementation of WCHISPTool, for flashing ch32 MCUs";
39 homepage = "https://ch32-rs.github.io/wchisp/";
40 changelog = "https://github.com/ch32-rs/wchisp/releases/tag/v${version}";
41 license = with lib.licenses; [ gpl2Only ];
···25 hash = "sha256-NbQIy9d4ZcMnRJJApPBSej+W6e/aJ8rkb5E7rD7GVgs=";
26 };
27 meta = {
28- description = "A date object with as little code as possible (and rw accessors)";
29 license = with lib.licenses; [
30 artistic1
31 gpl1Plus
···25 hash = "sha256-NbQIy9d4ZcMnRJJApPBSej+W6e/aJ8rkb5E7rD7GVgs=";
26 };
27 meta = {
28+ description = "Date object with as little code as possible (and rw accessors)";
29 license = with lib.licenses; [
30 artistic1
31 gpl1Plus
+1-1
pkgs/by-name/ze/zenoh-plugin-mqtt/package.nix
···22 doCheck = false;
2324 meta = {
25- description = "A Zenoh plug-in that allows to integrate and/or route MQTT pub/sub with Eclipse Zenoh";
26 homepage = "https://github.com/eclipse-zenoh/zenoh-plugin-mqtt";
27 license = with lib.licenses; [
28 epl20
···22 doCheck = false;
2324 meta = {
25+ description = "Zenoh plug-in that allows to integrate and/or route MQTT pub/sub with Eclipse Zenoh";
26 homepage = "https://github.com/eclipse-zenoh/zenoh-plugin-mqtt";
27 license = with lib.licenses; [
28 epl20
+1-1
pkgs/by-name/ze/zeronsd/package.nix
···32 doCheck = false;
3334 meta = with lib; {
35- description = "A DNS server for ZeroTier users";
36 homepage = "https://github.com/zerotier/zeronsd";
37 license = licenses.bsd3;
38 maintainers = [ maintainers.dstengele ];
···32 doCheck = false;
3334 meta = with lib; {
35+ description = "DNS server for ZeroTier users";
36 homepage = "https://github.com/zerotier/zeronsd";
37 license = licenses.bsd3;
38 maintainers = [ maintainers.dstengele ];
+1-1
pkgs/by-name/zi/zimfw/package.nix
···29 '';
3031 meta = with lib; {
32- description = "The Zsh configuration framework with blazing speed and modular extensions";
33 homepage = "https://zimfw.sh";
34 license = licenses.mit;
35 maintainers = [ maintainers.joedevivo ];
···29 '';
3031 meta = with lib; {
32+ description = "Zsh configuration framework with blazing speed and modular extensions";
33 homepage = "https://zimfw.sh";
34 license = licenses.mit;
35 maintainers = [ maintainers.joedevivo ];
+1-1
pkgs/by-name/zs/zsh-zhooks/package.nix
···23 '';
2425 meta = {
26- description = "A tool for displaying the code for all Zsh hook functions";
27 homepage = "https://github.com/agkozak/zhooks";
28 license = lib.licenses.mit;
29 longDescription = ''
···23 '';
2425 meta = {
26+ description = "Tool for displaying the code for all Zsh hook functions";
27 homepage = "https://github.com/agkozak/zhooks";
28 license = lib.licenses.mit;
29 longDescription = ''
+1-1
pkgs/by-name/zt/ztools/package.nix
···32 '';
3334 meta = {
35- description = "An essential set of Z-machine tools for interpreter authors, experienced Inform programmers, and Z-code hackers.";
36 homepage = "http://inform-fiction.org/zmachine/ztools.html";
37 license = lib.licenses.cc-by-sa-40;
38 platforms = lib.platforms.unix;
···32 '';
3334 meta = {
35+ description = "Essential set of Z-machine tools for interpreter authors, experienced Inform programmers, and Z-code hackers";
36 homepage = "http://inform-fiction.org/zmachine/ztools.html";
37 license = lib.licenses.cc-by-sa-40;
38 platforms = lib.platforms.unix;