Help language development. Donate to The Perl Foundation

Archive::Libarchive::Raw cpan:FRITH last updated on 2022-02-05

META6.json
{
  "perl" : "6.c",
  "name" : "Archive::Libarchive::Raw",
  "tags" : [ "archive", "libarchive", "compression", "nativecall" ],
  "version" : "0.1.1",
  "description" : "Raw interface to libarchive",
  "build-depends" : [ "HTTP::UserAgent" ],
  "depends" : [ "NativeCall" ],
  "test-depends" : [ "Test" ],
  "provides" : {
    "Archive::Libarchive::Raw" : "lib/Archive/Libarchive/Raw.rakumod",
    "Archive::Libarchive::Constants" : "lib/Archive/Libarchive/Constants.rakumod"
  },
  "resources" : [ "libarchive.dll" ],
  "authors" : [ "Fernando Santagata" ],
  "license": "Artistic-2.0",
  "source-url" : "git://github.com/frithnanth/perl6-Archive-Libarchive-Raw.git"
}