haskellPackages: mark packages maintained by dschrempf
This commit is contained in:
parent
4f083811e9
commit
e814556b46
2 changed files with 41 additions and 0 deletions
|
@ -150,6 +150,21 @@ package-maintainers:
|
||||||
domenkozar:
|
domenkozar:
|
||||||
- cachix
|
- cachix
|
||||||
- cachix-api
|
- cachix-api
|
||||||
|
dschrempf:
|
||||||
|
- circular
|
||||||
|
- covariance
|
||||||
|
- dirichlet
|
||||||
|
- elynx
|
||||||
|
- elynx-markov
|
||||||
|
- elynx-nexus
|
||||||
|
- elynx-seq
|
||||||
|
- elynx-tools
|
||||||
|
- elynx-tree
|
||||||
|
- glasso
|
||||||
|
- mcmc
|
||||||
|
- pava
|
||||||
|
- slynx
|
||||||
|
- tlynx
|
||||||
expipiplus1:
|
expipiplus1:
|
||||||
- VulkanMemoryAllocator
|
- VulkanMemoryAllocator
|
||||||
- autoapply
|
- autoapply
|
||||||
|
|
|
@ -55566,6 +55566,7 @@ self: {
|
||||||
benchmarkHaskellDepends = [ base criterion vector ];
|
benchmarkHaskellDepends = [ base criterion vector ];
|
||||||
description = "Circular fixed-sized mutable vectors";
|
description = "Circular fixed-sized mutable vectors";
|
||||||
license = lib.licenses.bsd3;
|
license = lib.licenses.bsd3;
|
||||||
|
maintainers = with lib.maintainers; [ dschrempf ];
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"circular_0_4_0_1" = callPackage
|
"circular_0_4_0_1" = callPackage
|
||||||
|
@ -55584,6 +55585,7 @@ self: {
|
||||||
description = "Circular fixed-sized mutable vectors";
|
description = "Circular fixed-sized mutable vectors";
|
||||||
license = lib.licenses.bsd3;
|
license = lib.licenses.bsd3;
|
||||||
hydraPlatforms = lib.platforms.none;
|
hydraPlatforms = lib.platforms.none;
|
||||||
|
maintainers = with lib.maintainers; [ dschrempf ];
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"circus" = callPackage
|
"circus" = callPackage
|
||||||
|
@ -65336,6 +65338,7 @@ self: {
|
||||||
testHaskellDepends = [ base hmatrix tasty tasty-hunit ];
|
testHaskellDepends = [ base hmatrix tasty tasty-hunit ];
|
||||||
description = "Well-conditioned estimation of large-dimensional covariance matrices";
|
description = "Well-conditioned estimation of large-dimensional covariance matrices";
|
||||||
license = lib.licenses.gpl3Plus;
|
license = lib.licenses.gpl3Plus;
|
||||||
|
maintainers = with lib.maintainers; [ dschrempf ];
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"coverage" = callPackage
|
"coverage" = callPackage
|
||||||
|
@ -77481,6 +77484,7 @@ self: {
|
||||||
testHaskellDepends = [ base hspec log-domain mwc-random vector ];
|
testHaskellDepends = [ base hspec log-domain mwc-random vector ];
|
||||||
description = "Multivariate Dirichlet distribution";
|
description = "Multivariate Dirichlet distribution";
|
||||||
license = lib.licenses.bsd3;
|
license = lib.licenses.bsd3;
|
||||||
|
maintainers = with lib.maintainers; [ dschrempf ];
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"dirichlet_0_1_0_5" = callPackage
|
"dirichlet_0_1_0_5" = callPackage
|
||||||
|
@ -77498,6 +77502,7 @@ self: {
|
||||||
description = "Multivariate Dirichlet distribution";
|
description = "Multivariate Dirichlet distribution";
|
||||||
license = lib.licenses.bsd3;
|
license = lib.licenses.bsd3;
|
||||||
hydraPlatforms = lib.platforms.none;
|
hydraPlatforms = lib.platforms.none;
|
||||||
|
maintainers = with lib.maintainers; [ dschrempf ];
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"dirstream" = callPackage
|
"dirstream" = callPackage
|
||||||
|
@ -84686,6 +84691,7 @@ self: {
|
||||||
];
|
];
|
||||||
description = "Validate and (optionally) redo ELynx analyses";
|
description = "Validate and (optionally) redo ELynx analyses";
|
||||||
license = lib.licenses.gpl3Plus;
|
license = lib.licenses.gpl3Plus;
|
||||||
|
maintainers = with lib.maintainers; [ dschrempf ];
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"elynx_0_6_1_0" = callPackage
|
"elynx_0_6_1_0" = callPackage
|
||||||
|
@ -84704,6 +84710,7 @@ self: {
|
||||||
description = "Validate and (optionally) redo ELynx analyses";
|
description = "Validate and (optionally) redo ELynx analyses";
|
||||||
license = lib.licenses.gpl3Plus;
|
license = lib.licenses.gpl3Plus;
|
||||||
hydraPlatforms = lib.platforms.none;
|
hydraPlatforms = lib.platforms.none;
|
||||||
|
maintainers = with lib.maintainers; [ dschrempf ];
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"elynx-markov" = callPackage
|
"elynx-markov" = callPackage
|
||||||
|
@ -84725,6 +84732,7 @@ self: {
|
||||||
benchmarkHaskellDepends = [ base ];
|
benchmarkHaskellDepends = [ base ];
|
||||||
description = "Simulate molecular sequences along trees";
|
description = "Simulate molecular sequences along trees";
|
||||||
license = lib.licenses.gpl3Plus;
|
license = lib.licenses.gpl3Plus;
|
||||||
|
maintainers = with lib.maintainers; [ dschrempf ];
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"elynx-markov_0_6_1_0" = callPackage
|
"elynx-markov_0_6_1_0" = callPackage
|
||||||
|
@ -84747,6 +84755,7 @@ self: {
|
||||||
description = "Simulate molecular sequences along trees";
|
description = "Simulate molecular sequences along trees";
|
||||||
license = lib.licenses.gpl3Plus;
|
license = lib.licenses.gpl3Plus;
|
||||||
hydraPlatforms = lib.platforms.none;
|
hydraPlatforms = lib.platforms.none;
|
||||||
|
maintainers = with lib.maintainers; [ dschrempf ];
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"elynx-nexus" = callPackage
|
"elynx-nexus" = callPackage
|
||||||
|
@ -84759,6 +84768,7 @@ self: {
|
||||||
testHaskellDepends = [ base hspec ];
|
testHaskellDepends = [ base hspec ];
|
||||||
description = "Import and export Nexus files";
|
description = "Import and export Nexus files";
|
||||||
license = lib.licenses.gpl3Plus;
|
license = lib.licenses.gpl3Plus;
|
||||||
|
maintainers = with lib.maintainers; [ dschrempf ];
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"elynx-nexus_0_6_1_0" = callPackage
|
"elynx-nexus_0_6_1_0" = callPackage
|
||||||
|
@ -84772,6 +84782,7 @@ self: {
|
||||||
description = "Import and export Nexus files";
|
description = "Import and export Nexus files";
|
||||||
license = lib.licenses.gpl3Plus;
|
license = lib.licenses.gpl3Plus;
|
||||||
hydraPlatforms = lib.platforms.none;
|
hydraPlatforms = lib.platforms.none;
|
||||||
|
maintainers = with lib.maintainers; [ dschrempf ];
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"elynx-seq" = callPackage
|
"elynx-seq" = callPackage
|
||||||
|
@ -84792,6 +84803,7 @@ self: {
|
||||||
];
|
];
|
||||||
description = "Handle molecular sequences";
|
description = "Handle molecular sequences";
|
||||||
license = lib.licenses.gpl3Plus;
|
license = lib.licenses.gpl3Plus;
|
||||||
|
maintainers = with lib.maintainers; [ dschrempf ];
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"elynx-seq_0_6_1_0" = callPackage
|
"elynx-seq_0_6_1_0" = callPackage
|
||||||
|
@ -84813,6 +84825,7 @@ self: {
|
||||||
description = "Handle molecular sequences";
|
description = "Handle molecular sequences";
|
||||||
license = lib.licenses.gpl3Plus;
|
license = lib.licenses.gpl3Plus;
|
||||||
hydraPlatforms = lib.platforms.none;
|
hydraPlatforms = lib.platforms.none;
|
||||||
|
maintainers = with lib.maintainers; [ dschrempf ];
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"elynx-tools" = callPackage
|
"elynx-tools" = callPackage
|
||||||
|
@ -84835,6 +84848,7 @@ self: {
|
||||||
];
|
];
|
||||||
description = "Tools for ELynx";
|
description = "Tools for ELynx";
|
||||||
license = lib.licenses.gpl3Plus;
|
license = lib.licenses.gpl3Plus;
|
||||||
|
maintainers = with lib.maintainers; [ dschrempf ];
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"elynx-tools_0_6_1_0" = callPackage
|
"elynx-tools_0_6_1_0" = callPackage
|
||||||
|
@ -84855,6 +84869,7 @@ self: {
|
||||||
description = "Tools for ELynx";
|
description = "Tools for ELynx";
|
||||||
license = lib.licenses.gpl3Plus;
|
license = lib.licenses.gpl3Plus;
|
||||||
hydraPlatforms = lib.platforms.none;
|
hydraPlatforms = lib.platforms.none;
|
||||||
|
maintainers = with lib.maintainers; [ dschrempf ];
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"elynx-tree" = callPackage
|
"elynx-tree" = callPackage
|
||||||
|
@ -84880,6 +84895,7 @@ self: {
|
||||||
];
|
];
|
||||||
description = "Handle phylogenetic trees";
|
description = "Handle phylogenetic trees";
|
||||||
license = lib.licenses.gpl3Plus;
|
license = lib.licenses.gpl3Plus;
|
||||||
|
maintainers = with lib.maintainers; [ dschrempf ];
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"elynx-tree_0_6_1_0" = callPackage
|
"elynx-tree_0_6_1_0" = callPackage
|
||||||
|
@ -84908,6 +84924,7 @@ self: {
|
||||||
description = "Handle phylogenetic trees";
|
description = "Handle phylogenetic trees";
|
||||||
license = lib.licenses.gpl3Plus;
|
license = lib.licenses.gpl3Plus;
|
||||||
hydraPlatforms = lib.platforms.none;
|
hydraPlatforms = lib.platforms.none;
|
||||||
|
maintainers = with lib.maintainers; [ dschrempf ];
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"ema" = callPackage
|
"ema" = callPackage
|
||||||
|
@ -107769,6 +107786,7 @@ self: {
|
||||||
libraryHaskellDepends = [ base vector ];
|
libraryHaskellDepends = [ base vector ];
|
||||||
description = "Graphical Lasso algorithm";
|
description = "Graphical Lasso algorithm";
|
||||||
license = lib.licenses.bsd3;
|
license = lib.licenses.bsd3;
|
||||||
|
maintainers = with lib.maintainers; [ dschrempf ];
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"glaze" = callPackage
|
"glaze" = callPackage
|
||||||
|
@ -175396,6 +175414,7 @@ self: {
|
||||||
];
|
];
|
||||||
description = "Sample from a posterior using Markov chain Monte Carlo";
|
description = "Sample from a posterior using Markov chain Monte Carlo";
|
||||||
license = lib.licenses.gpl3Plus;
|
license = lib.licenses.gpl3Plus;
|
||||||
|
maintainers = with lib.maintainers; [ dschrempf ];
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"mcmc_0_6_1_0" = callPackage
|
"mcmc_0_6_1_0" = callPackage
|
||||||
|
@ -175423,6 +175442,7 @@ self: {
|
||||||
description = "Sample from a posterior using Markov chain Monte Carlo";
|
description = "Sample from a posterior using Markov chain Monte Carlo";
|
||||||
license = lib.licenses.gpl3Plus;
|
license = lib.licenses.gpl3Plus;
|
||||||
hydraPlatforms = lib.platforms.none;
|
hydraPlatforms = lib.platforms.none;
|
||||||
|
maintainers = with lib.maintainers; [ dschrempf ];
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"mcmc-samplers" = callPackage
|
"mcmc-samplers" = callPackage
|
||||||
|
@ -201645,6 +201665,7 @@ self: {
|
||||||
benchmarkHaskellDepends = [ base criterion mwc-random vector ];
|
benchmarkHaskellDepends = [ base criterion mwc-random vector ];
|
||||||
description = "Greatest convex majorants and least concave minorants";
|
description = "Greatest convex majorants and least concave minorants";
|
||||||
license = lib.licenses.gpl3Plus;
|
license = lib.licenses.gpl3Plus;
|
||||||
|
maintainers = with lib.maintainers; [ dschrempf ];
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"pava_0_1_1_2" = callPackage
|
"pava_0_1_1_2" = callPackage
|
||||||
|
@ -201659,6 +201680,7 @@ self: {
|
||||||
description = "Greatest convex majorants and least concave minorants";
|
description = "Greatest convex majorants and least concave minorants";
|
||||||
license = lib.licenses.gpl3Plus;
|
license = lib.licenses.gpl3Plus;
|
||||||
hydraPlatforms = lib.platforms.none;
|
hydraPlatforms = lib.platforms.none;
|
||||||
|
maintainers = with lib.maintainers; [ dschrempf ];
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"paymill" = callPackage
|
"paymill" = callPackage
|
||||||
|
@ -245451,6 +245473,7 @@ self: {
|
||||||
executableHaskellDepends = [ base ];
|
executableHaskellDepends = [ base ];
|
||||||
description = "Handle molecular sequences";
|
description = "Handle molecular sequences";
|
||||||
license = lib.licenses.gpl3Plus;
|
license = lib.licenses.gpl3Plus;
|
||||||
|
maintainers = with lib.maintainers; [ dschrempf ];
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"slynx_0_6_1_0" = callPackage
|
"slynx_0_6_1_0" = callPackage
|
||||||
|
@ -245474,6 +245497,7 @@ self: {
|
||||||
description = "Handle molecular sequences";
|
description = "Handle molecular sequences";
|
||||||
license = lib.licenses.gpl3Plus;
|
license = lib.licenses.gpl3Plus;
|
||||||
hydraPlatforms = lib.platforms.none;
|
hydraPlatforms = lib.platforms.none;
|
||||||
|
maintainers = with lib.maintainers; [ dschrempf ];
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"small-bytearray-builder" = callPackage
|
"small-bytearray-builder" = callPackage
|
||||||
|
@ -269272,6 +269296,7 @@ self: {
|
||||||
executableHaskellDepends = [ base ];
|
executableHaskellDepends = [ base ];
|
||||||
description = "Handle phylogenetic trees";
|
description = "Handle phylogenetic trees";
|
||||||
license = lib.licenses.gpl3Plus;
|
license = lib.licenses.gpl3Plus;
|
||||||
|
maintainers = with lib.maintainers; [ dschrempf ];
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"tlynx_0_6_1_0" = callPackage
|
"tlynx_0_6_1_0" = callPackage
|
||||||
|
@ -269296,6 +269321,7 @@ self: {
|
||||||
description = "Handle phylogenetic trees";
|
description = "Handle phylogenetic trees";
|
||||||
license = lib.licenses.gpl3Plus;
|
license = lib.licenses.gpl3Plus;
|
||||||
hydraPlatforms = lib.platforms.none;
|
hydraPlatforms = lib.platforms.none;
|
||||||
|
maintainers = with lib.maintainers; [ dschrempf ];
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"tmapchan" = callPackage
|
"tmapchan" = callPackage
|
||||||
|
|
Loading…
Reference in a new issue