meta.description fixups
Mostly scripted substitutions with a couple of subjective enhancements.
This commit is contained in:
parent
6524f969e5
commit
bf7ad2d84f
@ -22,7 +22,7 @@ stdenv.mkDerivation
|
|||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://rudel.sourceforge.net/";
|
homepage = "http://rudel.sourceforge.net/";
|
||||||
description = "Rudel is a collaborative editing environment for GNU Emacs";
|
description = "A collaborative editing environment for GNU Emacs";
|
||||||
license = "GPL";
|
license = "GPL";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -79,7 +79,7 @@ in stdenv.mkDerivation rec {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Zed is a fully offline-capable, open source, keyboard-focused, text and code editor for power users";
|
description = "A fully offline-capable, open source, keyboard-focused, text and code editor for power users";
|
||||||
license = stdenv.lib.licenses.mit;
|
license = stdenv.lib.licenses.mit;
|
||||||
homepage = http://zedapp.org/;
|
homepage = http://zedapp.org/;
|
||||||
maintainers = [ stdenv.lib.maintainers.matejc ];
|
maintainers = [ stdenv.lib.maintainers.matejc ];
|
||||||
|
@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = http://www.krename.net;
|
homepage = http://www.krename.net;
|
||||||
description = "KRename is a powerful batch renamer for KDE";
|
description = "A powerful batch renamer for KDE";
|
||||||
inherit (kdelibs.meta) platforms;
|
inherit (kdelibs.meta) platforms;
|
||||||
maintainers = [ stdenv.lib.maintainers.urkud ];
|
maintainers = [ stdenv.lib.maintainers.urkud ];
|
||||||
};
|
};
|
||||||
|
@ -62,7 +62,7 @@ stdenv.mkDerivation rec {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Password Safe is a password database utility";
|
description = "A password database utility";
|
||||||
|
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
Password Safe is a password database utility. Like many other
|
Password Safe is a password database utility. Like many other
|
||||||
|
@ -11,7 +11,7 @@ stdenv.mkDerivation {
|
|||||||
buildInputs = [pkgconfig libParserUtils libwapcaplet];
|
buildInputs = [pkgconfig libParserUtils libwapcaplet];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "libCSS is a CSS parser and selection engine, written in C"; # used by netsurf
|
description = "A CSS parser and selection engine, written in C"; # used by netsurf
|
||||||
homepage = http://www.netsurf-browser.org/projects/libcss/;
|
homepage = http://www.netsurf-browser.org/projects/libcss/;
|
||||||
license = stdenv.lib.licenses.mit;
|
license = stdenv.lib.licenses.mit;
|
||||||
maintainers = [args.lib.maintainers.marcweber];
|
maintainers = [args.lib.maintainers.marcweber];
|
||||||
|
@ -11,7 +11,7 @@ stdenv.mkDerivation {
|
|||||||
buildInputs = [pkgconfig];
|
buildInputs = [pkgconfig];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "LibParserUtils is a library for building efficient parsers, written in C";
|
description = "A library for building efficient parsers, written in C";
|
||||||
homepage = http://www.netsurf-browser.org/projects/libparserutils/;
|
homepage = http://www.netsurf-browser.org/projects/libparserutils/;
|
||||||
license = stdenv.lib.licenses.mit;
|
license = stdenv.lib.licenses.mit;
|
||||||
maintainers = [args.lib.maintainers.marcweber];
|
maintainers = [args.lib.maintainers.marcweber];
|
||||||
|
@ -11,7 +11,7 @@ stdenv.mkDerivation {
|
|||||||
buildInputs = [];
|
buildInputs = [];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Libnsbmp is a decoding library for BMP and ICO image file formats"; # used by netsurf
|
description = "A decoding library for BMP and ICO image file formats"; # used by netsurf
|
||||||
homepage = http://www.netsurf-browser.org/projects/libnsbmp/;
|
homepage = http://www.netsurf-browser.org/projects/libnsbmp/;
|
||||||
license = stdenv.lib.licenses.mit;
|
license = stdenv.lib.licenses.mit;
|
||||||
maintainers = [args.lib.maintainers.marcweber];
|
maintainers = [args.lib.maintainers.marcweber];
|
||||||
|
@ -11,7 +11,7 @@ stdenv.mkDerivation {
|
|||||||
buildInputs = [];
|
buildInputs = [];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Libnsbmp is a decoding library for gif image file formats"; # used by netsurf
|
description = "A decoding library for gif image file formats"; # used by netsurf
|
||||||
homepage = http://www.netsurf-browser.org/projects/libnsgif/;
|
homepage = http://www.netsurf-browser.org/projects/libnsgif/;
|
||||||
license = stdenv.lib.licenses.mit;
|
license = stdenv.lib.licenses.mit;
|
||||||
maintainers = [args.lib.maintainers.marcweber];
|
maintainers = [args.lib.maintainers.marcweber];
|
||||||
|
@ -13,7 +13,7 @@ stdenv.mkDerivation {
|
|||||||
buildInputs = [];
|
buildInputs = [];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "LibWapcaplet is a string internment library, written in C";
|
description = "A string internment library, written in C";
|
||||||
homepage = http://www.netsurf-browser.org/projects/libwapcaplet/;
|
homepage = http://www.netsurf-browser.org/projects/libwapcaplet/;
|
||||||
license = stdenv.lib.licenses.mit;
|
license = stdenv.lib.licenses.mit;
|
||||||
maintainers = [args.lib.maintainers.marcweber];
|
maintainers = [args.lib.maintainers.marcweber];
|
||||||
|
@ -32,7 +32,16 @@ stdenv.mkDerivation rec {
|
|||||||
NIX_CFLAGS_COMPILE = "-I${ilmbase}/include/OpenEXR";
|
NIX_CFLAGS_COMPILE = "-I${ilmbase}/include/OpenEXR";
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Calligra Suite is a set of applications written to help you to accomplish your work. Calligra includes efficient and capable office components: Words for text processing, Sheets for computations, Stage for presentations, Plan for planning, Flow for flowcharts, Kexi for database creation, Krita for painting and raster drawing, and Karbon for vector graphics.";
|
description = "A suite of productivity applications";
|
||||||
|
longDescription = ''
|
||||||
|
Calligra Suite is a set of applications written to help
|
||||||
|
you to accomplish your work. Calligra includes efficient
|
||||||
|
and capable office components: Words for text processing,
|
||||||
|
Sheets for computations, Stage for presentations, Plan for
|
||||||
|
planning, Flow for flowcharts, Kexi for database creation,
|
||||||
|
Krita for painting and raster drawing, and Karbon for
|
||||||
|
vector graphics.
|
||||||
|
'';
|
||||||
homepage = http://calligra.org;
|
homepage = http://calligra.org;
|
||||||
maintainers = with stdenv.lib.maintainers; [ urkud phreedom ];
|
maintainers = with stdenv.lib.maintainers; [ urkud phreedom ];
|
||||||
inherit (kdelibs.meta) platforms;
|
inherit (kdelibs.meta) platforms;
|
||||||
|
@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Yices is a high-performance theorem prover and SMT solver";
|
description = "A high-performance theorem prover and SMT solver";
|
||||||
homepage = "http://yices.csl.sri.com";
|
homepage = "http://yices.csl.sri.com";
|
||||||
license = stdenv.lib.licenses.unfreeRedistributable;
|
license = stdenv.lib.licenses.unfreeRedistributable;
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = stdenv.lib.platforms.linux;
|
||||||
|
@ -25,7 +25,7 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://procode.org/stgit/";
|
homepage = "http://procode.org/stgit/";
|
||||||
description = "StGit is a patch manager implemented on top of Git";
|
description = "A patch manager implemented on top of Git";
|
||||||
license = "GPL";
|
license = "GPL";
|
||||||
|
|
||||||
maintainers = with stdenv.lib.maintainers; [ simons the-kenny ];
|
maintainers = with stdenv.lib.maintainers; [ simons the-kenny ];
|
||||||
|
@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "i3lock is a simple screen locker like slock";
|
description = "A simple screen locker like slock";
|
||||||
homepage = http://i3wm.org/i3lock/;
|
homepage = http://i3wm.org/i3lock/;
|
||||||
maintainers = with maintainers; [ garbas malyn ];
|
maintainers = with maintainers; [ garbas malyn ];
|
||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
|
@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
|
|||||||
installFlags = "PREFIX=\${out}";
|
installFlags = "PREFIX=\${out}";
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "i3 is a tiling window manager";
|
description = "A tiling window manager";
|
||||||
homepage = http://i3wm.org;
|
homepage = http://i3wm.org;
|
||||||
maintainers = [ stdenv.lib.maintainers.garbas ];
|
maintainers = [ stdenv.lib.maintainers.garbas ];
|
||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
|
@ -36,7 +36,7 @@ stdenv.mkDerivation rec {
|
|||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Zeal is a simple offline API documentation browser";
|
description = "A simple offline API documentation browser";
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
Zeal is a simple offline API documentation browser inspired by Dash (OS X
|
Zeal is a simple offline API documentation browser inspired by Dash (OS X
|
||||||
app), available for Linux and Windows.
|
app), available for Linux and Windows.
|
||||||
|
@ -23,7 +23,7 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = https://github.com/powerline/fonts;
|
homepage = https://github.com/powerline/fonts;
|
||||||
description = "Patched fonts for Powerline users.";
|
description = "Patched fonts for Powerline users";
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
Pre-patched and adjusted fonts for usage with the Powerline plugin.
|
Pre-patched and adjusted fonts for usage with the Powerline plugin.
|
||||||
'';
|
'';
|
||||||
|
@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Econnman is a user interface for the connman network connection manager";
|
description = "A user interface for the connman network connection manager";
|
||||||
homepage = http://enlightenment.org/;
|
homepage = http://enlightenment.org/;
|
||||||
maintainers = with stdenv.lib.maintainers; [ matejc tstrobel ];
|
maintainers = with stdenv.lib.maintainers; [ matejc tstrobel ];
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = stdenv.lib.platforms.linux;
|
||||||
|
@ -3,6 +3,6 @@ kde {
|
|||||||
buildInputs = [ kdelibs qt_gstreamer1 ];
|
buildInputs = [ kdelibs qt_gstreamer1 ];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Artikulate is a pronunciation learning program for KDE.";
|
description = "A pronunciation learning program for KDE";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -27,7 +27,7 @@ cabal.mkDerivation (self: {
|
|||||||
];
|
];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://elm-lang.org";
|
homepage = "http://elm-lang.org";
|
||||||
description = "Values to help with elm-package, elm-make, and elm-lang.org.";
|
description = "Values to help with elm-package, elm-make, and elm-lang.org";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
};
|
};
|
||||||
|
@ -122,7 +122,7 @@ in mkDerivation (rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
homepage = "https://github.com/ghcjs/ghcjs";
|
homepage = "https://github.com/ghcjs/ghcjs";
|
||||||
description = "GHCJS is a Haskell to JavaScript compiler that uses the GHC API";
|
description = "A Haskell to JavaScript compiler that uses the GHC API";
|
||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
platforms = ghc.meta.platforms;
|
platforms = ghc.meta.platforms;
|
||||||
maintainers = with stdenv.lib.maintainers; [ jwiegley cstrahan ];
|
maintainers = with stdenv.lib.maintainers; [ jwiegley cstrahan ];
|
||||||
|
@ -18,6 +18,6 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = http://code.google.com/webtoolkit/;
|
homepage = http://code.google.com/webtoolkit/;
|
||||||
description = "Google Web Toolkit (GWT) is a development toolkit for building and optimizing complex browser-based applications";
|
description = "A development toolkit for building and optimizing complex browser-based applications";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Scala is a general purpose programming language";
|
description = "A general purpose programming language";
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
Scala is a general purpose programming language designed to express
|
Scala is a general purpose programming language designed to express
|
||||||
common programming patterns in a concise, elegant, and type-safe way.
|
common programming patterns in a concise, elegant, and type-safe way.
|
||||||
|
@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Scala is a general purpose programming language";
|
description = "A general purpose programming language";
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
Scala is a general purpose programming language designed to express
|
Scala is a general purpose programming language designed to express
|
||||||
common programming patterns in a concise, elegant, and type-safe way.
|
common programming patterns in a concise, elegant, and type-safe way.
|
||||||
|
@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://www.dcc.fc.up.pt/~vsc/Yap/";
|
homepage = "http://www.dcc.fc.up.pt/~vsc/Yap/";
|
||||||
description = "Yap Prolog System is a ISO-compatible high-performance Prolog compiler";
|
description = "A ISO-compatible high-performance Prolog compiler";
|
||||||
license = stdenv.lib.licenses.artistic2;
|
license = stdenv.lib.licenses.artistic2;
|
||||||
|
|
||||||
maintainers = [ stdenv.lib.maintainers.simons ];
|
maintainers = [ stdenv.lib.maintainers.simons ];
|
||||||
|
@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = http://plv.csail.mit.edu/bedrock/;
|
homepage = http://plv.csail.mit.edu/bedrock/;
|
||||||
description = "Bedrock is a library that turns Coq into a tool much like classical verification systems";
|
description = "A library that turns Coq into a tool much like classical verification systems";
|
||||||
maintainers = with maintainers; [ jwiegley ];
|
maintainers = with maintainers; [ jwiegley ];
|
||||||
platforms = coq.meta.platforms;
|
platforms = coq.meta.platforms;
|
||||||
};
|
};
|
||||||
|
@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = http://plv.csail.mit.edu/fiat/;
|
homepage = http://plv.csail.mit.edu/fiat/;
|
||||||
description = "Fiat is a library for the Coq proof assistant for synthesizing efficient correct-by-construction programs from declarative specifications";
|
description = "A library for the Coq proof assistant for synthesizing efficient correct-by-construction programs from declarative specifications";
|
||||||
maintainers = with maintainers; [ jwiegley ];
|
maintainers = with maintainers; [ jwiegley ];
|
||||||
platforms = coq.meta.platforms;
|
platforms = coq.meta.platforms;
|
||||||
};
|
};
|
||||||
|
@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = http://flocq.gforge.inria.fr/;
|
homepage = http://flocq.gforge.inria.fr/;
|
||||||
description = "Flocq (Floats for Coq) is a floating-point formalization for the Coq system";
|
description = "A floating-point formalization for the Coq system";
|
||||||
license = licenses.lgpl3;
|
license = licenses.lgpl3;
|
||||||
maintainers = with maintainers; [ jwiegley ];
|
maintainers = with maintainers; [ jwiegley ];
|
||||||
platforms = coq.meta.platforms;
|
platforms = coq.meta.platforms;
|
||||||
|
@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = http://plv.mpi-sws.org/paco/;
|
homepage = http://plv.mpi-sws.org/paco/;
|
||||||
description = "Paco is a Coq library implementing parameterized coinduction";
|
description = "A Coq library implementing parameterized coinduction";
|
||||||
maintainers = with maintainers; [ jwiegley ];
|
maintainers = with maintainers; [ jwiegley ];
|
||||||
platforms = coq.meta.platforms;
|
platforms = coq.meta.platforms;
|
||||||
};
|
};
|
||||||
|
@ -21,7 +21,7 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = http://www.chargueraud.org/softs/tlc/;
|
homepage = http://www.chargueraud.org/softs/tlc/;
|
||||||
description = "TLC is a general purpose Coq library that provides an alternative to Coq's standard library";
|
description = "A general purpose Coq library that provides an alternative to Coq's standard library";
|
||||||
maintainers = with maintainers; [ jwiegley ];
|
maintainers = with maintainers; [ jwiegley ];
|
||||||
platforms = coq.meta.platforms;
|
platforms = coq.meta.platforms;
|
||||||
};
|
};
|
||||||
|
@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = http://ynot.cs.harvard.edu/;
|
homepage = http://ynot.cs.harvard.edu/;
|
||||||
description = "Ynot is a library for writing and verifying imperative programs";
|
description = "A library for writing and verifying imperative programs";
|
||||||
maintainers = with maintainers; [ jwiegley ];
|
maintainers = with maintainers; [ jwiegley ];
|
||||||
platforms = coq.meta.platforms;
|
platforms = coq.meta.platforms;
|
||||||
};
|
};
|
||||||
|
@ -17,7 +17,7 @@ stdenv.mkDerivation {
|
|||||||
buildInputs = [ unzip cmake boost ];
|
buildInputs = [ unzip cmake boost ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Open Asset Import Library is a library to import various 3D model formats";
|
description = "A library to import various 3D model formats";
|
||||||
homepage = http://assimp.sourceforge.net/;
|
homepage = http://assimp.sourceforge.net/;
|
||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
maintainers = with maintainers; [ emery ];
|
maintainers = with maintainers; [ emery ];
|
||||||
|
@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
|
|||||||
postInstall = "ln -s . $out/include/fastcgi";
|
postInstall = "ln -s . $out/include/fastcgi";
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "FastCGI is a language independent, scalable, open extension to CG";
|
description = "A language independent, scalable, open extension to CG";
|
||||||
homepage = http://www.fastcgi.com/;
|
homepage = http://www.fastcgi.com/;
|
||||||
license = "FastCGI see LICENSE.TERMS";
|
license = "FastCGI see LICENSE.TERMS";
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
|
@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
branch = "1.6";
|
branch = "1.6";
|
||||||
description = "FOX is a C++ based class library for building Graphical User Interfaces";
|
description = "A C++ based class library for building Graphical User Interfaces";
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
FOX stands for Free Objects for X.
|
FOX stands for Free Objects for X.
|
||||||
It is a C++ based class library for building Graphical User Interfaces.
|
It is a C++ based class library for building Graphical User Interfaces.
|
||||||
|
@ -9,7 +9,7 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
buildInputs = [ xmlto docbook_xml_dtd_412 docbook_xsl libxml2 ];
|
buildInputs = [ xmlto docbook_xml_dtd_412 docbook_xsl libxml2 ];
|
||||||
meta = {
|
meta = {
|
||||||
description = "giflib is a library for reading and writing gif images";
|
description = "A library for reading and writing gif images";
|
||||||
platforms = stdenv.lib.platforms.unix;
|
platforms = stdenv.lib.platforms.unix;
|
||||||
license = stdenv.lib.licenses.mit;
|
license = stdenv.lib.licenses.mit;
|
||||||
maintainers = with stdenv.lib.maintainers; [ fuuzetsu ];
|
maintainers = with stdenv.lib.maintainers; [ fuuzetsu ];
|
||||||
|
@ -9,7 +9,7 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
buildInputs = [ xmlto docbook_xml_dtd_412 docbook_xsl libxml2 ];
|
buildInputs = [ xmlto docbook_xml_dtd_412 docbook_xsl libxml2 ];
|
||||||
meta = {
|
meta = {
|
||||||
description = "giflib is a library for reading and writing gif images";
|
description = "A library for reading and writing gif images";
|
||||||
platforms = stdenv.lib.platforms.unix;
|
platforms = stdenv.lib.platforms.unix;
|
||||||
license = stdenv.lib.licenses.mit;
|
license = stdenv.lib.licenses.mit;
|
||||||
maintainers = with stdenv.lib.maintainers; [ fuuzetsu ];
|
maintainers = with stdenv.lib.maintainers; [ fuuzetsu ];
|
||||||
|
@ -53,7 +53,7 @@ stdenv.mkDerivation rec {
|
|||||||
];
|
];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "LAME is a high quality MPEG Audio Layer III (MP3) encoder";
|
description = "A high quality MPEG Audio Layer III (MP3) encoder";
|
||||||
homepage = http://lame.sourceforge.net;
|
homepage = http://lame.sourceforge.net;
|
||||||
license = licenses.lgpl2;
|
license = licenses.lgpl2;
|
||||||
maintainers = with maintainers; [ codyopel ];
|
maintainers = with maintainers; [ codyopel ];
|
||||||
|
@ -21,6 +21,6 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://libtom.org/?page=features&newsitems=5&whatfile=crypt";
|
homepage = "http://libtom.org/?page=features&newsitems=5&whatfile=crypt";
|
||||||
description = "LibTomCrypt is a fairly comprehensive, modular and portable cryptographic toolkit";
|
description = "A fairly comprehensive, modular and portable cryptographic toolkit";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "NPAPI-SDK is a bundle of NPAPI headers by Mozilla";
|
description = "A bundle of NPAPI headers by Mozilla";
|
||||||
|
|
||||||
homepage = https://code.google.com/p/npapi-sdk/;
|
homepage = https://code.google.com/p/npapi-sdk/;
|
||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
|
@ -92,7 +92,7 @@ let
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "A toolkit for the simulation of the passage of particles through matter.";
|
description = "A toolkit for the simulation of the passage of particles through matter";
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
Geant4 is a toolkit for the simulation of the passage of particles through matter.
|
Geant4 is a toolkit for the simulation of the passage of particles through matter.
|
||||||
Its areas of application include high energy, nuclear and accelerator physics, as well as studies in medical and space science.
|
Its areas of application include high energy, nuclear and accelerator physics, as well as studies in medical and space science.
|
||||||
@ -129,7 +129,7 @@ let
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Data files for the Geant4 toolkit.";
|
description = "Data files for the Geant4 toolkit";
|
||||||
homepage = http://www.geant4.org;
|
homepage = http://www.geant4.org;
|
||||||
license = stdenv.lib.licenses.g4sl;
|
license = stdenv.lib.licenses.g4sl;
|
||||||
maintainers = [ ];
|
maintainers = [ ];
|
||||||
|
@ -45,7 +45,7 @@ let
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Python bindings and utilities for Geant4.";
|
description = "Python bindings and utilities for Geant4";
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
Geant4 is a toolkit for the simulation of the passage of particles through matter.
|
Geant4 is a toolkit for the simulation of the passage of particles through matter.
|
||||||
Its areas of application include high energy, nuclear and accelerator physics, as well as studies in medical and space science.
|
Its areas of application include high energy, nuclear and accelerator physics, as well as studies in medical and space science.
|
||||||
|
@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
|
|||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "This project is a QML port of qtermwidget";
|
description = "A QML port of qtermwidget";
|
||||||
homepage = "https://github.com/Swordifish90/qmltermwidget";
|
homepage = "https://github.com/Swordifish90/qmltermwidget";
|
||||||
license = with stdenv.lib.licenses; [ gpl2 ];
|
license = with stdenv.lib.licenses; [ gpl2 ];
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = stdenv.lib.platforms.linux;
|
||||||
|
@ -56,6 +56,6 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = http://www.cs.utah.edu/gdc/projects/urt/;
|
homepage = http://www.cs.utah.edu/gdc/projects/urt/;
|
||||||
description = "The Utah Raster Toolkit is a library for dealing with raster images";
|
description = "A library for dealing with raster images";
|
||||||
};
|
};
|
||||||
}
|
}
|
@ -98,7 +98,7 @@ let lispPackages = rec {
|
|||||||
clx-truetype = buildLispPackage rec {
|
clx-truetype = buildLispPackage rec {
|
||||||
baseName = "clx-truetype";
|
baseName = "clx-truetype";
|
||||||
version = "git-20141112";
|
version = "git-20141112";
|
||||||
description = "clx-truetype is pure common lisp solution for antialiased TrueType font rendering using CLX and XRender extension";
|
description = "A pure Common Lisp solution for antialiased TrueType font rendering using CLX and the XRender extension";
|
||||||
deps = [cl-fad cl-store cl-vectors clx trivial-features zpb-ttf];
|
deps = [cl-fad cl-store cl-vectors clx trivial-features zpb-ttf];
|
||||||
# Source type: git
|
# Source type: git
|
||||||
src = pkgs.fetchgit {
|
src = pkgs.fetchgit {
|
||||||
|
@ -29,7 +29,7 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = http://gmetadom.sourceforge.net/;
|
homepage = http://gmetadom.sourceforge.net/;
|
||||||
description = "GMetaDOM is a collection of librares, each library providing a DOM implementation";
|
description = "A collection of librares, each library providing a DOM implementation";
|
||||||
license = stdenv.lib.licenses.lgpl21Plus;
|
license = stdenv.lib.licenses.lgpl21Plus;
|
||||||
maintainers = [ stdenv.lib.maintainers.roconnor ];
|
maintainers = [ stdenv.lib.maintainers.roconnor ];
|
||||||
};
|
};
|
||||||
|
@ -17,7 +17,7 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://ocaml-text.forge.ocamlcore.org/";
|
homepage = "http://ocaml-text.forge.ocamlcore.org/";
|
||||||
description = "OCaml-Text is a library for dealing with ``text'', i.e. sequence of unicode characters, in a convenient way. ";
|
description = "A library for convenient text manipulation";
|
||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
platforms = ocaml.meta.platforms;
|
platforms = ocaml.meta.platforms;
|
||||||
};
|
};
|
||||||
|
@ -27,7 +27,7 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = http://www.cduce.org/download.html;
|
homepage = http://www.cduce.org/download.html;
|
||||||
description = "ulex is a lexer generator for Unicode and OCaml";
|
description = "A lexer generator for Unicode and OCaml";
|
||||||
license = stdenv.lib.licenses.mit;
|
license = stdenv.lib.licenses.mit;
|
||||||
maintainers = [ stdenv.lib.maintainers.roconnor ];
|
maintainers = [ stdenv.lib.maintainers.roconnor ];
|
||||||
};
|
};
|
||||||
|
@ -23,7 +23,7 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = http://www.cduce.org/download.html;
|
homepage = http://www.cduce.org/download.html;
|
||||||
description = "ulex is a lexer generator for Unicode and OCaml";
|
description = "A lexer generator for Unicode and OCaml";
|
||||||
license = stdenv.lib.licenses.mit;
|
license = stdenv.lib.licenses.mit;
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = stdenv.lib.platforms.linux;
|
||||||
maintainers = [ stdenv.lib.maintainers.roconnor ];
|
maintainers = [ stdenv.lib.maintainers.roconnor ];
|
||||||
|
@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = http://sourceforge.net/projects/checkbaskisms/;
|
homepage = http://sourceforge.net/projects/checkbaskisms/;
|
||||||
description = "Performs basic checks on shell scripts for the presence of non portable syntax";
|
description = "Check shell scripts for non-portable syntax";
|
||||||
license = stdenv.lib.licenses.gpl2;
|
license = stdenv.lib.licenses.gpl2;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -37,7 +37,7 @@ stdenv.mkDerivation {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "CamlIDL is a stub code generator and COM binding for Objective Caml";
|
description = "A stub code generator and COM binding for Objective Caml";
|
||||||
homepage = "${webpage}";
|
homepage = "${webpage}";
|
||||||
license = "LGPL";
|
license = "LGPL";
|
||||||
maintainers = [ stdenv.lib.maintainers.roconnor ];
|
maintainers = [ stdenv.lib.maintainers.roconnor ];
|
||||||
|
@ -15,13 +15,15 @@ stdenv.mkDerivation rec {
|
|||||||
installPhase = "scons prefix=$out install";
|
installPhase = "scons prefix=$out install";
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Hammer is a parsing library";
|
description = "A bit-oriented parser combinator library";
|
||||||
longDescription = "Hammer is a parsing library. Like many modern parsing libraries,
|
longDescription = ''
|
||||||
|
Hammer is a parsing library. Like many modern parsing libraries,
|
||||||
it provides a parser combinator interface for writing grammars
|
it provides a parser combinator interface for writing grammars
|
||||||
as inline domain-specific languages, but Hammer also provides a
|
as inline domain-specific languages, but Hammer also provides a
|
||||||
variety of parsing backends. It's also bit-oriented rather than
|
variety of parsing backends. It's also bit-oriented rather than
|
||||||
character-oriented, making it ideal for parsing binary data such
|
character-oriented, making it ideal for parsing binary data such
|
||||||
as images, network packets, audio, and executables.";
|
as images, network packets, audio, and executables.
|
||||||
|
'';
|
||||||
homepage = https://github.com/UpstandingHackers/hammer;
|
homepage = https://github.com/UpstandingHackers/hammer;
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
|
@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "SuperTuxKart is a Free 3D kart racing game";
|
description = "A Free 3D kart racing game";
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
SuperTuxKart is a Free 3D kart racing game, with many tracks,
|
SuperTuxKart is a Free 3D kart racing game, with many tracks,
|
||||||
characters and items for you to try, similar in spirit to Mario
|
characters and items for you to try, similar in spirit to Mario
|
||||||
|
@ -16,8 +16,8 @@ in stdenv.mkDerivation ({
|
|||||||
configurePhase = ''
|
configurePhase = ''
|
||||||
cmake ../${name} -DCMAKE_INSTALL_PREFIX=$out -DCMAKE_BUILD_TYPE=Release -DCMAKE_SKIP_RPATH=ON
|
cmake ../${name} -DCMAKE_INSTALL_PREFIX=$out -DCMAKE_BUILD_TYPE=Release -DCMAKE_SKIP_RPATH=ON
|
||||||
'';
|
'';
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
description = "A Software suite designed to emulate an optical drive and disc (including CD-ROMs and DVD-ROMs) on the Linux operating system";
|
description = "A suite of tools for emulating optical drives and discs";
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
CDEmu consists of:
|
CDEmu consists of:
|
||||||
|
|
||||||
@ -29,9 +29,9 @@ in stdenv.mkDerivation ({
|
|||||||
|
|
||||||
Optical media emulated by CDemu can be mounted within Linux. Automounting is also allowed.
|
Optical media emulated by CDemu can be mounted within Linux. Automounting is also allowed.
|
||||||
'';
|
'';
|
||||||
homepage = "http://cdemu.sourceforge.net/";
|
homepage = http://cdemu.sourceforge.net/;
|
||||||
license = stdenv.lib.licenses.gpl2Plus;
|
license = licenses.gpl2Plus;
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = [ "Rok Mandeljc <mrok AT users DOT sourceforge DOT net>" ];
|
maintainers = [ "Rok Mandeljc <mrok AT users DOT sourceforge DOT net>" ];
|
||||||
};
|
};
|
||||||
} // drvParams)
|
} // drvParams)
|
||||||
|
@ -36,7 +36,7 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = http://fusionio.com;
|
homepage = http://fusionio.com;
|
||||||
description = "Fusionio command line utilities.";
|
description = "Fusionio command line utilities";
|
||||||
license = licenses.unfree;
|
license = licenses.unfree;
|
||||||
platforms = [ "x86_64-linux" ];
|
platforms = [ "x86_64-linux" ];
|
||||||
broken = stdenv.system != "x86_64-linux";
|
broken = stdenv.system != "x86_64-linux";
|
||||||
|
@ -14,7 +14,7 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = https://github.com/cshorler/hal-flash;
|
homepage = https://github.com/cshorler/hal-flash;
|
||||||
description = "libhal stub library to satisfy the Flash Player DRM requirements.";
|
description = "libhal stub library to satisfy the Flash Player DRM requirements";
|
||||||
longDescription =
|
longDescription =
|
||||||
''
|
''
|
||||||
Stub library based loosely upon libhal.[ch] from the hal-0.5.14
|
Stub library based loosely upon libhal.[ch] from the hal-0.5.14
|
||||||
|
@ -54,8 +54,8 @@ stdenv.mkDerivation rec {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://exim.org/";
|
homepage = http://exim.org/;
|
||||||
description = "A mail transfer agent (MTA) for hosts that are running Unix or Unix-like operating systems";
|
description = "A mail transfer agent (MTA)";
|
||||||
license = stdenv.lib.licenses.gpl3;
|
license = stdenv.lib.licenses.gpl3;
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = stdenv.lib.platforms.linux;
|
||||||
maintainers = [ stdenv.lib.maintainers.tv ];
|
maintainers = [ stdenv.lib.maintainers.tv ];
|
||||||
|
@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
|
|||||||
preConfigure = "autoreconf -i";
|
preConfigure = "autoreconf -i";
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "BusyBee is a high-performance messaging layer.";
|
description = "A high-performance messaging layer";
|
||||||
homepage = https://github.com/rescrv/busybee;
|
homepage = https://github.com/rescrv/busybee;
|
||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
};
|
};
|
||||||
|
@ -50,7 +50,7 @@ stdenv.mkDerivation rec {
|
|||||||
preConfigure = "autoreconf -fi";
|
preConfigure = "autoreconf -fi";
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "HyperDex is a scalable, searchable key-value store";
|
description = "A scalable, searchable key-value store";
|
||||||
homepage = http://hyperdex.org;
|
homepage = http://hyperdex.org;
|
||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
};
|
};
|
||||||
|
@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
|
|||||||
preConfigure = "autoreconf -i";
|
preConfigure = "autoreconf -i";
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "A system for maintaining replicated state machines.";
|
description = "A system for maintaining replicated state machines";
|
||||||
homepage = https://github.com/rescrv/Replicant;
|
homepage = https://github.com/rescrv/Replicant;
|
||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
};
|
};
|
||||||
|
@ -34,7 +34,7 @@ composableDerivation.composableDerivation {} {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "MonetDB is a open-source database system for high-performance applications in data mining, OLAP, GIS, XML Query, text and multimedia retrieval";
|
description = "A open-source database system for high-performance applications in data mining, OLAP, GIS, XML Query, text and multimedia retrieval";
|
||||||
homepage = http://monetdb.cwi.nl/;
|
homepage = http://monetdb.cwi.nl/;
|
||||||
license = "MonetDB Public License"; # very similar to Mozilla public license (MPL) Version see 1.1 http://monetdb.cwi.nl/Legal/MonetDBLicense-1.1.html
|
license = "MonetDB Public License"; # very similar to Mozilla public license (MPL) Version see 1.1 http://monetdb.cwi.nl/Legal/MonetDBLicense-1.1.html
|
||||||
};
|
};
|
||||||
|
@ -100,7 +100,7 @@ stdenv.mkDerivation {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Storebackup is a backup suite that stores files on other disks";
|
description = "A backup suite that stores files on other disks";
|
||||||
homepage = http://savannah.nongnu.org/projects/storebackup;
|
homepage = http://savannah.nongnu.org/projects/storebackup;
|
||||||
license = stdenv.lib.licenses.gpl3Plus;
|
license = stdenv.lib.licenses.gpl3Plus;
|
||||||
maintainers = [stdenv.lib.maintainers.marcweber];
|
maintainers = [stdenv.lib.maintainers.marcweber];
|
||||||
|
@ -49,7 +49,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = http://help.yandex.com/disk/cli-clients.xml;
|
homepage = http://help.yandex.com/disk/cli-clients.xml;
|
||||||
description = "Yandex.Disk is a free cloud file storage service";
|
description = "A free cloud file storage service";
|
||||||
maintainers = with stdenv.lib.maintainers; [smironov];
|
maintainers = with stdenv.lib.maintainers; [smironov];
|
||||||
platforms = ["i686-linux" "x86_64-linux"];
|
platforms = ["i686-linux" "x86_64-linux"];
|
||||||
license = stdenv.lib.licenses.unfree;
|
license = stdenv.lib.licenses.unfree;
|
||||||
|
@ -29,7 +29,7 @@ in nodePackages.buildNodePackage rec {
|
|||||||
passthru.names = ["Airfield"];
|
passthru.names = ["Airfield"];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Airfield is a web-interface for hipache-proxy";
|
description = "A web-interface for hipache-proxy";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
homepage = https://github.com/emblica/airfield;
|
homepage = https://github.com/emblica/airfield;
|
||||||
maintainers = with maintainers; [offline];
|
maintainers = with maintainers; [offline];
|
||||||
|
@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
|
|||||||
buildInputs = [ ncurses ];
|
buildInputs = [ ncurses ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Bandwidth Monitor NG is a small and simple console-based live network and disk io bandwidth monitor";
|
description = "A small and simple console-based live network and disk io bandwidth monitor";
|
||||||
homepage = "http://www.gropp.org/?id=projects&sub=bwm-ng";
|
homepage = "http://www.gropp.org/?id=projects&sub=bwm-ng";
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
|
@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = "http://aide.sourceforge.net/";
|
homepage = "http://aide.sourceforge.net/";
|
||||||
description = "Advanced Intrusion Detection Environment (AIDE) is a file and directory integrity checker";
|
description = "A file and directory integrity checker";
|
||||||
license = licenses.free;
|
license = licenses.free;
|
||||||
maintainers = [ maintainers.tstrobel ];
|
maintainers = [ maintainers.tstrobel ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
|
@ -21,7 +21,7 @@ stdenv.mkDerivation {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "A command line utility, written in C++, that converts HTML documents into plain text";
|
description = "Convert HTML to plain text";
|
||||||
homepage = http://www.mbayer.de/html2text/;
|
homepage = http://www.mbayer.de/html2text/;
|
||||||
license = stdenv.lib.licenses.gpl2Plus;
|
license = stdenv.lib.licenses.gpl2Plus;
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = stdenv.lib.platforms.linux;
|
||||||
|
@ -533,7 +533,7 @@ let
|
|||||||
};
|
};
|
||||||
|
|
||||||
meta = with pkgs.stdenv.lib; {
|
meta = with pkgs.stdenv.lib; {
|
||||||
description = "Advanced Python Scheduler (APScheduler) is a Python library that lets you schedule your Python code to be executed";
|
description = "A Python library that lets you schedule your Python code to be executed";
|
||||||
homepage = http://pypi.python.org/pypi/APScheduler/;
|
homepage = http://pypi.python.org/pypi/APScheduler/;
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
};
|
};
|
||||||
@ -776,7 +776,7 @@ let
|
|||||||
buildInputs = [ pkgs.lzma ];
|
buildInputs = [ pkgs.lzma ];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
describe = "Backport of Python 3.3's 'lzma' module for XZ/LZMA compressed files.";
|
describe = "Backport of Python 3.3's 'lzma' module for XZ/LZMA compressed files";
|
||||||
homepage = https://github.com/peterjc/backports.lzma;
|
homepage = https://github.com/peterjc/backports.lzma;
|
||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
};
|
};
|
||||||
@ -914,7 +914,7 @@ let
|
|||||||
};
|
};
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "CalDAVCLientLibrary is a Python library and tool for CalDAV";
|
description = "A Python library and tool for CalDAV";
|
||||||
|
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
CalDAVCLientLibrary is a Python library and tool for CalDAV.
|
CalDAVCLientLibrary is a Python library and tool for CalDAV.
|
||||||
@ -1687,7 +1687,7 @@ let
|
|||||||
};
|
};
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "This module implements a very fast JSON encoder/decoder for Python.";
|
description = "A very fast JSON encoder/decoder for Python";
|
||||||
homepage = "http://ag-projects.com/";
|
homepage = "http://ag-projects.com/";
|
||||||
license = licenses.lgpl2;
|
license = licenses.lgpl2;
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
@ -2929,7 +2929,7 @@ let
|
|||||||
propagatedBuildInputs = with self; [ greenlet ];
|
propagatedBuildInputs = with self; [ greenlet ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Eventlib bindings for python.";
|
description = "Eventlib bindings for python";
|
||||||
homepage = "http://ag-projects.com/";
|
homepage = "http://ag-projects.com/";
|
||||||
license = licenses.lgpl2;
|
license = licenses.lgpl2;
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
@ -4684,7 +4684,7 @@ let
|
|||||||
buildInputs = with self; [ pkgs.git gevent geventhttpclient mock fastimport ];
|
buildInputs = with self; [ pkgs.git gevent geventhttpclient mock fastimport ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Simple Python implementation of the Git file formats and protocols.";
|
description = "Simple Python implementation of the Git file formats and protocols";
|
||||||
homepage = http://samba.org/~jelmer/dulwich/;
|
homepage = http://samba.org/~jelmer/dulwich/;
|
||||||
license = licenses.gpl2Plus;
|
license = licenses.gpl2Plus;
|
||||||
maintainers = [ maintainers.koral ];
|
maintainers = [ maintainers.koral ];
|
||||||
@ -4704,7 +4704,7 @@ let
|
|||||||
propagatedBuildInputs = with self; [ pkgs.mercurial dulwich ];
|
propagatedBuildInputs = with self; [ pkgs.mercurial dulwich ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Push and pull from a Git server using Mercurial.";
|
description = "Push and pull from a Git server using Mercurial";
|
||||||
homepage = http://hg-git.github.com/;
|
homepage = http://hg-git.github.com/;
|
||||||
maintainers = [ maintainers.koral ];
|
maintainers = [ maintainers.koral ];
|
||||||
};
|
};
|
||||||
@ -6526,7 +6526,7 @@ let
|
|||||||
#'';
|
#'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "python-magic is a python interface to the libmagic file type identification library";
|
description = "A python interface to the libmagic file type identification library";
|
||||||
homepage = https://github.com/ahupp/python-magic;
|
homepage = https://github.com/ahupp/python-magic;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
@ -9265,7 +9265,7 @@ let
|
|||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://launchpad.net/pygpgme";
|
homepage = "https://launchpad.net/pygpgme";
|
||||||
description = "A Python wrapper for the GPGME library.";
|
description = "A Python wrapper for the GPGME library";
|
||||||
license = licenses.lgpl21;
|
license = licenses.lgpl21;
|
||||||
maintainers = [ stdenv.lib.maintainers.garbas ];
|
maintainers = [ stdenv.lib.maintainers.garbas ];
|
||||||
};
|
};
|
||||||
@ -9417,7 +9417,7 @@ let
|
|||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "JSON Web Token implementation in Python";
|
description = "JSON Web Token implementation in Python";
|
||||||
longDescription = "A Python implementation of JSON Web Token draft 01.";
|
longDescription = "A Python implementation of JSON Web Token draft 01";
|
||||||
homepage = https://github.com/progrium/pyjwt;
|
homepage = https://github.com/progrium/pyjwt;
|
||||||
downloadPage = https://github.com/progrium/pyjwt/releases;
|
downloadPage = https://github.com/progrium/pyjwt/releases;
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
@ -9505,7 +9505,7 @@ let
|
|||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = http://pyparsing.wikispaces.com/;
|
homepage = http://pyparsing.wikispaces.com/;
|
||||||
description = "The pyparsing module is an alternative approach to creating and executing simple grammars, vs. the traditional lex/yacc approach, or the use of regular expressions.";
|
description = "An alternative approach to creating and executing simple grammars, vs. the traditional lex/yacc approach, or the use of regular expressions";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -11079,7 +11079,7 @@ let
|
|||||||
};
|
};
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "simplejson is a simple, fast, extensible JSON encoder/decoder for Python";
|
description = "A simple, fast, extensible JSON encoder/decoder for Python";
|
||||||
|
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
simplejson is compatible with Python 2.4 and later with no
|
simplejson is compatible with Python 2.4 and later with no
|
||||||
@ -14350,7 +14350,7 @@ let
|
|||||||
LD_LIBRARY_PATH = "${pkgs.cairo}/lib";
|
LD_LIBRARY_PATH = "${pkgs.cairo}/lib";
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Graphite-web, without the interface. Just the rendering HTTP API.";
|
description = "Graphite-web, without the interface. Just the rendering HTTP API";
|
||||||
homepage = https://github.com/brutasse/graphite-api;
|
homepage = https://github.com/brutasse/graphite-api;
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
};
|
};
|
||||||
@ -14603,7 +14603,7 @@ let
|
|||||||
buildInputs = with self; [ requests gevent ];
|
buildInputs = with self; [ requests gevent ];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "GRequests allows you to use Requests with Gevent to make asynchronous HTTP Requests easily.";
|
description = "Asynchronous HTTP requests";
|
||||||
homepage = https://github.com/kennethreitz/grequests;
|
homepage = https://github.com/kennethreitz/grequests;
|
||||||
license = "bsd";
|
license = "bsd";
|
||||||
maintainers = [ stdenv.lib.maintainers.matejc ];
|
maintainers = [ stdenv.lib.maintainers.matejc ];
|
||||||
@ -14714,7 +14714,7 @@ let
|
|||||||
'';
|
'';
|
||||||
buildInputs = with self; [ pkgs.pkgconfig pkgs.e19.efl pkgs.e19.elementary ];
|
buildInputs = with self; [ pkgs.pkgconfig pkgs.e19.efl pkgs.e19.elementary ];
|
||||||
meta = {
|
meta = {
|
||||||
description = "Python bindings for EFL and Elementary.";
|
description = "Python bindings for EFL and Elementary";
|
||||||
homepage = http://enlightenment.org/;
|
homepage = http://enlightenment.org/;
|
||||||
maintainers = [ stdenv.lib.maintainers.matejc stdenv.lib.maintainers.tstrobel ];
|
maintainers = [ stdenv.lib.maintainers.matejc stdenv.lib.maintainers.tstrobel ];
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = stdenv.lib.platforms.linux;
|
||||||
@ -14995,7 +14995,7 @@ let
|
|||||||
};
|
};
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Thumbor is a smart imaging service. It enables on-demand crop, resizing and flipping of images.";
|
description = "A smart imaging service";
|
||||||
homepage = https://github.com/globocom/thumbor/wiki;
|
homepage = https://github.com/globocom/thumbor/wiki;
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
};
|
};
|
||||||
@ -15144,7 +15144,7 @@ let
|
|||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://github.com/erikrose/parsimonious";
|
homepage = "https://github.com/erikrose/parsimonious";
|
||||||
description = "Fast arbitrary-lookahead packrat parser written in pure Python.";
|
description = "Fast arbitrary-lookahead packrat parser written in pure Python";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
@ -15162,7 +15162,7 @@ let
|
|||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://networkx.github.io/";
|
homepage = "https://networkx.github.io/";
|
||||||
description = "Library for the creation, manipulation, and study of the structure, dynamics, and functions of complex networks.";
|
description = "Library for the creation, manipulation, and study of the structure, dynamics, and functions of complex networks";
|
||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user