nixpkgs/pkgs/development/ocaml-modules/reason-native/console.nix

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

25 lines
630 B
Nix
Raw Normal View History

ocamlPackages.reason-native: 2022-08-31-a0ddab6 -> <version>-unstable-2024-05-07 Upstream doesn't use releases, branches, or tags, so this is the most recent commit: https://github.com/reasonml/reason-native/commit/20b1997b6451d9715dfdbeec86a9d274c7430ed8 * ocamlPackages.reason-native.cli: init at 0.0.1-alpha-unstable-2024-05-07 * ocamlPackages.reason-native.console: 2022-08-31-a0ddab6 -> 0.1.0-unstable-2024-05-07 * ocamlPackages.reason-native.dir: 2022-08-31-a0ddab6 -> 0.0.1-unstable-2024-05-07 * ocamlPackages.reason-native.file-context-printer: 2022-08-31-a0ddab6 -> 0.0.3-unstable-2024-05-07 * ocamlPackages.reason-native.fp: 2022-08-31-a0ddab6 -> 0.0.1-unstable-2024-05-07 * ocamlPackages.reason-native.frame: init at 0.0.1-unstable-2024-05-07 * ocamlPackages.reason-native.fs: init at 0.0.2-unstable-2024-05-07 * ocamlPackages.reason-native.pastel: 2022-08-31-a0ddab6 -> 0.3.0-unstable-2024-05-07 * ocamlPackages.reason-native.pastel-console: 2022-08-31-a0ddab6 -> 0.0.0-unstable-2024-05-07 * ocamlPackages.reason-native.qcheck-rely: 2022-08-31-a0ddab6 -> 1.0.2-unstable-2024-05-07 * ocamlPackages.reason-native.refmterr: 2022-08-31-a0ddab6 -> 3.3.0-unstable-2024-05-07 * ocamlPackages.reason-native.rely: 2022-08-31-a0ddab6 -> 4.0.0-unstable-2024-05-07 * ocamlPackages.reason-native.rely-junit-reporter: 2022-08-31-a0ddab6 -> 1.0.0-unstable-2024-05-07 * ocamlPackages.reason-native.unicode: init at 0.0.0-unstable-2024-05-07 * ocamlPackages.reason-native.unicode-config: init at 0.0.0-unstable-2024-05-07 * ocamlPackages.reason-native.utf8: init at 0.1.0-unstable-2024-05-07 The version numbers are taken from upstream's `<package>.json` file. I also fixed and updated `ocamlPackages.reason-native.console.tests` so that it builds and no longer includes its `default.nix` file.
2024-06-26 22:25:15 +00:00
{ lib, buildDunePackage, callPackage, reason, console, src }:
buildDunePackage {
inherit src;
pname = "console";
ocamlPackages.reason-native: 2022-08-31-a0ddab6 -> <version>-unstable-2024-05-07 Upstream doesn't use releases, branches, or tags, so this is the most recent commit: https://github.com/reasonml/reason-native/commit/20b1997b6451d9715dfdbeec86a9d274c7430ed8 * ocamlPackages.reason-native.cli: init at 0.0.1-alpha-unstable-2024-05-07 * ocamlPackages.reason-native.console: 2022-08-31-a0ddab6 -> 0.1.0-unstable-2024-05-07 * ocamlPackages.reason-native.dir: 2022-08-31-a0ddab6 -> 0.0.1-unstable-2024-05-07 * ocamlPackages.reason-native.file-context-printer: 2022-08-31-a0ddab6 -> 0.0.3-unstable-2024-05-07 * ocamlPackages.reason-native.fp: 2022-08-31-a0ddab6 -> 0.0.1-unstable-2024-05-07 * ocamlPackages.reason-native.frame: init at 0.0.1-unstable-2024-05-07 * ocamlPackages.reason-native.fs: init at 0.0.2-unstable-2024-05-07 * ocamlPackages.reason-native.pastel: 2022-08-31-a0ddab6 -> 0.3.0-unstable-2024-05-07 * ocamlPackages.reason-native.pastel-console: 2022-08-31-a0ddab6 -> 0.0.0-unstable-2024-05-07 * ocamlPackages.reason-native.qcheck-rely: 2022-08-31-a0ddab6 -> 1.0.2-unstable-2024-05-07 * ocamlPackages.reason-native.refmterr: 2022-08-31-a0ddab6 -> 3.3.0-unstable-2024-05-07 * ocamlPackages.reason-native.rely: 2022-08-31-a0ddab6 -> 4.0.0-unstable-2024-05-07 * ocamlPackages.reason-native.rely-junit-reporter: 2022-08-31-a0ddab6 -> 1.0.0-unstable-2024-05-07 * ocamlPackages.reason-native.unicode: init at 0.0.0-unstable-2024-05-07 * ocamlPackages.reason-native.unicode-config: init at 0.0.0-unstable-2024-05-07 * ocamlPackages.reason-native.utf8: init at 0.1.0-unstable-2024-05-07 The version numbers are taken from upstream's `<package>.json` file. I also fixed and updated `ocamlPackages.reason-native.console.tests` so that it builds and no longer includes its `default.nix` file.
2024-06-26 22:25:15 +00:00
version = "0.1.0-unstable-2024-05-07";
nativeBuildInputs = [
reason
];
passthru.tests = {
ocamlPackages.reason-native: 2022-08-31-a0ddab6 -> <version>-unstable-2024-05-07 Upstream doesn't use releases, branches, or tags, so this is the most recent commit: https://github.com/reasonml/reason-native/commit/20b1997b6451d9715dfdbeec86a9d274c7430ed8 * ocamlPackages.reason-native.cli: init at 0.0.1-alpha-unstable-2024-05-07 * ocamlPackages.reason-native.console: 2022-08-31-a0ddab6 -> 0.1.0-unstable-2024-05-07 * ocamlPackages.reason-native.dir: 2022-08-31-a0ddab6 -> 0.0.1-unstable-2024-05-07 * ocamlPackages.reason-native.file-context-printer: 2022-08-31-a0ddab6 -> 0.0.3-unstable-2024-05-07 * ocamlPackages.reason-native.fp: 2022-08-31-a0ddab6 -> 0.0.1-unstable-2024-05-07 * ocamlPackages.reason-native.frame: init at 0.0.1-unstable-2024-05-07 * ocamlPackages.reason-native.fs: init at 0.0.2-unstable-2024-05-07 * ocamlPackages.reason-native.pastel: 2022-08-31-a0ddab6 -> 0.3.0-unstable-2024-05-07 * ocamlPackages.reason-native.pastel-console: 2022-08-31-a0ddab6 -> 0.0.0-unstable-2024-05-07 * ocamlPackages.reason-native.qcheck-rely: 2022-08-31-a0ddab6 -> 1.0.2-unstable-2024-05-07 * ocamlPackages.reason-native.refmterr: 2022-08-31-a0ddab6 -> 3.3.0-unstable-2024-05-07 * ocamlPackages.reason-native.rely: 2022-08-31-a0ddab6 -> 4.0.0-unstable-2024-05-07 * ocamlPackages.reason-native.rely-junit-reporter: 2022-08-31-a0ddab6 -> 1.0.0-unstable-2024-05-07 * ocamlPackages.reason-native.unicode: init at 0.0.0-unstable-2024-05-07 * ocamlPackages.reason-native.unicode-config: init at 0.0.0-unstable-2024-05-07 * ocamlPackages.reason-native.utf8: init at 0.1.0-unstable-2024-05-07 The version numbers are taken from upstream's `<package>.json` file. I also fixed and updated `ocamlPackages.reason-native.console.tests` so that it builds and no longer includes its `default.nix` file.
2024-06-26 22:25:15 +00:00
console = callPackage ./tests/console { };
};
meta = {
description = "Library providing a web-influenced polymorphic console API for native Console.log(anything) with runtime printing";
downloadPage = "https://github.com/reasonml/reason-native/tree/master/src/console";
homepage = "https://reason-native.com/docs/console/";
ocamlPackages.reason-native: 2022-08-31-a0ddab6 -> <version>-unstable-2024-05-07 Upstream doesn't use releases, branches, or tags, so this is the most recent commit: https://github.com/reasonml/reason-native/commit/20b1997b6451d9715dfdbeec86a9d274c7430ed8 * ocamlPackages.reason-native.cli: init at 0.0.1-alpha-unstable-2024-05-07 * ocamlPackages.reason-native.console: 2022-08-31-a0ddab6 -> 0.1.0-unstable-2024-05-07 * ocamlPackages.reason-native.dir: 2022-08-31-a0ddab6 -> 0.0.1-unstable-2024-05-07 * ocamlPackages.reason-native.file-context-printer: 2022-08-31-a0ddab6 -> 0.0.3-unstable-2024-05-07 * ocamlPackages.reason-native.fp: 2022-08-31-a0ddab6 -> 0.0.1-unstable-2024-05-07 * ocamlPackages.reason-native.frame: init at 0.0.1-unstable-2024-05-07 * ocamlPackages.reason-native.fs: init at 0.0.2-unstable-2024-05-07 * ocamlPackages.reason-native.pastel: 2022-08-31-a0ddab6 -> 0.3.0-unstable-2024-05-07 * ocamlPackages.reason-native.pastel-console: 2022-08-31-a0ddab6 -> 0.0.0-unstable-2024-05-07 * ocamlPackages.reason-native.qcheck-rely: 2022-08-31-a0ddab6 -> 1.0.2-unstable-2024-05-07 * ocamlPackages.reason-native.refmterr: 2022-08-31-a0ddab6 -> 3.3.0-unstable-2024-05-07 * ocamlPackages.reason-native.rely: 2022-08-31-a0ddab6 -> 4.0.0-unstable-2024-05-07 * ocamlPackages.reason-native.rely-junit-reporter: 2022-08-31-a0ddab6 -> 1.0.0-unstable-2024-05-07 * ocamlPackages.reason-native.unicode: init at 0.0.0-unstable-2024-05-07 * ocamlPackages.reason-native.unicode-config: init at 0.0.0-unstable-2024-05-07 * ocamlPackages.reason-native.utf8: init at 0.1.0-unstable-2024-05-07 The version numbers are taken from upstream's `<package>.json` file. I also fixed and updated `ocamlPackages.reason-native.console.tests` so that it builds and no longer includes its `default.nix` file.
2024-06-26 22:25:15 +00:00
license = lib.licenses.mit;
maintainers = [ ];
};
}