1 { buildDunePackage, callPackage, reason, console, ... }:
11 console = callPackage ./tests/console {
12 inherit buildDunePackage reason console;
17 description = "A library providing a web-influenced polymorphic console API for native Console.log(anything) with runtime printing";
18 downloadPage = "https://github.com/reasonml/reason-native/tree/master/src/console";
19 homepage = "https://reason-native.com/docs/console/";