Loading pkgs/development/ocaml-modules/ocolor/default.nix 0 → 100644 +30 −0 Original line number Diff line number Diff line { lib , fetchFromGitHub , buildDunePackage , cppo }: buildDunePackage rec { pname = "ocolor"; version = "1.3.1"; minimalOCamlVersion = "4.02"; src = fetchFromGitHub { owner = "marc-chevalier"; repo = pname; rev = "refs/tags/${version}"; sha256 = "osQTZGJp9yDoKNa6WoyhViNbRg1ukcD0Jxiu4VxqeUc="; }; nativeBuildInputs = [ cppo ]; meta = { description = "Print with style in your terminal using Format’s semantic tags"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ toastal ]; homepage = "https://github.com/marc-chevalier/ocolor"; }; } pkgs/top-level/ocaml-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -1294,6 +1294,8 @@ let ocf_ppx = callPackage ../development/ocaml-modules/ocf/ppx.nix { }; ocolor = callPackage ../development/ocaml-modules/ocolor { }; ocp-build = callPackage ../development/tools/ocaml/ocp-build { }; ocp-indent = callPackage ../development/tools/ocaml/ocp-indent { }; Loading Loading
pkgs/development/ocaml-modules/ocolor/default.nix 0 → 100644 +30 −0 Original line number Diff line number Diff line { lib , fetchFromGitHub , buildDunePackage , cppo }: buildDunePackage rec { pname = "ocolor"; version = "1.3.1"; minimalOCamlVersion = "4.02"; src = fetchFromGitHub { owner = "marc-chevalier"; repo = pname; rev = "refs/tags/${version}"; sha256 = "osQTZGJp9yDoKNa6WoyhViNbRg1ukcD0Jxiu4VxqeUc="; }; nativeBuildInputs = [ cppo ]; meta = { description = "Print with style in your terminal using Format’s semantic tags"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ toastal ]; homepage = "https://github.com/marc-chevalier/ocolor"; }; }
pkgs/top-level/ocaml-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -1294,6 +1294,8 @@ let ocf_ppx = callPackage ../development/ocaml-modules/ocf/ppx.nix { }; ocolor = callPackage ../development/ocaml-modules/ocolor { }; ocp-build = callPackage ../development/tools/ocaml/ocp-build { }; ocp-indent = callPackage ../development/tools/ocaml/ocp-indent { }; Loading