mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-12 00:33:10 +00:00
perlPackages.StringBinaryInterpolation: 1.0.0
This commit is contained in:
parent
5e40691566
commit
248f63d181
@ -22568,6 +22568,19 @@ with self; {
|
||||
};
|
||||
};
|
||||
|
||||
StringBinaryInterpolation = buildPerlPackage {
|
||||
pname = "String-Binary-Interpolation";
|
||||
version = "1.0.0";
|
||||
src = fetchurl {
|
||||
url = "mirror://cpan/authors/id/D/DC/DCANTRELL/String-Binary-Interpolation-1.0.0.tar.gz";
|
||||
hash = "sha256-2lXYmCTBrdniqpWP8OpILyaCLkJI7TOo1rT7vXdYivE=";
|
||||
};
|
||||
meta = {
|
||||
description = "Make it easier to interpolate binary bytes into a string";
|
||||
license = with lib.licenses; [ artistic2 gpl2Only ];
|
||||
};
|
||||
};
|
||||
|
||||
StringCamelCase = buildPerlPackage {
|
||||
pname = "String-CamelCase";
|
||||
version = "0.04";
|
||||
|
Loading…
Reference in New Issue
Block a user