treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -15,7 +15,7 @@ build-idris-package {
|
||||
|
||||
meta = {
|
||||
description = "Primitive flat arrays containing Idris values";
|
||||
homepage = https://github.com/idris-hackers/idris-array;
|
||||
homepage = "https://github.com/idris-hackers/idris-array";
|
||||
license = lib.licenses.bsd3;
|
||||
maintainers = [ lib.maintainers.brainrape ];
|
||||
};
|
||||
|
||||
@@ -20,7 +20,7 @@ build-idris-package {
|
||||
|
||||
meta = {
|
||||
description = "Idris Binary Integer Arithmetic, porting PArith, NArith, and ZArith from Coq";
|
||||
homepage = https://github.com/sbp/idris-bi;
|
||||
homepage = "https://github.com/sbp/idris-bi";
|
||||
license = lib.licenses.bsd3;
|
||||
maintainers = [ lib.maintainers.brainrape ];
|
||||
};
|
||||
|
||||
@@ -15,7 +15,7 @@ build-idris-package {
|
||||
|
||||
meta = {
|
||||
description = "A small bifunctor library for idris";
|
||||
homepage = https://github.com/japesinator/Idris-Bifunctors;
|
||||
homepage = "https://github.com/japesinator/Idris-Bifunctors";
|
||||
maintainers = [ lib.maintainers.brainrape ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -15,7 +15,7 @@ build-idris-package {
|
||||
|
||||
meta = {
|
||||
description = "FFI-based byte buffers for Idris";
|
||||
homepage = https://github.com/ziman/idris-bytes;
|
||||
homepage = "https://github.com/ziman/idris-bytes";
|
||||
maintainers = [ lib.maintainers.brainrape ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -17,7 +17,7 @@ build-idris-package {
|
||||
|
||||
meta = {
|
||||
description = "Idris FFI binding for html5 canvas 2d api";
|
||||
homepage = https://github.com/JinWuZhao/idriscanvas;
|
||||
homepage = "https://github.com/JinWuZhao/idriscanvas";
|
||||
maintainers = [ lib.maintainers.brainrape ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -15,7 +15,7 @@ build-idris-package {
|
||||
|
||||
meta = {
|
||||
description = "Category Theory";
|
||||
homepage = https://github.com/danilkolikov/categories;
|
||||
homepage = "https://github.com/danilkolikov/categories";
|
||||
maintainers = [ lib.maintainers.brainrape ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -17,7 +17,7 @@ build-idris-package {
|
||||
|
||||
meta = {
|
||||
description = "Some Idris libraries including nodejs bindings and ISO8601 Date and Time";
|
||||
homepage = https://github.com/ostera/idris-coda;
|
||||
homepage = "https://github.com/ostera/idris-coda";
|
||||
license = lib.licenses.bsd3;
|
||||
maintainers = [ lib.maintainers.brainrape ];
|
||||
};
|
||||
|
||||
@@ -15,7 +15,7 @@ build-idris-package {
|
||||
|
||||
meta = {
|
||||
description = "Comonads for Idris";
|
||||
homepage = https://github.com/vmchale/comonad;
|
||||
homepage = "https://github.com/vmchale/comonad";
|
||||
license = lib.licenses.bsd3;
|
||||
maintainers = [ lib.maintainers.brainrape ];
|
||||
};
|
||||
|
||||
@@ -18,7 +18,7 @@ build-idris-package {
|
||||
|
||||
meta = {
|
||||
description = "Composition extras for Idris";
|
||||
homepage = https://github.com/vmchale/composition;
|
||||
homepage = "https://github.com/vmchale/composition";
|
||||
license = lib.licenses.bsd3;
|
||||
maintainers = [ lib.maintainers.brainrape ];
|
||||
};
|
||||
|
||||
@@ -21,7 +21,7 @@ build-idris-package {
|
||||
|
||||
meta = {
|
||||
description = "Parsers for various configuration files written in Idris.";
|
||||
homepage = https://github.com/benclifford/idris-config;
|
||||
homepage = "https://github.com/benclifford/idris-config";
|
||||
license = lib.licenses.bsd3;
|
||||
maintainers = [ lib.maintainers.brainrape ];
|
||||
};
|
||||
|
||||
@@ -20,7 +20,7 @@ build-idris-package {
|
||||
|
||||
meta = {
|
||||
description = "An Idris library to interact with the browser console";
|
||||
homepage = https://github.com/pierrebeaucamp/idris-console;
|
||||
homepage = "https://github.com/pierrebeaucamp/idris-console";
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = [ lib.maintainers.brainrape ];
|
||||
};
|
||||
|
||||
@@ -19,7 +19,7 @@ build-idris-package {
|
||||
|
||||
meta = {
|
||||
description = "Various data structures for use in the Idris Language.";
|
||||
homepage = https://github.com/jfdm/idris-containers;
|
||||
homepage = "https://github.com/jfdm/idris-containers";
|
||||
license = lib.licenses.bsd3;
|
||||
maintainers = [ lib.maintainers.brainrape ];
|
||||
};
|
||||
|
||||
@@ -15,7 +15,7 @@ build-idris-package {
|
||||
|
||||
meta = {
|
||||
description = "An implementation of the Lambda Cube in Idris";
|
||||
homepage = https://github.com/aatxe/cube.idr;
|
||||
homepage = "https://github.com/aatxe/cube.idr";
|
||||
license = lib.licenses.agpl3;
|
||||
maintainers = [ lib.maintainers.brainrape ];
|
||||
};
|
||||
|
||||
@@ -18,7 +18,7 @@ build-idris-package {
|
||||
|
||||
meta = {
|
||||
description = "Functional data structures in Idris";
|
||||
homepage = https://github.com/jdevuyst/idris-data;
|
||||
homepage = "https://github.com/jdevuyst/idris-data";
|
||||
license = lib.licenses.bsd3;
|
||||
maintainers = [ lib.maintainers.brainrape ];
|
||||
};
|
||||
|
||||
@@ -19,7 +19,7 @@ build-idris-package {
|
||||
|
||||
meta = {
|
||||
description = "Type class deriving with elaboration reflection";
|
||||
homepage = https://github.com/davlum/derive-all-the-instances;
|
||||
homepage = "https://github.com/davlum/derive-all-the-instances";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = [ lib.maintainers.brainrape ];
|
||||
};
|
||||
|
||||
@@ -18,7 +18,7 @@ build-idris-package {
|
||||
|
||||
meta = {
|
||||
description = "Descriptions, levitation, and reflecting the elaborator";
|
||||
homepage = https://github.com/ahmadsalim/desc-n-crunch;
|
||||
homepage = "https://github.com/ahmadsalim/desc-n-crunch";
|
||||
license = lib.licenses.gpl3;
|
||||
maintainers = [ lib.maintainers.brainrape ];
|
||||
broken = true;
|
||||
|
||||
@@ -22,7 +22,7 @@ build-idris-package {
|
||||
|
||||
meta = {
|
||||
description = "Dict k v in Idris";
|
||||
homepage = https://github.com/be5invis/idris-dict;
|
||||
homepage = "https://github.com/be5invis/idris-dict";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = [ lib.maintainers.brainrape ];
|
||||
};
|
||||
|
||||
@@ -20,7 +20,7 @@ build-idris-package {
|
||||
|
||||
meta = {
|
||||
description = "Idris library to interact with the DOM";
|
||||
homepage = https://github.com/pierrebeaucamp/idris-dom;
|
||||
homepage = "https://github.com/pierrebeaucamp/idris-dom";
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = [ lib.maintainers.brainrape ];
|
||||
};
|
||||
|
||||
@@ -20,7 +20,7 @@ build-idris-package {
|
||||
|
||||
meta = {
|
||||
description = "Electron bindings for Idris";
|
||||
homepage = https://github.com/jheiling/idris-electron;
|
||||
homepage = "https://github.com/jheiling/idris-electron";
|
||||
license = lib.licenses.unlicense;
|
||||
maintainers = [ lib.maintainers.brainrape ];
|
||||
};
|
||||
|
||||
@@ -25,7 +25,7 @@ build-idris-package {
|
||||
|
||||
meta = {
|
||||
description = "Infix pipe operators and some Nat, Float, String conversions";
|
||||
homepage = https://github.com/Heather/Control.Eternal.Idris;
|
||||
homepage = "https://github.com/Heather/Control.Eternal.Idris";
|
||||
license = lib.licenses.bsd3;
|
||||
maintainers = [ lib.maintainers.brainrape ];
|
||||
};
|
||||
|
||||
@@ -18,7 +18,7 @@ build-idris-package {
|
||||
|
||||
meta = {
|
||||
description = "Arrowized FRP library for Idris with static safety guarantees";
|
||||
homepage = https://github.com/lambda-11235/FarRP;
|
||||
homepage = "https://github.com/lambda-11235/FarRP";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = [ lib.maintainers.brainrape ];
|
||||
};
|
||||
|
||||
@@ -17,7 +17,7 @@ build-idris-package {
|
||||
|
||||
meta = {
|
||||
description = "Free Monads and useful constructions to work with them";
|
||||
homepage = https://github.com/idris-hackers/idris-free;
|
||||
homepage = "https://github.com/idris-hackers/idris-free";
|
||||
license = lib.licenses.bsd2;
|
||||
maintainers = [ lib.maintainers.brainrape ];
|
||||
};
|
||||
|
||||
@@ -15,7 +15,7 @@ build-idris-package {
|
||||
|
||||
meta = {
|
||||
description = "Comonads for Idris";
|
||||
homepage = https://github.com/ctford/flying-spaghetti-monster;
|
||||
homepage = "https://github.com/ctford/flying-spaghetti-monster";
|
||||
license = lib.licenses.bsd3;
|
||||
maintainers = [ lib.maintainers.brainrape ];
|
||||
};
|
||||
|
||||
@@ -27,7 +27,7 @@ build-idris-package {
|
||||
|
||||
meta = {
|
||||
description = "GLFW bindings for Idris";
|
||||
homepage = https://github.com/eckart/glfw-idris;
|
||||
homepage = "https://github.com/eckart/glfw-idris";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = [ lib.maintainers.brainrape ];
|
||||
};
|
||||
|
||||
@@ -22,7 +22,7 @@ build-idris-package {
|
||||
|
||||
meta = {
|
||||
description = "Parser and library for graphviz dot files";
|
||||
homepage = https://gitlab.com/mgttlinger/idris-graphviz;
|
||||
homepage = "https://gitlab.com/mgttlinger/idris-graphviz";
|
||||
license = lib.licenses.gpl3;
|
||||
maintainers = [ lib.maintainers.brainrape ];
|
||||
};
|
||||
|
||||
@@ -19,7 +19,7 @@ build-idris-package {
|
||||
|
||||
meta = {
|
||||
description = "Idris Hash Array Mapped Trie";
|
||||
homepage = https://github.com/bamboo/idris-hamt;
|
||||
homepage = "https://github.com/bamboo/idris-hamt";
|
||||
license = lib.licenses.bsd3;
|
||||
maintainers = [ lib.maintainers.brainrape ];
|
||||
};
|
||||
|
||||
@@ -15,7 +15,7 @@ build-idris-package {
|
||||
|
||||
meta = {
|
||||
description = "a theorem prover for intuitionistic propositional logic in Idris, with metaprogramming features";
|
||||
homepage = https://github.com/joom/hezarfen;
|
||||
homepage = "https://github.com/joom/hezarfen";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = [ lib.maintainers.brainrape ];
|
||||
};
|
||||
|
||||
@@ -19,7 +19,7 @@ build-idris-package {
|
||||
|
||||
meta = {
|
||||
description = "Idris library for high resolution time";
|
||||
homepage = https://github.com/pierrebeaucamp/idris-hrtime;
|
||||
homepage = "https://github.com/pierrebeaucamp/idris-hrtime";
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = [ lib.maintainers.brainrape ];
|
||||
};
|
||||
|
||||
@@ -24,7 +24,7 @@ build-idris-package {
|
||||
|
||||
meta = {
|
||||
description = "Idris library to interact with HTML";
|
||||
homepage = https://github.com/pierrebeaucamp/idris-html;
|
||||
homepage = "https://github.com/pierrebeaucamp/idris-html";
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = [ lib.maintainers.brainrape ];
|
||||
};
|
||||
|
||||
@@ -20,7 +20,7 @@ build-idris-package {
|
||||
|
||||
meta = {
|
||||
description = "An HTTP library for idris";
|
||||
homepage = https://github.com/uwap/idris-http;
|
||||
homepage = "https://github.com/uwap/idris-http";
|
||||
license = lib.licenses.bsd2;
|
||||
maintainers = [ lib.maintainers.brainrape ];
|
||||
};
|
||||
|
||||
@@ -18,7 +18,7 @@ build-idris-package {
|
||||
|
||||
meta = {
|
||||
description = "An experimental HTTP framework for Idris";
|
||||
homepage = https://github.com/A1kmm/http4idris;
|
||||
homepage = "https://github.com/A1kmm/http4idris";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = [ lib.maintainers.brainrape ];
|
||||
};
|
||||
|
||||
@@ -18,7 +18,7 @@ build-idris-package {
|
||||
|
||||
meta = {
|
||||
description = "Recursion scheme library for Idris";
|
||||
homepage = https://github.com/sellout/Iaia;
|
||||
homepage = "https://github.com/sellout/Iaia";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = [ lib.maintainers.brainrape ];
|
||||
};
|
||||
|
||||
@@ -20,7 +20,7 @@ build-idris-package {
|
||||
|
||||
meta = {
|
||||
description = "Semantic highlighter for Idris code";
|
||||
homepage = https://github.com/david-christiansen/idris-code-highlighter;
|
||||
homepage = "https://github.com/david-christiansen/idris-code-highlighter";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = [ lib.maintainers.brainrape ];
|
||||
};
|
||||
|
||||
@@ -15,7 +15,7 @@ build-idris-package {
|
||||
|
||||
meta = {
|
||||
description = "FFI Bindings to interact with the unsafe world of JavaScript";
|
||||
homepage = https://github.com/idris-hackers/IdrisScript;
|
||||
homepage = "https://github.com/idris-hackers/IdrisScript";
|
||||
license = lib.licenses.bsd2;
|
||||
maintainers = [ lib.maintainers.brainrape ];
|
||||
};
|
||||
|
||||
@@ -20,7 +20,7 @@ build-idris-package {
|
||||
|
||||
meta = {
|
||||
description = "Parser for Idris iPkg files written in Idris using Lightyear";
|
||||
homepage = https://github.com/emptyflash/idris-ipkg-parser;
|
||||
homepage = "https://github.com/emptyflash/idris-ipkg-parser";
|
||||
maintainers = [ lib.maintainers.brainrape ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -18,7 +18,7 @@ build-idris-package {
|
||||
|
||||
meta = {
|
||||
description = "Some useful functions for Idris";
|
||||
homepage = https://github.com/jheiling/idris-extras;
|
||||
homepage = "https://github.com/jheiling/idris-extras";
|
||||
license = lib.licenses.unlicense;
|
||||
maintainers = [ lib.maintainers.brainrape ];
|
||||
};
|
||||
|
||||
@@ -20,7 +20,7 @@ build-idris-package {
|
||||
|
||||
meta = {
|
||||
description = "Js library for Idris";
|
||||
homepage = https://github.com/jheiling/idris-js;
|
||||
homepage = "https://github.com/jheiling/idris-js";
|
||||
license = lib.licenses.unlicense;
|
||||
maintainers = [ lib.maintainers.brainrape ];
|
||||
};
|
||||
|
||||
@@ -19,7 +19,7 @@ build-idris-package {
|
||||
|
||||
meta = {
|
||||
description = "Js libraries for idris";
|
||||
homepage = https://github.com/rbarreiro/idrisjs;
|
||||
homepage = "https://github.com/rbarreiro/idrisjs";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = [ lib.maintainers.brainrape ];
|
||||
};
|
||||
|
||||
@@ -18,7 +18,7 @@ build-idris-package {
|
||||
|
||||
meta = {
|
||||
description = "van Laarhoven lenses for Idris";
|
||||
homepage = https://github.com/HuwCampbell/idris-lens;
|
||||
homepage = "https://github.com/HuwCampbell/idris-lens";
|
||||
license = lib.licenses.bsd3;
|
||||
maintainers = [ lib.maintainers.brainrape ];
|
||||
};
|
||||
|
||||
@@ -18,7 +18,7 @@ build-idris-package {
|
||||
|
||||
meta = {
|
||||
description = "Parser combinators for Idris";
|
||||
homepage = https://github.com/ziman/lightyear;
|
||||
homepage = "https://github.com/ziman/lightyear";
|
||||
license = lib.licenses.bsd2;
|
||||
maintainers = with lib.maintainers; [ siddharthist brainrape ];
|
||||
};
|
||||
|
||||
@@ -21,7 +21,7 @@ build-idris-package {
|
||||
|
||||
meta = {
|
||||
description = "Propositional logic tools, inspired by the Coq standard library";
|
||||
homepage = https://github.com/yurrriq/idris-logic;
|
||||
homepage = "https://github.com/yurrriq/idris-logic";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = [ lib.maintainers.brainrape ];
|
||||
};
|
||||
|
||||
@@ -15,7 +15,7 @@ build-idris-package {
|
||||
|
||||
meta = {
|
||||
description = "Idris mapping library";
|
||||
homepage = https://github.com/zaoqi/Mapping.idr;
|
||||
homepage = "https://github.com/zaoqi/Mapping.idr";
|
||||
license = lib.licenses.agpl3;
|
||||
maintainers = [ lib.maintainers.brainrape ];
|
||||
};
|
||||
|
||||
@@ -23,7 +23,7 @@ build-idris-package {
|
||||
|
||||
meta = {
|
||||
description = "A binding of the GNU libmicrohttpd library to the Idris C backend";
|
||||
homepage = https://github.com/colin-adams/idris-libmicrohttpd;
|
||||
homepage = "https://github.com/colin-adams/idris-libmicrohttpd";
|
||||
license = lib.licenses.lgpl21;
|
||||
maintainers = [ lib.maintainers.brainrape ];
|
||||
};
|
||||
|
||||
@@ -23,7 +23,7 @@ build-idris-package {
|
||||
|
||||
meta = {
|
||||
description = "Proof that Idris is pacman complete";
|
||||
homepage = https://github.com/jdublu10/pacman;
|
||||
homepage = "https://github.com/jdublu10/pacman";
|
||||
maintainers = [ lib.maintainers.brainrape ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -18,7 +18,7 @@ build-idris-package {
|
||||
|
||||
meta = {
|
||||
description = "Immutable map from integer keys to values based on patricia tree. Basically persistent array.";
|
||||
homepage = https://github.com/ChShersh/idris-patricia;
|
||||
homepage = "https://github.com/ChShersh/idris-patricia";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = [ lib.maintainers.brainrape ];
|
||||
};
|
||||
|
||||
@@ -15,7 +15,7 @@ build-idris-package {
|
||||
|
||||
meta = {
|
||||
description = "Type-safe way of working with permutations in Idris";
|
||||
homepage = https://github.com/vmchale/permutations;
|
||||
homepage = "https://github.com/vmchale/permutations";
|
||||
license = lib.licenses.bsd3;
|
||||
maintainers = [ lib.maintainers.brainrape ];
|
||||
};
|
||||
|
||||
@@ -18,7 +18,7 @@ build-idris-package {
|
||||
|
||||
meta = {
|
||||
description = "Purely functional data structures in Idris";
|
||||
homepage = https://github.com/timjb/idris-pfds;
|
||||
homepage = "https://github.com/timjb/idris-pfds";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = [ lib.maintainers.brainrape ];
|
||||
};
|
||||
|
||||
@@ -15,7 +15,7 @@ build-idris-package {
|
||||
|
||||
meta = {
|
||||
description = "Composable and effectful production, transformation and consumption of streams of data";
|
||||
homepage = https://github.com/QuentinDuval/IdrisPipes;
|
||||
homepage = "https://github.com/QuentinDuval/IdrisPipes";
|
||||
license = lib.licenses.bsd3;
|
||||
maintainers = [ lib.maintainers.brainrape ];
|
||||
};
|
||||
|
||||
@@ -18,7 +18,7 @@ build-idris-package {
|
||||
|
||||
meta = {
|
||||
description = "System POSIX bindings for Idris.";
|
||||
homepage = https://github.com/idris-hackers/idris-posix;
|
||||
homepage = "https://github.com/idris-hackers/idris-posix";
|
||||
maintainers = [ lib.maintainers.brainrape ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -18,7 +18,7 @@ build-idris-package {
|
||||
|
||||
meta = {
|
||||
description = "A partial implementation of Protocol Buffers in Idris";
|
||||
homepage = https://github.com/artagnon/idris-protobuf;
|
||||
homepage = "https://github.com/artagnon/idris-protobuf";
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = [ lib.maintainers.brainrape ];
|
||||
};
|
||||
|
||||
@@ -15,7 +15,7 @@ build-idris-package {
|
||||
|
||||
meta = {
|
||||
description = "Type-safe physical computations and unit conversions in Idris";
|
||||
homepage = https://github.com/timjb/quantities;
|
||||
homepage = "https://github.com/timjb/quantities";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ imuli ];
|
||||
};
|
||||
|
||||
@@ -18,7 +18,7 @@ build-idris-package {
|
||||
|
||||
meta = {
|
||||
description = "An idris rational number type built from paths in the Stern Brocot tree";
|
||||
homepage = https://github.com/mcgordonite/idris-binary-rationals;
|
||||
homepage = "https://github.com/mcgordonite/idris-binary-rationals";
|
||||
maintainers = [ lib.maintainers.brainrape ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -22,7 +22,7 @@ build-idris-package {
|
||||
|
||||
meta = {
|
||||
description = "Recursion schemes for Idris";
|
||||
homepage = https://github.com/vmchale/recursion_schemes;
|
||||
homepage = "https://github.com/vmchale/recursion_schemes";
|
||||
license = lib.licenses.bsd3;
|
||||
maintainers = [ lib.maintainers.brainrape ];
|
||||
};
|
||||
|
||||
@@ -17,7 +17,7 @@ build-idris-package {
|
||||
|
||||
meta = {
|
||||
description = "Port of Scala/Haskell Refined library to Idris";
|
||||
homepage = https://github.com/janschultecom/idris-refined;
|
||||
homepage = "https://github.com/janschultecom/idris-refined";
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = [ lib.maintainers.brainrape ];
|
||||
};
|
||||
|
||||
@@ -22,7 +22,7 @@ build-idris-package {
|
||||
|
||||
meta = {
|
||||
description = "SDL-idris framework for Idris";
|
||||
homepage = https://github.com/edwinb/SDL-idris;
|
||||
homepage = "https://github.com/edwinb/SDL-idris";
|
||||
maintainers = [ lib.maintainers.brainrape ];
|
||||
# Can't find file sdlrun.o
|
||||
broken = true;
|
||||
|
||||
@@ -24,12 +24,12 @@ build-idris-package rec {
|
||||
owner = "steshaw";
|
||||
repo = "idris-sdl2";
|
||||
rev = version;
|
||||
sha256 = sha256:1jslnlzyw04dcvcd7xsdjqa7waxzkm5znddv76sv291jc94xhl4a;
|
||||
sha256 = "sha256:1jslnlzyw04dcvcd7xsdjqa7waxzkm5znddv76sv291jc94xhl4a";
|
||||
};
|
||||
|
||||
meta = {
|
||||
description = "SDL2 binding for Idris";
|
||||
homepage = https://github.com/steshaw/idris-sdl2;
|
||||
homepage = "https://github.com/steshaw/idris-sdl2";
|
||||
maintainers = with lib.maintainers; [
|
||||
brainrape
|
||||
steshaw
|
||||
|
||||
@@ -19,7 +19,7 @@ build-idris-package {
|
||||
|
||||
meta = {
|
||||
description = "Semidirect products in Idris";
|
||||
homepage = https://github.com/clayrat/idris-semidirect;
|
||||
homepage = "https://github.com/clayrat/idris-semidirect";
|
||||
maintainers = [ lib.maintainers.brainrape ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -18,7 +18,7 @@ build-idris-package {
|
||||
|
||||
meta = {
|
||||
description = "Idris proofs for extensional equalities";
|
||||
homepage = https://github.com/danilkolikov/setoids;
|
||||
homepage = "https://github.com/danilkolikov/setoids";
|
||||
maintainers = [ lib.maintainers.brainrape ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -18,7 +18,7 @@ build-idris-package {
|
||||
|
||||
meta = {
|
||||
description = "Well-typed symmetric-monoidal category of concurrent processes";
|
||||
homepage = https://github.com/jameshaydon/smproc;
|
||||
homepage = "https://github.com/jameshaydon/smproc";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = [ lib.maintainers.brainrape ];
|
||||
};
|
||||
|
||||
@@ -19,7 +19,7 @@ build-idris-package {
|
||||
|
||||
meta = {
|
||||
description = "Collection of Idris snippets";
|
||||
homepage = https://github.com/palladin/idris-snippets;
|
||||
homepage = "https://github.com/palladin/idris-snippets";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = [ lib.maintainers.brainrape ];
|
||||
};
|
||||
|
||||
@@ -18,7 +18,7 @@ build-idris-package {
|
||||
|
||||
meta = {
|
||||
description = "Code for Software Foundations in Idris";
|
||||
homepage = https://github.com/idris-hackers/software-foundations;
|
||||
homepage = "https://github.com/idris-hackers/software-foundations";
|
||||
maintainers = [ lib.maintainers.brainrape ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -21,7 +21,7 @@ build-idris-package {
|
||||
|
||||
meta = {
|
||||
description = "A testing library for Idris";
|
||||
homepage = https://github.com/pheymann/specdris;
|
||||
homepage = "https://github.com/pheymann/specdris";
|
||||
license = lib.licenses.mit;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -19,7 +19,7 @@ build-idris-package {
|
||||
|
||||
meta = {
|
||||
description = "A simple TAP producer and consumer/reporter for Idris";
|
||||
homepage = https://github.com/ostera/tap-idris;
|
||||
homepage = "https://github.com/ostera/tap-idris";
|
||||
license = lib.licenses.bsd3;
|
||||
maintainers = [ lib.maintainers.brainrape ];
|
||||
};
|
||||
|
||||
@@ -20,7 +20,7 @@ build-idris-package {
|
||||
|
||||
meta = {
|
||||
description = "Testing Utilities for Idris programs";
|
||||
homepage = https://github.com/jfdm/idris-testing;
|
||||
homepage = "https://github.com/jfdm/idris-testing";
|
||||
license = lib.licenses.bsd3;
|
||||
maintainers = [ lib.maintainers.brainrape ];
|
||||
};
|
||||
|
||||
@@ -20,7 +20,7 @@ build-idris-package {
|
||||
|
||||
meta = {
|
||||
description = "Idris parser and serializer/deserealizer for TL language";
|
||||
homepage = https://github.com/Termina1/tlhydra;
|
||||
homepage = "https://github.com/Termina1/tlhydra";
|
||||
maintainers = [ lib.maintainers.brainrape ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -19,7 +19,7 @@ build-idris-package {
|
||||
|
||||
meta = {
|
||||
description = "TOML parser for Idris";
|
||||
homepage = https://github.com/emptyflash/tomladris;
|
||||
homepage = "https://github.com/emptyflash/tomladris";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ siddharthist brainrape ];
|
||||
};
|
||||
|
||||
@@ -18,7 +18,7 @@ build-idris-package {
|
||||
|
||||
meta = {
|
||||
description = "Strongly Typed Paths for Idris";
|
||||
homepage = https://github.com/superfunc/tp;
|
||||
homepage = "https://github.com/superfunc/tp";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = [ lib.maintainers.brainrape ];
|
||||
};
|
||||
|
||||
@@ -20,7 +20,7 @@ build-idris-package {
|
||||
|
||||
meta = {
|
||||
description = "TParsec - Total Parser Combinators in Idris";
|
||||
homepage = https://github.com/gallais/idris-tparsec;
|
||||
homepage = "https://github.com/gallais/idris-tparsec";
|
||||
license = lib.licenses.gpl3;
|
||||
maintainers = [ lib.maintainers.brainrape ];
|
||||
};
|
||||
|
||||
@@ -15,7 +15,7 @@ build-idris-package {
|
||||
|
||||
meta = {
|
||||
description = "Composable algorithmic transformation";
|
||||
homepage = https://github.com/QuentinDuval/IdrisReducers;
|
||||
homepage = "https://github.com/QuentinDuval/IdrisReducers";
|
||||
license = lib.licenses.bsd3;
|
||||
maintainers = [ lib.maintainers.brainrape ];
|
||||
};
|
||||
|
||||
@@ -19,7 +19,7 @@ build-idris-package {
|
||||
|
||||
meta = {
|
||||
description = "Trees in Idris";
|
||||
homepage = https://github.com/clayrat/idris-trees;
|
||||
homepage = "https://github.com/clayrat/idris-trees";
|
||||
maintainers = [ lib.maintainers.brainrape ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -15,7 +15,7 @@ build-idris-package {
|
||||
|
||||
meta = {
|
||||
description = "UnionType in Idris";
|
||||
homepage = https://github.com/berewt/UnionType;
|
||||
homepage = "https://github.com/berewt/UnionType";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = [ lib.maintainers.brainrape ];
|
||||
};
|
||||
|
||||
@@ -17,7 +17,7 @@ build-idris-package {
|
||||
|
||||
meta = {
|
||||
description = "Virtual DOM in pure Idris";
|
||||
homepage = https://github.com/brandondyck/idris-vdom;
|
||||
homepage = "https://github.com/brandondyck/idris-vdom";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = [ lib.maintainers.brainrape ];
|
||||
};
|
||||
|
||||
@@ -18,7 +18,7 @@ build-idris-package {
|
||||
|
||||
meta = {
|
||||
description = "Abstract vector spaces in Idris";
|
||||
homepage = https://github.com/clayrat/idris-vecspace;
|
||||
homepage = "https://github.com/clayrat/idris-vecspace";
|
||||
maintainers = [ lib.maintainers.brainrape ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -18,7 +18,7 @@ build-idris-package {
|
||||
|
||||
meta = {
|
||||
description = "Idris library to interact with WebGL";
|
||||
homepage = https://github.com/pierrebeaucamp/idris-webgl;
|
||||
homepage = "https://github.com/pierrebeaucamp/idris-webgl";
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = [ lib.maintainers.brainrape ];
|
||||
};
|
||||
|
||||
@@ -15,7 +15,7 @@ build-idris-package {
|
||||
|
||||
meta = {
|
||||
description = "Wadler-Leijen pretty-printing library";
|
||||
homepage = https://github.com/shayan-najd/wl-pprint;
|
||||
homepage = "https://github.com/shayan-najd/wl-pprint";
|
||||
license = lib.licenses.bsd2;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -23,7 +23,7 @@ build-idris-package {
|
||||
|
||||
meta = {
|
||||
description = "Little web server written in Idris";
|
||||
homepage = https://github.com/ericqweinstein/wyvern;
|
||||
homepage = "https://github.com/ericqweinstein/wyvern";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = [ lib.maintainers.brainrape ];
|
||||
};
|
||||
|
||||
@@ -18,7 +18,7 @@ build-idris-package {
|
||||
|
||||
meta = {
|
||||
description = "Idris library to interact with xhr";
|
||||
homepage = https://github.com/pierrebeaucamp/idris-xhr;
|
||||
homepage = "https://github.com/pierrebeaucamp/idris-xhr";
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = [ lib.maintainers.brainrape ];
|
||||
};
|
||||
|
||||
@@ -20,7 +20,7 @@ build-idris-package {
|
||||
|
||||
meta = {
|
||||
description = "Idris YAML lib";
|
||||
homepage = https://github.com/Heather/Idris.Yaml;
|
||||
homepage = "https://github.com/Heather/Idris.Yaml";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = [ lib.maintainers.brainrape ];
|
||||
};
|
||||
|
||||
@@ -19,7 +19,7 @@ build-idris-package {
|
||||
|
||||
meta = {
|
||||
description = "Idris implementation of Yampa FRP library as described in Reactive Programming through Dependent Types";
|
||||
homepage = https://github.com/BartAdv/idris-yampa;
|
||||
homepage = "https://github.com/BartAdv/idris-yampa";
|
||||
maintainers = [ lib.maintainers.brainrape ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user