META.json 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. {
  2. "abstract" : "Implementation of various techniques used in data compression.",
  3. "author" : [
  4. "Daniel Șuteu <trizen@cpan.org>"
  5. ],
  6. "dynamic_config" : 0,
  7. "generated_by" : "Module::Build version 0.4234",
  8. "license" : [
  9. "artistic_2"
  10. ],
  11. "meta-spec" : {
  12. "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
  13. "version" : 2
  14. },
  15. "name" : "Compression-Util",
  16. "prereqs" : {
  17. "build" : {
  18. "requires" : {
  19. "Test::More" : "0"
  20. }
  21. },
  22. "configure" : {
  23. "requires" : {
  24. "Module::Build" : "0"
  25. }
  26. },
  27. "runtime" : {
  28. "requires" : {
  29. "Carp" : "0",
  30. "Exporter" : "0",
  31. "List::Util" : "1.45",
  32. "Test::More" : "0",
  33. "perl" : "v5.36.0"
  34. }
  35. }
  36. },
  37. "provides" : {
  38. "Compression::Util" : {
  39. "file" : "lib/Compression/Util.pm",
  40. "version" : "0.13"
  41. }
  42. },
  43. "release_status" : "stable",
  44. "resources" : {
  45. "bugtracker" : {
  46. "web" : "https://github.com/trizen/Compression-Util/issues"
  47. },
  48. "homepage" : "https://github.com/trizen/Compression-Util",
  49. "license" : [
  50. "http://www.perlfoundation.org/artistic_license_2_0"
  51. ],
  52. "repository" : {
  53. "url" : "https://github.com/trizen/Compression-Util"
  54. }
  55. },
  56. "version" : "0.13",
  57. "x_serialization_backend" : "JSON::PP version 4.16"
  58. }