Loading pkgs/development/tools/misc/regex-cli/default.nix 0 → 100644 +23 −0 Original line number Diff line number Diff line { lib , rustPlatform , fetchCrate }: rustPlatform.buildRustPackage rec { pname = "regex-cli"; version = "0.1.0"; src = fetchCrate { inherit pname version; hash = "sha256-4l12Eaab1G3SP3Srxt3UR9MCRlLm0KDPx/Z2rQpSQR0="; }; cargoHash = "sha256-fAIYWzfzq/VuBc684SG7p365uudX9M/TtVdMahyrmdk="; meta = with lib; { description = "A command line tool for debugging, ad hoc benchmarking and generating regular expressions"; homepage = "https://github.com/rust-lang/regex/tree/master/regex-cli"; license = with licenses; [ asl20 mit ]; maintainers = with maintainers; [ figsoda ]; }; } pkgs/top-level/all-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -19516,6 +19516,8 @@ with pkgs; regclient = callPackage ../development/tools/regclient { }; inherit (regclient) regbot regctl regsync; regex-cli = callPackage ../development/tools/misc/regex-cli { }; reno = callPackage ../development/tools/reno { }; re2c = callPackage ../development/tools/parsing/re2c { }; Loading
pkgs/development/tools/misc/regex-cli/default.nix 0 → 100644 +23 −0 Original line number Diff line number Diff line { lib , rustPlatform , fetchCrate }: rustPlatform.buildRustPackage rec { pname = "regex-cli"; version = "0.1.0"; src = fetchCrate { inherit pname version; hash = "sha256-4l12Eaab1G3SP3Srxt3UR9MCRlLm0KDPx/Z2rQpSQR0="; }; cargoHash = "sha256-fAIYWzfzq/VuBc684SG7p365uudX9M/TtVdMahyrmdk="; meta = with lib; { description = "A command line tool for debugging, ad hoc benchmarking and generating regular expressions"; homepage = "https://github.com/rust-lang/regex/tree/master/regex-cli"; license = with licenses; [ asl20 mit ]; maintainers = with maintainers; [ figsoda ]; }; }
pkgs/top-level/all-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -19516,6 +19516,8 @@ with pkgs; regclient = callPackage ../development/tools/regclient { }; inherit (regclient) regbot regctl regsync; regex-cli = callPackage ../development/tools/misc/regex-cli { }; reno = callPackage ../development/tools/reno { }; re2c = callPackage ../development/tools/parsing/re2c { };