update catalog with fixes
This commit is contained in:
parent
5a1c7084be
commit
2a1898dedd
|
@ -22,7 +22,7 @@
|
||||||
description = "A library to make it easy to write colorized and styled output in terminals that support ANSI escape codes (most command lines).";
|
description = "A library to make it easy to write colorized and styled output in terminals that support ANSI escape codes (most command lines).";
|
||||||
sourceProvenance = [(((lib).sourceTypes).fromSource)];
|
sourceProvenance = [(((lib).sourceTypes).fromSource)];
|
||||||
broken = false;
|
broken = false;
|
||||||
license = ((lib).licenses).lgpl3Plus;
|
license = [(((lib).licensesSpdx)."LGPL-3.0-or-later")];
|
||||||
homepage = "https://github.com/renatoathaydes/ansi-color/tree/HEAD/README.md";
|
homepage = "https://github.com/renatoathaydes/ansi-color/tree/HEAD/README.md";
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
|
|
@ -21,6 +21,6 @@
|
||||||
description = "fork of `parser-tools-lib` for Beautiful Racket";
|
description = "fork of `parser-tools-lib` for Beautiful Racket";
|
||||||
sourceProvenance = [(((lib).sourceTypes).fromSource)];
|
sourceProvenance = [(((lib).sourceTypes).fromSource)];
|
||||||
broken = false;
|
broken = false;
|
||||||
license = [(((lib).licenses).lgpl3Plus)];
|
license = [(((lib).licensesSpdx)."LGPL-3.0-or-later")];
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
|
|
@ -22,6 +22,6 @@
|
||||||
description = "";
|
description = "";
|
||||||
sourceProvenance = [(((lib).sourceTypes).fromSource)];
|
sourceProvenance = [(((lib).sourceTypes).fromSource)];
|
||||||
broken = false;
|
broken = false;
|
||||||
license = [(((lib).licenses).mit)];
|
license = [(((lib).licensesSpdx)."MIT")];
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
|
|
@ -23,6 +23,6 @@
|
||||||
description = "API for BCP47 extensions to CLDR";
|
description = "API for BCP47 extensions to CLDR";
|
||||||
sourceProvenance = [(((lib).sourceTypes).fromSource)];
|
sourceProvenance = [(((lib).sourceTypes).fromSource)];
|
||||||
broken = false;
|
broken = false;
|
||||||
license = [(((lib).licenses).mit) (((lib).licenses).unicodeTOU)];
|
license = [(((lib).licensesSpdx)."MIT") (((lib).licensesSpdx)."Unicode-TOU")];
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
|
|
@ -23,6 +23,6 @@
|
||||||
description = "API for cldr-core data set";
|
description = "API for cldr-core data set";
|
||||||
sourceProvenance = [(((lib).sourceTypes).fromSource)];
|
sourceProvenance = [(((lib).sourceTypes).fromSource)];
|
||||||
broken = false;
|
broken = false;
|
||||||
license = [(((lib).licenses).mit) (((lib).licenses).unicodeTOU)];
|
license = [(((lib).licensesSpdx)."MIT") (((lib).licensesSpdx)."Unicode-TOU")];
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
|
|
@ -23,6 +23,6 @@
|
||||||
description = "API for cldr-dates-modern data set";
|
description = "API for cldr-dates-modern data set";
|
||||||
sourceProvenance = [(((lib).sourceTypes).fromSource)];
|
sourceProvenance = [(((lib).sourceTypes).fromSource)];
|
||||||
broken = false;
|
broken = false;
|
||||||
license = [(((lib).licenses).mit) (((lib).licenses).unicodeTOU)];
|
license = [(((lib).licensesSpdx)."MIT") (((lib).licensesSpdx)."Unicode-TOU")];
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
|
|
@ -23,6 +23,6 @@
|
||||||
description = "API for cldr-localenames-modern data set";
|
description = "API for cldr-localenames-modern data set";
|
||||||
sourceProvenance = [(((lib).sourceTypes).fromSource)];
|
sourceProvenance = [(((lib).sourceTypes).fromSource)];
|
||||||
broken = false;
|
broken = false;
|
||||||
license = [(((lib).licenses).mit) (((lib).licenses).unicodeTOU)];
|
license = [(((lib).licensesSpdx)."MIT") (((lib).licensesSpdx)."Unicode-TOU")];
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
|
|
@ -23,6 +23,6 @@
|
||||||
description = "API for cldr-numbers-modern data set";
|
description = "API for cldr-numbers-modern data set";
|
||||||
sourceProvenance = [(((lib).sourceTypes).fromSource)];
|
sourceProvenance = [(((lib).sourceTypes).fromSource)];
|
||||||
broken = false;
|
broken = false;
|
||||||
license = [(((lib).licenses).mit) (((lib).licenses).unicodeTOU)];
|
license = [(((lib).licensesSpdx)."MIT") (((lib).licensesSpdx)."Unicode-TOU")];
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
|
|
@ -22,6 +22,6 @@
|
||||||
description = "Scala-style anonymous functions";
|
description = "Scala-style anonymous functions";
|
||||||
sourceProvenance = [(((lib).sourceTypes).fromSource)];
|
sourceProvenance = [(((lib).sourceTypes).fromSource)];
|
||||||
broken = false;
|
broken = false;
|
||||||
license = [(((lib).licenses).mit)];
|
license = [(((lib).licensesSpdx)."MIT")];
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
description = "An extensible code formatter for Racket";
|
description = "An extensible code formatter for Racket";
|
||||||
sourceProvenance = [(((lib).sourceTypes).fromSource)];
|
sourceProvenance = [(((lib).sourceTypes).fromSource)];
|
||||||
broken = false;
|
broken = false;
|
||||||
license = [(((lib).licenses).asl20) (((lib).licenses).mit)];
|
license = [(((lib).licensesSpdx)."Apache-2.0") (((lib).licensesSpdx)."MIT")];
|
||||||
homepage = "https://github.com/sorawee/fmt/tree/HEAD/README.md";
|
homepage = "https://github.com/sorawee/fmt/tree/HEAD/README.md";
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
|
|
@ -29,7 +29,7 @@
|
||||||
description = "Code part of the gregor date and time library";
|
description = "Code part of the gregor date and time library";
|
||||||
sourceProvenance = [(((lib).sourceTypes).fromSource)];
|
sourceProvenance = [(((lib).sourceTypes).fromSource)];
|
||||||
broken = false;
|
broken = false;
|
||||||
license = [(((lib).licenses).mit)];
|
license = [(((lib).licensesSpdx)."MIT")];
|
||||||
homepage = "https://github.com/97jaz/gregor/tree/HEAD/README.md";
|
homepage = "https://github.com/97jaz/gregor/tree/HEAD/README.md";
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
|
|
@ -22,7 +22,7 @@
|
||||||
description = "Macros similar to Swift's \"guard statements\".";
|
description = "Macros similar to Swift's \"guard statements\".";
|
||||||
sourceProvenance = [(((lib).sourceTypes).fromSource)];
|
sourceProvenance = [(((lib).sourceTypes).fromSource)];
|
||||||
broken = false;
|
broken = false;
|
||||||
license = [(((lib).licenses).asl20) (((lib).licenses).mit)];
|
license = [(((lib).licensesSpdx)."Apache-2.0") (((lib).licensesSpdx)."MIT")];
|
||||||
homepage = "https://github.com/jackfirth/guard/tree/HEAD/README.md";
|
homepage = "https://github.com/jackfirth/guard/tree/HEAD/README.md";
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
|
|
@ -22,7 +22,7 @@
|
||||||
description = "core library for memoize";
|
description = "core library for memoize";
|
||||||
sourceProvenance = [(((lib).sourceTypes).fromSource)];
|
sourceProvenance = [(((lib).sourceTypes).fromSource)];
|
||||||
broken = false;
|
broken = false;
|
||||||
license = [(((lib).licenses).mit)];
|
license = [(((lib).licensesSpdx)."MIT")];
|
||||||
homepage = "https://github.com/jbclements/memoize/tree/master/README.md";
|
homepage = "https://github.com/jbclements/memoize/tree/master/README.md";
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
description = "A database migration tool.";
|
description = "A database migration tool.";
|
||||||
sourceProvenance = [(((lib).sourceTypes).fromSource)];
|
sourceProvenance = [(((lib).sourceTypes).fromSource)];
|
||||||
broken = false;
|
broken = false;
|
||||||
license = [(((lib).licenses).bsd3)];
|
license = [(((lib).licensesSpdx)."BSD-3-Clause")];
|
||||||
homepage = "https://github.com/Bogdanp/racket-north/tree/HEAD/README.md";
|
homepage = "https://github.com/Bogdanp/racket-north/tree/HEAD/README.md";
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
|
|
@ -22,7 +22,7 @@
|
||||||
description = "A pretty expressive printer";
|
description = "A pretty expressive printer";
|
||||||
sourceProvenance = [(((lib).sourceTypes).fromSource)];
|
sourceProvenance = [(((lib).sourceTypes).fromSource)];
|
||||||
broken = false;
|
broken = false;
|
||||||
license = [(((lib).licenses).asl20) (((lib).licenses).mit)];
|
license = [(((lib).licensesSpdx)."Apache-2.0") (((lib).licensesSpdx)."MIT")];
|
||||||
homepage = "https://github.com/sorawee/pretty-expressive/tree/main/README.md";
|
homepage = "https://github.com/sorawee/pretty-expressive/tree/main/README.md";
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
description = "A collection of infrastructure libraries";
|
description = "A collection of infrastructure libraries";
|
||||||
sourceProvenance = [(((lib).sourceTypes).fromSource)];
|
sourceProvenance = [(((lib).sourceTypes).fromSource)];
|
||||||
broken = false;
|
broken = false;
|
||||||
license = [(((lib).licenses).asl20)];
|
license = [(((lib).licensesSpdx)."Apache-2.0")];
|
||||||
homepage = "https://github.com/jackfirth/rebellion/tree/HEAD/README.md";
|
homepage = "https://github.com/jackfirth/rebellion/tree/HEAD/README.md";
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
|
|
@ -28,7 +28,7 @@
|
||||||
description = "A refactoring tool built on top of syntax-parse.";
|
description = "A refactoring tool built on top of syntax-parse.";
|
||||||
sourceProvenance = [(((lib).sourceTypes).fromSource)];
|
sourceProvenance = [(((lib).sourceTypes).fromSource)];
|
||||||
broken = false;
|
broken = false;
|
||||||
license = [(((lib).licenses).asl20)];
|
license = [(((lib).licensesSpdx)."Apache-2.0")];
|
||||||
homepage = "https://github.com/jackfirth/resyntax/tree/HEAD/README.md";
|
homepage = "https://github.com/jackfirth/resyntax/tree/HEAD/README.md";
|
||||||
mainProgram = "resyntax";
|
mainProgram = "resyntax";
|
||||||
};
|
};
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
description = "API for querying the IANA tz database";
|
description = "API for querying the IANA tz database";
|
||||||
sourceProvenance = [(((lib).sourceTypes).fromSource)];
|
sourceProvenance = [(((lib).sourceTypes).fromSource)];
|
||||||
broken = false;
|
broken = false;
|
||||||
license = [(((lib).licenses).mit)];
|
license = [(((lib).licensesSpdx)."MIT")];
|
||||||
homepage = "https://github.com/97jaz/tzinfo/tree/HEAD/README.md";
|
homepage = "https://github.com/97jaz/tzinfo/tree/HEAD/README.md";
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue