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