Merge pull request #227427 from thielema/haskell-updates-maintainer
Haskell updates maintainer
This commit is contained in:
@@ -15410,6 +15410,12 @@
|
||||
githubId = 3268082;
|
||||
name = "Thibaut Marty";
|
||||
};
|
||||
thielema = {
|
||||
name = "Henning Thielemann";
|
||||
email = "nix@henning-thielemann.de";
|
||||
github = "thielema";
|
||||
githubId = 898989;
|
||||
};
|
||||
thled = {
|
||||
name = "Thomas Le Duc";
|
||||
email = "dev@tleduc.de";
|
||||
|
||||
@@ -433,6 +433,120 @@ package-maintainers:
|
||||
- rhine-gloss
|
||||
- simple-affine-space
|
||||
- time-domain
|
||||
thielema:
|
||||
- accelerate-arithmetic
|
||||
- accelerate-fftw
|
||||
- accelerate-fourier
|
||||
- accelerate-utility
|
||||
- align-audio
|
||||
- alsa-core
|
||||
- alsa-pcm
|
||||
- alsa-seq
|
||||
- apportionment
|
||||
- audacity
|
||||
- battleship-combinatorics
|
||||
- bibtex
|
||||
- board-games
|
||||
- buffer-pipe
|
||||
- cabal-flatpak
|
||||
- calendar-recycling
|
||||
- checksum
|
||||
- check-pvp
|
||||
- combinatorial
|
||||
- comfort-graph
|
||||
- comfort-array
|
||||
- comfort-array-shape
|
||||
- comfort-fftw
|
||||
- comfort-glpk
|
||||
- concurrent-split
|
||||
- cutter
|
||||
- data-accessor
|
||||
- data-accessor-mtl
|
||||
- data-accessor-template
|
||||
- data-accessor-transformers
|
||||
- data-ref
|
||||
- doctest-exitcode-stdio
|
||||
- doctest-extract
|
||||
- doctest-lib
|
||||
- dsp
|
||||
- enumset
|
||||
- equal-files
|
||||
- event-list
|
||||
- explicit-exception
|
||||
- fixed-length
|
||||
- fftw-ffi
|
||||
- gnuplot
|
||||
- group-by-date
|
||||
- guarded-allocation
|
||||
- iff
|
||||
- interpolation
|
||||
- jack
|
||||
- latex
|
||||
- lazyio
|
||||
- markov-chain
|
||||
- midi
|
||||
- midi-alsa
|
||||
- midi-music-box
|
||||
- mbox-utility
|
||||
- med-module
|
||||
- monoid-transformer
|
||||
- non-empty
|
||||
- non-negative
|
||||
- numeric-prelude
|
||||
- numeric-quest
|
||||
- pathtype
|
||||
- pooled-io
|
||||
- probability
|
||||
- quickcheck-transformer
|
||||
- reactive-midyim
|
||||
- reactive-balsa
|
||||
- reactive-jack
|
||||
- sample-frame
|
||||
- sample-frame-np
|
||||
- set-cover
|
||||
- shell-utility
|
||||
- sound-collage
|
||||
- sox
|
||||
- soxlib
|
||||
- split-record
|
||||
- spreadsheet
|
||||
- stm-split
|
||||
- storable-record
|
||||
- storable-tuple
|
||||
- storablevector
|
||||
- synthesizer-core
|
||||
- synthesizer-dimensional
|
||||
- synthesizer-alsa
|
||||
- synthesizer-midi
|
||||
- tagchup
|
||||
- tfp
|
||||
- unicode
|
||||
- unique-logic
|
||||
- unique-logic-tf
|
||||
- unsafe
|
||||
- utility-ht
|
||||
- wuerfelschlange
|
||||
- xml-basic
|
||||
- youtube
|
||||
- prelude-compat
|
||||
- fft
|
||||
- carray
|
||||
- lapack-ffi-tools
|
||||
- netlib-ffi
|
||||
- blas-ffi
|
||||
- lapack-ffi
|
||||
- netlib-carray
|
||||
- blas-carray
|
||||
- lapack-carray
|
||||
- netlib-comfort-array
|
||||
- blas-comfort-array
|
||||
- lapack-comfort-array
|
||||
- lapack
|
||||
- lapack-hmatrix
|
||||
- hmm-lapack
|
||||
- magico
|
||||
- resistor-cube
|
||||
- linear-circuit
|
||||
utdemir:
|
||||
- nix-tree
|
||||
zowoq:
|
||||
|
||||
+116
@@ -23576,6 +23576,7 @@ self: {
|
||||
description = "Linear algebra and interpolation using the Accelerate framework";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
maintainers = [ lib.maintainers.thielema ];
|
||||
}) {};
|
||||
|
||||
"accelerate-bignum" = callPackage
|
||||
@@ -23789,6 +23790,7 @@ self: {
|
||||
description = "Accelerate frontend to the FFTW library (Fourier transform)";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
maintainers = [ lib.maintainers.thielema ];
|
||||
}) {};
|
||||
|
||||
"accelerate-fourier" = callPackage
|
||||
@@ -23815,6 +23817,7 @@ self: {
|
||||
description = "Fast Fourier transform and convolution using the Accelerate framework";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
maintainers = [ lib.maintainers.thielema ];
|
||||
}) {};
|
||||
|
||||
"accelerate-fourier-benchmark" = callPackage
|
||||
@@ -24108,6 +24111,7 @@ self: {
|
||||
description = "Utility functions for the Accelerate framework";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
maintainers = [ lib.maintainers.thielema ];
|
||||
}) {};
|
||||
|
||||
"accentuateus" = callPackage
|
||||
@@ -28151,6 +28155,7 @@ self: {
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
mainProgram = "align-audio";
|
||||
maintainers = [ lib.maintainers.thielema ];
|
||||
}) {};
|
||||
|
||||
"align-text" = callPackage
|
||||
@@ -28408,6 +28413,7 @@ self: {
|
||||
description = "Binding to the ALSA Library API (Exceptions)";
|
||||
license = lib.licenses.bsd3;
|
||||
platforms = lib.platforms.linux;
|
||||
maintainers = [ lib.maintainers.thielema ];
|
||||
}) {inherit (pkgs) alsa-lib;};
|
||||
|
||||
"alsa-gui" = callPackage
|
||||
@@ -28484,6 +28490,7 @@ self: {
|
||||
description = "Binding to the ALSA Library API (PCM audio)";
|
||||
license = lib.licenses.bsd3;
|
||||
platforms = lib.platforms.linux;
|
||||
maintainers = [ lib.maintainers.thielema ];
|
||||
}) {inherit (pkgs) alsa-lib;};
|
||||
|
||||
"alsa-pcm-tests" = callPackage
|
||||
@@ -28520,6 +28527,7 @@ self: {
|
||||
license = lib.licenses.bsd3;
|
||||
platforms = lib.platforms.linux;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
maintainers = [ lib.maintainers.thielema ];
|
||||
broken = true;
|
||||
}) {inherit (pkgs) alsa-lib;};
|
||||
|
||||
@@ -33981,6 +33989,7 @@ self: {
|
||||
];
|
||||
description = "Round a set of numbers while maintaining its sum";
|
||||
license = lib.licenses.bsd3;
|
||||
maintainers = [ lib.maintainers.thielema ];
|
||||
}) {};
|
||||
|
||||
"approveapi" = callPackage
|
||||
@@ -37958,6 +37967,7 @@ self: {
|
||||
description = "Interchange with the Audacity sound signal editor";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
maintainers = [ lib.maintainers.thielema ];
|
||||
}) {};
|
||||
|
||||
"audiovisual" = callPackage
|
||||
@@ -41862,6 +41872,7 @@ self: {
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
mainProgram = "battleship-combinatorics";
|
||||
maintainers = [ lib.maintainers.thielema ];
|
||||
}) {};
|
||||
|
||||
"battleships" = callPackage
|
||||
@@ -43179,6 +43190,7 @@ self: {
|
||||
libraryHaskellDepends = [ base latex parsec utility-ht ];
|
||||
description = "Parse, format and processing BibTeX files";
|
||||
license = lib.licenses.bsd3;
|
||||
maintainers = [ lib.maintainers.thielema ];
|
||||
}) {};
|
||||
|
||||
"bidi-icu" = callPackage
|
||||
@@ -46824,6 +46836,7 @@ self: {
|
||||
];
|
||||
description = "Auto-generated interface to Fortran BLAS via CArrays";
|
||||
license = lib.licenses.bsd3;
|
||||
maintainers = [ lib.maintainers.thielema ];
|
||||
}) {};
|
||||
|
||||
"blas-comfort-array" = callPackage
|
||||
@@ -46843,6 +46856,7 @@ self: {
|
||||
description = "Auto-generated interface to Fortran BLAS via comfort-array";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
maintainers = [ lib.maintainers.thielema ];
|
||||
}) {};
|
||||
|
||||
"blas-ffi" = callPackage
|
||||
@@ -46857,6 +46871,7 @@ self: {
|
||||
libraryPkgconfigDepends = [ blas ];
|
||||
description = "Auto-generated interface to Fortran BLAS";
|
||||
license = lib.licenses.bsd3;
|
||||
maintainers = [ lib.maintainers.thielema ];
|
||||
}) {inherit (pkgs) blas;};
|
||||
|
||||
"blas-hs" = callPackage
|
||||
@@ -47959,6 +47974,7 @@ self: {
|
||||
license = "GPL";
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
mainProgram = "board-games";
|
||||
maintainers = [ lib.maintainers.thielema ];
|
||||
}) {};
|
||||
|
||||
"boardgame" = callPackage
|
||||
@@ -50403,6 +50419,7 @@ self: {
|
||||
description = "Read from stdin and write to stdout in large blocks";
|
||||
license = lib.licenses.bsd3;
|
||||
mainProgram = "buffer-pipe";
|
||||
maintainers = [ lib.maintainers.thielema ];
|
||||
}) {};
|
||||
|
||||
"buffet" = callPackage
|
||||
@@ -52991,6 +53008,7 @@ self: {
|
||||
description = "Generate a FlatPak manifest from a Cabal package description";
|
||||
license = lib.licenses.bsd3;
|
||||
mainProgram = "cabal-flatpak";
|
||||
maintainers = [ lib.maintainers.thielema ];
|
||||
}) {};
|
||||
|
||||
"cabal-fmt" = callPackage
|
||||
@@ -54822,6 +54840,7 @@ self: {
|
||||
description = "List years with the same calendars";
|
||||
license = lib.licenses.bsd3;
|
||||
mainProgram = "calendar-recycling";
|
||||
maintainers = [ lib.maintainers.thielema ];
|
||||
}) {};
|
||||
|
||||
"calenderweek" = callPackage
|
||||
@@ -55740,6 +55759,7 @@ self: {
|
||||
benchmarkHaskellDepends = [ array base ];
|
||||
description = "A C-compatible array library";
|
||||
license = lib.licenses.bsd3;
|
||||
maintainers = [ lib.maintainers.thielema ];
|
||||
}) {};
|
||||
|
||||
"carte" = callPackage
|
||||
@@ -58617,6 +58637,7 @@ self: {
|
||||
description = "Check whether module and package imports conform to the PVP";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
maintainers = [ lib.maintainers.thielema ];
|
||||
}) {};
|
||||
|
||||
"checked" = callPackage
|
||||
@@ -58691,6 +58712,7 @@ self: {
|
||||
libraryHaskellDepends = [ base explicit-exception utility-ht ];
|
||||
description = "Compute and verify checksums of ISBN, IBAN, etc";
|
||||
license = lib.licenses.bsd3;
|
||||
maintainers = [ lib.maintainers.thielema ];
|
||||
}) {};
|
||||
|
||||
"chell" = callPackage
|
||||
@@ -64272,6 +64294,7 @@ self: {
|
||||
];
|
||||
description = "Count, enumerate, rank and unrank combinatorial objects";
|
||||
license = lib.licenses.bsd3;
|
||||
maintainers = [ lib.maintainers.thielema ];
|
||||
}) {};
|
||||
|
||||
"combinatorial-problems" = callPackage
|
||||
@@ -64343,6 +64366,7 @@ self: {
|
||||
description = "Arrays where the index type is a function of the shape type";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
maintainers = [ lib.maintainers.thielema ];
|
||||
}) {};
|
||||
|
||||
"comfort-array-shape" = callPackage
|
||||
@@ -64365,6 +64389,7 @@ self: {
|
||||
description = "Additional shape types for the comfort-array package";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
maintainers = [ lib.maintainers.thielema ];
|
||||
}) {};
|
||||
|
||||
"comfort-fftw" = callPackage
|
||||
@@ -64386,6 +64411,7 @@ self: {
|
||||
description = "High-level interface to FFTW (Fast Fourier Transform) based on comfort-array";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
maintainers = [ lib.maintainers.thielema ];
|
||||
}) {};
|
||||
|
||||
"comfort-glpk" = callPackage
|
||||
@@ -64408,6 +64434,7 @@ self: {
|
||||
description = "Linear Programming using GLPK and comfort-array";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
maintainers = [ lib.maintainers.thielema ];
|
||||
}) {inherit (pkgs) glpk;};
|
||||
|
||||
"comfort-graph" = callPackage
|
||||
@@ -64429,6 +64456,7 @@ self: {
|
||||
];
|
||||
description = "Graph structure with type parameters for nodes and edges";
|
||||
license = lib.licenses.bsd3;
|
||||
maintainers = [ lib.maintainers.thielema ];
|
||||
}) {};
|
||||
|
||||
"comic" = callPackage
|
||||
@@ -66512,6 +66540,7 @@ self: {
|
||||
libraryHaskellDepends = [ base ];
|
||||
description = "MVars and Channels with distinguished input and output side";
|
||||
license = lib.licenses.bsd3;
|
||||
maintainers = [ lib.maintainers.thielema ];
|
||||
}) {};
|
||||
|
||||
"concurrent-st" = callPackage
|
||||
@@ -74198,6 +74227,7 @@ self: {
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
mainProgram = "cutter";
|
||||
maintainers = [ lib.maintainers.thielema ];
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
@@ -75034,6 +75064,7 @@ self: {
|
||||
libraryHaskellDepends = [ array base containers transformers ];
|
||||
description = "Utilities for accessing and manipulating fields of records";
|
||||
license = lib.licenses.bsd3;
|
||||
maintainers = [ lib.maintainers.thielema ];
|
||||
}) {};
|
||||
|
||||
"data-accessor-monadLib" = callPackage
|
||||
@@ -75088,6 +75119,7 @@ self: {
|
||||
libraryHaskellDepends = [ base data-accessor mtl ];
|
||||
description = "Use Accessor to access state in mtl State monad class";
|
||||
license = lib.licenses.bsd3;
|
||||
maintainers = [ lib.maintainers.thielema ];
|
||||
}) {};
|
||||
|
||||
"data-accessor-template" = callPackage
|
||||
@@ -75105,6 +75137,7 @@ self: {
|
||||
description = "Utilities for accessing and manipulating fields of records";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
maintainers = [ lib.maintainers.thielema ];
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
@@ -75117,6 +75150,7 @@ self: {
|
||||
libraryHaskellDepends = [ base data-accessor transformers ];
|
||||
description = "Use Accessor to access state in transformers State monad";
|
||||
license = lib.licenses.bsd3;
|
||||
maintainers = [ lib.maintainers.thielema ];
|
||||
}) {};
|
||||
|
||||
"data-array-byte" = callPackage
|
||||
@@ -76488,6 +76522,7 @@ self: {
|
||||
libraryHaskellDepends = [ base data-accessor stm transformers ];
|
||||
description = "Unify STRef and IORef in plain Haskell 98";
|
||||
license = lib.licenses.bsd3;
|
||||
maintainers = [ lib.maintainers.thielema ];
|
||||
}) {};
|
||||
|
||||
"data-ref_0_1" = callPackage
|
||||
@@ -76500,6 +76535,7 @@ self: {
|
||||
description = "Unify STRef and IORef in plain Haskell 98";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
maintainers = [ lib.maintainers.thielema ];
|
||||
}) {};
|
||||
|
||||
"data-reify" = callPackage
|
||||
@@ -86040,6 +86076,7 @@ self: {
|
||||
];
|
||||
description = "Run doctest's in a Cabal.Test.exitcode-stdio environment";
|
||||
license = lib.licenses.bsd3;
|
||||
maintainers = [ lib.maintainers.thielema ];
|
||||
}) {};
|
||||
|
||||
"doctest-extract" = callPackage
|
||||
@@ -86062,6 +86099,7 @@ self: {
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
mainProgram = "doctest-extract-0.1";
|
||||
maintainers = [ lib.maintainers.thielema ];
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
@@ -86074,6 +86112,7 @@ self: {
|
||||
libraryHaskellDepends = [ base ];
|
||||
description = "Parts of doctest exposed as library";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = [ lib.maintainers.thielema ];
|
||||
}) {};
|
||||
|
||||
"doctest-parallel" = callPackage
|
||||
@@ -87827,6 +87866,7 @@ self: {
|
||||
testHaskellDepends = [ array base containers QuickCheck ];
|
||||
description = "Haskell Digital Signal Processing";
|
||||
license = lib.licenses.gpl2Only;
|
||||
maintainers = [ lib.maintainers.thielema ];
|
||||
}) {};
|
||||
|
||||
"dstring" = callPackage
|
||||
@@ -92925,6 +92965,7 @@ self: {
|
||||
];
|
||||
description = "Sets of enumeration values represented by machine words";
|
||||
license = lib.licenses.bsd3;
|
||||
maintainers = [ lib.maintainers.thielema ];
|
||||
}) {};
|
||||
|
||||
"env-extra" = callPackage
|
||||
@@ -93308,6 +93349,7 @@ self: {
|
||||
license = "GPL";
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
mainProgram = "equal-files";
|
||||
maintainers = [ lib.maintainers.thielema ];
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
@@ -94903,6 +94945,7 @@ self: {
|
||||
];
|
||||
description = "Event lists with relative or absolute time stamps";
|
||||
license = "GPL";
|
||||
maintainers = [ lib.maintainers.thielema ];
|
||||
}) {};
|
||||
|
||||
"event-monad" = callPackage
|
||||
@@ -96636,6 +96679,7 @@ self: {
|
||||
libraryHaskellDepends = [ base deepseq semigroups transformers ];
|
||||
description = "Exceptions which are explicit in the type signature";
|
||||
license = lib.licenses.bsd3;
|
||||
maintainers = [ lib.maintainers.thielema ];
|
||||
}) {};
|
||||
|
||||
"explicit-exception_0_2" = callPackage
|
||||
@@ -96650,6 +96694,7 @@ self: {
|
||||
description = "Exceptions which are explicit in the type signature";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
maintainers = [ lib.maintainers.thielema ];
|
||||
}) {};
|
||||
|
||||
"explicit-iomodes" = callPackage
|
||||
@@ -99892,6 +99937,7 @@ self: {
|
||||
description = "Bindings to the FFTW library";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
maintainers = [ lib.maintainers.thielema ];
|
||||
broken = true;
|
||||
}) {inherit (pkgs) fftw; inherit (pkgs) fftwFloat;};
|
||||
|
||||
@@ -99907,6 +99953,7 @@ self: {
|
||||
libraryPkgconfigDepends = [ fftw fftwFloat ];
|
||||
description = "Low-level interface to FFTW (Fast Fourier Transform)";
|
||||
license = lib.licenses.bsd3;
|
||||
maintainers = [ lib.maintainers.thielema ];
|
||||
}) {inherit (pkgs) fftw; inherit (pkgs) fftwFloat;};
|
||||
|
||||
"fftwRaw" = callPackage
|
||||
@@ -101452,6 +101499,7 @@ self: {
|
||||
];
|
||||
description = "Lists with statically known length based on non-empty package";
|
||||
license = lib.licenses.bsd3;
|
||||
maintainers = [ lib.maintainers.thielema ];
|
||||
}) {};
|
||||
|
||||
"fixed-list" = callPackage
|
||||
@@ -118044,6 +118092,7 @@ self: {
|
||||
];
|
||||
description = "2D and 3D plots using gnuplot";
|
||||
license = lib.licenses.bsd3;
|
||||
maintainers = [ lib.maintainers.thielema ];
|
||||
}) {};
|
||||
|
||||
"gnutls" = callPackage
|
||||
@@ -123301,6 +123350,7 @@ self: {
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
mainProgram = "group-by-date";
|
||||
maintainers = [ lib.maintainers.thielema ];
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
@@ -124312,6 +124362,7 @@ self: {
|
||||
libraryHaskellDepends = [ base ];
|
||||
description = "Memory allocation with added stress tests and integrity checks";
|
||||
license = lib.licenses.bsd3;
|
||||
maintainers = [ lib.maintainers.thielema ];
|
||||
}) {};
|
||||
|
||||
"guarded-rewriting" = callPackage
|
||||
@@ -145056,6 +145107,7 @@ self: {
|
||||
description = "Hidden Markov Models using LAPACK primitives";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
maintainers = [ lib.maintainers.thielema ];
|
||||
}) {};
|
||||
|
||||
"hmp3" = callPackage
|
||||
@@ -161449,6 +161501,7 @@ self: {
|
||||
description = "Constructing and dissecting IFF files";
|
||||
license = lib.licenses.gpl3Only;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
maintainers = [ lib.maintainers.thielema ];
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
@@ -165094,6 +165147,7 @@ self: {
|
||||
];
|
||||
description = "piecewise linear and cubic Hermite interpolation";
|
||||
license = lib.licenses.bsd3;
|
||||
maintainers = [ lib.maintainers.thielema ];
|
||||
}) {};
|
||||
|
||||
"interpolator" = callPackage
|
||||
@@ -167977,6 +168031,7 @@ self: {
|
||||
libraryPkgconfigDepends = [ libjack2 ];
|
||||
description = "Bindings for the JACK Audio Connection Kit";
|
||||
license = lib.licenses.gpl2Only;
|
||||
maintainers = [ lib.maintainers.thielema ];
|
||||
}) {inherit (pkgs) libjack2;};
|
||||
|
||||
"jack-bindings" = callPackage
|
||||
@@ -177356,6 +177411,7 @@ self: {
|
||||
description = "Numerical Linear Algebra using LAPACK";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
maintainers = [ lib.maintainers.thielema ];
|
||||
}) {};
|
||||
|
||||
"lapack-carray" = callPackage
|
||||
@@ -177374,6 +177430,7 @@ self: {
|
||||
];
|
||||
description = "Auto-generated interface to Fortran LAPACK via CArrays";
|
||||
license = lib.licenses.bsd3;
|
||||
maintainers = [ lib.maintainers.thielema ];
|
||||
}) {};
|
||||
|
||||
"lapack-comfort-array" = callPackage
|
||||
@@ -177393,6 +177450,7 @@ self: {
|
||||
description = "Auto-generated interface to Fortran LAPACK via comfort-array";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
maintainers = [ lib.maintainers.thielema ];
|
||||
}) {};
|
||||
|
||||
"lapack-ffi" = callPackage
|
||||
@@ -177405,6 +177463,7 @@ self: {
|
||||
libraryPkgconfigDepends = [ liblapack ];
|
||||
description = "Auto-generated interface to Fortran LAPACK";
|
||||
license = lib.licenses.bsd3;
|
||||
maintainers = [ lib.maintainers.thielema ];
|
||||
}) {inherit (pkgs) liblapack;};
|
||||
|
||||
"lapack-ffi-tools" = callPackage
|
||||
@@ -177427,6 +177486,7 @@ self: {
|
||||
];
|
||||
description = "Generator for Haskell interface to Fortran LAPACK";
|
||||
license = lib.licenses.bsd3;
|
||||
maintainers = [ lib.maintainers.thielema ];
|
||||
}) {};
|
||||
|
||||
"lapack-hmatrix" = callPackage
|
||||
@@ -177444,6 +177504,7 @@ self: {
|
||||
description = "Conversion of objects between 'lapack' and 'hmatrix'";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
maintainers = [ lib.maintainers.thielema ];
|
||||
}) {};
|
||||
|
||||
"large-anon" = callPackage
|
||||
@@ -177656,6 +177717,7 @@ self: {
|
||||
libraryHaskellDepends = [ base containers utility-ht ];
|
||||
description = "Parse, format and process LaTeX files";
|
||||
license = lib.licenses.bsd3;
|
||||
maintainers = [ lib.maintainers.thielema ];
|
||||
}) {};
|
||||
|
||||
"latex-formulae-hakyll" = callPackage
|
||||
@@ -178393,6 +178455,7 @@ self: {
|
||||
libraryHaskellDepends = [ base transformers unsafe ];
|
||||
description = "Run IO actions lazily while respecting their order";
|
||||
license = lib.licenses.bsd3;
|
||||
maintainers = [ lib.maintainers.thielema ];
|
||||
}) {};
|
||||
|
||||
"lazyset" = callPackage
|
||||
@@ -182175,6 +182238,7 @@ self: {
|
||||
description = "Compute resistance of linear electrical circuits";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
maintainers = [ lib.maintainers.thielema ];
|
||||
}) {};
|
||||
|
||||
"linear-code" = callPackage
|
||||
@@ -188420,6 +188484,7 @@ self: {
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
mainProgram = "magico";
|
||||
maintainers = [ lib.maintainers.thielema ];
|
||||
}) {};
|
||||
|
||||
"magma" = callPackage
|
||||
@@ -189785,6 +189850,7 @@ self: {
|
||||
libraryHaskellDepends = [ base containers random transformers ];
|
||||
description = "Markov Chains for generating random sequences with a user definable behaviour";
|
||||
license = "GPL";
|
||||
maintainers = [ lib.maintainers.thielema ];
|
||||
}) {};
|
||||
|
||||
"markov-chain-usage-model" = callPackage
|
||||
@@ -191132,6 +191198,7 @@ self: {
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
mainProgram = "lsmbox";
|
||||
maintainers = [ lib.maintainers.thielema ];
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
@@ -191539,6 +191606,7 @@ self: {
|
||||
];
|
||||
description = "Parse song module files from Amiga MED and OctaMED";
|
||||
license = lib.licenses.gpl3Only;
|
||||
maintainers = [ lib.maintainers.thielema ];
|
||||
}) {};
|
||||
|
||||
"medea" = callPackage
|
||||
@@ -193790,6 +193858,7 @@ self: {
|
||||
];
|
||||
description = "Handling of MIDI messages and files";
|
||||
license = "GPL";
|
||||
maintainers = [ lib.maintainers.thielema ];
|
||||
}) {};
|
||||
|
||||
"midi-alsa" = callPackage
|
||||
@@ -193805,6 +193874,7 @@ self: {
|
||||
license = lib.licenses.bsd3;
|
||||
platforms = lib.platforms.linux;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
maintainers = [ lib.maintainers.thielema ];
|
||||
}) {};
|
||||
|
||||
"midi-music-box" = callPackage
|
||||
@@ -193827,6 +193897,7 @@ self: {
|
||||
description = "Convert MIDI file to music box punch tape";
|
||||
license = lib.licenses.bsd3;
|
||||
mainProgram = "midi-music-box";
|
||||
maintainers = [ lib.maintainers.thielema ];
|
||||
}) {};
|
||||
|
||||
"midi-simple" = callPackage
|
||||
@@ -198471,6 +198542,7 @@ self: {
|
||||
libraryHaskellDepends = [ base semigroups ];
|
||||
description = "Monoid counterparts to some ubiquitous monad transformers";
|
||||
license = lib.licenses.bsd3;
|
||||
maintainers = [ lib.maintainers.thielema ];
|
||||
}) {};
|
||||
|
||||
"monoidal-containers" = callPackage
|
||||
@@ -205144,6 +205216,7 @@ self: {
|
||||
];
|
||||
description = "Helper modules for CArray wrappers to BLAS and LAPACK";
|
||||
license = lib.licenses.bsd3;
|
||||
maintainers = [ lib.maintainers.thielema ];
|
||||
}) {};
|
||||
|
||||
"netlib-comfort-array" = callPackage
|
||||
@@ -205160,6 +205233,7 @@ self: {
|
||||
description = "Helper modules for comfort-array wrappers to BLAS and LAPACK";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
maintainers = [ lib.maintainers.thielema ];
|
||||
}) {};
|
||||
|
||||
"netlib-ffi" = callPackage
|
||||
@@ -205177,6 +205251,7 @@ self: {
|
||||
];
|
||||
description = "Helper modules for FFI to BLAS and LAPACK";
|
||||
license = lib.licenses.bsd3;
|
||||
maintainers = [ lib.maintainers.thielema ];
|
||||
}) {};
|
||||
|
||||
"netlines" = callPackage
|
||||
@@ -208493,6 +208568,7 @@ self: {
|
||||
];
|
||||
description = "List-like structures with static restrictions on the number of elements";
|
||||
license = lib.licenses.bsd3;
|
||||
maintainers = [ lib.maintainers.thielema ];
|
||||
}) {};
|
||||
|
||||
"non-empty-containers" = callPackage
|
||||
@@ -208558,6 +208634,7 @@ self: {
|
||||
testHaskellDepends = [ base QuickCheck semigroups utility-ht ];
|
||||
description = "Non-negative numbers";
|
||||
license = "GPL";
|
||||
maintainers = [ lib.maintainers.thielema ];
|
||||
}) {};
|
||||
|
||||
"nonce" = callPackage
|
||||
@@ -209869,6 +209946,7 @@ self: {
|
||||
];
|
||||
description = "An experimental alternative hierarchy of numeric type classes";
|
||||
license = lib.licenses.bsd3;
|
||||
maintainers = [ lib.maintainers.thielema ];
|
||||
}) {};
|
||||
|
||||
"numeric-qq" = callPackage
|
||||
@@ -209900,6 +209978,7 @@ self: {
|
||||
libraryHaskellDepends = [ array base prelude-compat ];
|
||||
description = "Math and quantum mechanics";
|
||||
license = "GPL";
|
||||
maintainers = [ lib.maintainers.thielema ];
|
||||
}) {};
|
||||
|
||||
"numeric-ranges" = callPackage
|
||||
@@ -219928,6 +220007,7 @@ self: {
|
||||
];
|
||||
description = "Type-safe replacement for System.FilePath etc";
|
||||
license = lib.licenses.bsd3;
|
||||
maintainers = [ lib.maintainers.thielema ];
|
||||
}) {};
|
||||
|
||||
"pathwalk" = callPackage
|
||||
@@ -229172,6 +229252,7 @@ self: {
|
||||
];
|
||||
description = "Run jobs on a limited number of threads and support data dependencies";
|
||||
license = lib.licenses.bsd3;
|
||||
maintainers = [ lib.maintainers.thielema ];
|
||||
}) {};
|
||||
|
||||
"pop3-client" = callPackage
|
||||
@@ -231894,6 +231975,7 @@ self: {
|
||||
libraryHaskellDepends = [ base ];
|
||||
description = "Provide Prelude and Data.List with fixed content across GHC versions";
|
||||
license = lib.licenses.bsd3;
|
||||
maintainers = [ lib.maintainers.thielema ];
|
||||
}) {};
|
||||
|
||||
"prelude-edsl" = callPackage
|
||||
@@ -233614,6 +233696,7 @@ self: {
|
||||
];
|
||||
description = "Probabilistic Functional Programming";
|
||||
license = lib.licenses.bsd3;
|
||||
maintainers = [ lib.maintainers.thielema ];
|
||||
}) {};
|
||||
|
||||
"probable" = callPackage
|
||||
@@ -239282,6 +239365,7 @@ self: {
|
||||
libraryHaskellDepends = [ base QuickCheck random transformers ];
|
||||
description = "A GenT monad transformer for QuickCheck library";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = [ lib.maintainers.thielema ];
|
||||
}) {};
|
||||
|
||||
"quickcheck-unicode" = callPackage
|
||||
@@ -242271,6 +242355,7 @@ self: {
|
||||
license = lib.licenses.bsd3;
|
||||
badPlatforms = lib.platforms.darwin;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
maintainers = [ lib.maintainers.thielema ];
|
||||
}) {};
|
||||
|
||||
"reactive-banana" = callPackage
|
||||
@@ -242494,6 +242579,7 @@ self: {
|
||||
description = "Process MIDI events via reactive-banana and JACK";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
maintainers = [ lib.maintainers.thielema ];
|
||||
}) {};
|
||||
|
||||
"reactive-midyim" = callPackage
|
||||
@@ -242516,6 +242602,7 @@ self: {
|
||||
description = "Process MIDI events via reactive-banana";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
maintainers = [ lib.maintainers.thielema ];
|
||||
}) {};
|
||||
|
||||
"reactive-thread" = callPackage
|
||||
@@ -248127,6 +248214,7 @@ self: {
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
mainProgram = "resistor-cube";
|
||||
maintainers = [ lib.maintainers.thielema ];
|
||||
}) {};
|
||||
|
||||
"resolv_0_1_1_2" = callPackage
|
||||
@@ -253945,6 +254033,7 @@ self: {
|
||||
libraryHaskellDepends = [ base QuickCheck storable-record ];
|
||||
description = "Handling of samples in an (audio) signal";
|
||||
license = lib.licenses.bsd3;
|
||||
maintainers = [ lib.maintainers.thielema ];
|
||||
}) {};
|
||||
|
||||
"sample-frame-np" = callPackage
|
||||
@@ -253956,6 +254045,7 @@ self: {
|
||||
libraryHaskellDepends = [ base numeric-prelude sample-frame ];
|
||||
description = "Orphan instances for types from sample-frame and numericprelude";
|
||||
license = lib.licenses.bsd3;
|
||||
maintainers = [ lib.maintainers.thielema ];
|
||||
}) {};
|
||||
|
||||
"sampling" = callPackage
|
||||
@@ -262483,6 +262573,7 @@ self: {
|
||||
];
|
||||
description = "Solve exact set cover problems like Sudoku, 8 Queens, Soma Cube, Tetris Cube";
|
||||
license = lib.licenses.bsd3;
|
||||
maintainers = [ lib.maintainers.thielema ];
|
||||
}) {};
|
||||
|
||||
"set-extra" = callPackage
|
||||
@@ -264109,6 +264200,7 @@ self: {
|
||||
libraryHaskellDepends = [ base ];
|
||||
description = "Utility functions for writing command-line programs";
|
||||
license = lib.licenses.bsd3;
|
||||
maintainers = [ lib.maintainers.thielema ];
|
||||
}) {};
|
||||
|
||||
"shellish" = callPackage
|
||||
@@ -271773,6 +271865,7 @@ self: {
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
mainProgram = "sound-collage";
|
||||
maintainers = [ lib.maintainers.thielema ];
|
||||
}) {};
|
||||
|
||||
"sounddelay" = callPackage
|
||||
@@ -271905,6 +271998,7 @@ self: {
|
||||
];
|
||||
description = "Play, write, read, convert audio signals using Sox";
|
||||
license = lib.licenses.gpl3Only;
|
||||
maintainers = [ lib.maintainers.thielema ];
|
||||
}) {};
|
||||
|
||||
"soxlib" = callPackage
|
||||
@@ -271926,6 +272020,7 @@ self: {
|
||||
description = "Write, read, convert audio signals using libsox";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
maintainers = [ lib.maintainers.thielema ];
|
||||
}) {inherit (pkgs) sox;};
|
||||
|
||||
"soyuz" = callPackage
|
||||
@@ -273168,6 +273263,7 @@ self: {
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
mainProgram = "split-record";
|
||||
maintainers = [ lib.maintainers.thielema ];
|
||||
}) {};
|
||||
|
||||
"split-tchan" = callPackage
|
||||
@@ -273361,6 +273457,7 @@ self: {
|
||||
];
|
||||
description = "Read and write spreadsheets from and to CSV files in a lazy way";
|
||||
license = lib.licenses.bsd3;
|
||||
maintainers = [ lib.maintainers.thielema ];
|
||||
}) {};
|
||||
|
||||
"sprinkles" = callPackage
|
||||
@@ -277007,6 +277104,7 @@ self: {
|
||||
libraryHaskellDepends = [ base stm ];
|
||||
description = "TMVars, TVars and TChans with distinguished input and output side";
|
||||
license = lib.licenses.bsd3;
|
||||
maintainers = [ lib.maintainers.thielema ];
|
||||
}) {};
|
||||
|
||||
"stm-stats" = callPackage
|
||||
@@ -277261,6 +277359,7 @@ self: {
|
||||
];
|
||||
description = "Elegant definition of Storable instances for records";
|
||||
license = lib.licenses.bsd3;
|
||||
maintainers = [ lib.maintainers.thielema ];
|
||||
}) {};
|
||||
|
||||
"storable-static-array" = callPackage
|
||||
@@ -277287,6 +277386,7 @@ self: {
|
||||
];
|
||||
description = "Storable instance for pairs and triples";
|
||||
license = lib.licenses.bsd3;
|
||||
maintainers = [ lib.maintainers.thielema ];
|
||||
}) {};
|
||||
|
||||
"storable-tuple_0_1" = callPackage
|
||||
@@ -277301,6 +277401,7 @@ self: {
|
||||
description = "Storable instance for pairs and triples";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
maintainers = [ lib.maintainers.thielema ];
|
||||
}) {};
|
||||
|
||||
"storablevector" = callPackage
|
||||
@@ -277327,6 +277428,7 @@ self: {
|
||||
description = "Fast, packed, strict storable arrays with a list interface like ByteString";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
maintainers = [ lib.maintainers.thielema ];
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
@@ -283624,6 +283726,7 @@ self: {
|
||||
license = lib.licenses.gpl3Only;
|
||||
badPlatforms = lib.platforms.darwin;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
maintainers = [ lib.maintainers.thielema ];
|
||||
}) {};
|
||||
|
||||
"synthesizer-core" = callPackage
|
||||
@@ -283659,6 +283762,7 @@ self: {
|
||||
description = "Audio signal processing coded in Haskell: Low level part";
|
||||
license = "GPL";
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
maintainers = [ lib.maintainers.thielema ];
|
||||
}) {};
|
||||
|
||||
"synthesizer-dimensional" = callPackage
|
||||
@@ -283682,6 +283786,7 @@ self: {
|
||||
description = "Audio signal processing with static physical dimensions";
|
||||
license = "GPL";
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
maintainers = [ lib.maintainers.thielema ];
|
||||
}) {};
|
||||
|
||||
"synthesizer-filter" = callPackage
|
||||
@@ -283778,6 +283883,7 @@ self: {
|
||||
description = "Render audio signals from MIDI files or realtime messages";
|
||||
license = "GPL";
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
maintainers = [ lib.maintainers.thielema ];
|
||||
}) {};
|
||||
|
||||
"sys-auth-smbclient" = callPackage
|
||||
@@ -284599,6 +284705,7 @@ self: {
|
||||
description = "alternative package for processing of tag soups";
|
||||
license = "GPL";
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
maintainers = [ lib.maintainers.thielema ];
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
@@ -290810,6 +290917,7 @@ self: {
|
||||
testHaskellDepends = [ base QuickCheck ];
|
||||
description = "Type-level integers, booleans, lists using type families";
|
||||
license = lib.licenses.bsd3;
|
||||
maintainers = [ lib.maintainers.thielema ];
|
||||
}) {};
|
||||
|
||||
"tfp-th" = callPackage
|
||||
@@ -302424,6 +302532,7 @@ self: {
|
||||
testHaskellDepends = [ base containers utility-ht ];
|
||||
description = "Construct and transform unicode characters";
|
||||
license = lib.licenses.bsd3;
|
||||
maintainers = [ lib.maintainers.thielema ];
|
||||
}) {};
|
||||
|
||||
"unicode-collation" = callPackage
|
||||
@@ -303217,6 +303326,7 @@ self: {
|
||||
];
|
||||
description = "Solve simple simultaneous equations";
|
||||
license = lib.licenses.bsd3;
|
||||
maintainers = [ lib.maintainers.thielema ];
|
||||
}) {};
|
||||
|
||||
"unique-logic-tf" = callPackage
|
||||
@@ -303237,6 +303347,7 @@ self: {
|
||||
];
|
||||
description = "Solve simple simultaneous equations";
|
||||
license = lib.licenses.bsd3;
|
||||
maintainers = [ lib.maintainers.thielema ];
|
||||
}) {};
|
||||
|
||||
"uniqueid" = callPackage
|
||||
@@ -304494,6 +304605,7 @@ self: {
|
||||
libraryHaskellDepends = [ base ];
|
||||
description = "Unified interface to unsafe functions";
|
||||
license = lib.licenses.bsd3;
|
||||
maintainers = [ lib.maintainers.thielema ];
|
||||
}) {};
|
||||
|
||||
"unsafe-promises" = callPackage
|
||||
@@ -305821,6 +305933,7 @@ self: {
|
||||
];
|
||||
description = "Various small helper functions for Lists, Maybes, Tuples, Functions";
|
||||
license = lib.licenses.bsd3;
|
||||
maintainers = [ lib.maintainers.thielema ];
|
||||
}) {};
|
||||
|
||||
"uu-cco" = callPackage
|
||||
@@ -316835,6 +316948,7 @@ self: {
|
||||
description = "Code for the dice chain problem";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
maintainers = [ lib.maintainers.thielema ];
|
||||
}) {};
|
||||
|
||||
"wumpus-basic" = callPackage
|
||||
@@ -318012,6 +318126,7 @@ self: {
|
||||
];
|
||||
description = "Basics for XML/HTML representation and processing";
|
||||
license = lib.licenses.bsd3;
|
||||
maintainers = [ lib.maintainers.thielema ];
|
||||
}) {};
|
||||
|
||||
"xml-catalog" = callPackage
|
||||
@@ -324191,6 +324306,7 @@ self: {
|
||||
description = "Upload video to YouTube via YouTube API";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
maintainers = [ lib.maintainers.thielema ];
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user