{
  "api" : "1.0",
  "auth" : "github:jonathanstowe",
  "authors" : [
     "Jonathan Stowe <[email protected]"
  ],
  "build-depends" : [],
  "depends" : [
     "System::Passwd"
  ],
  "description" : "Discover which process has a file open, in pure Raku",
  "license" : "Artistic-2.0",
  "meta-version" : "1",
  "name" : "Linux::Fuser",
  "perl" : "6.*",
  "provides" : {
     "Linux::Fuser" : "lib/Linux/Fuser.pm",
     "Linux::Fuser::FileDescriptor" : "lib/Linux/Fuser/FileDescriptor.pm",
     "Linux::Fuser::Procinfo" : "lib/Linux/Fuser/Procinfo.pm"
  },
  "raku" : "6.*",
  "resources" : [],
  "source-url" : "http://www.cpan.org/authors/id/J/JS/JSTOWE/Perl6/Linux-Fuser-0.0.13.tar.gz",
  "support" : {
     "bugtracker" : "https://github.com/jonathanstowe/Raku-Linux-Fuser/issues",
     "email" : "[email protected]",
     "source" : "https://github.com/jonathanstowe/Raku-Linux-Fuser.git"
  },
  "tags" : [
     "linux",
     "system",
     "utils",
     "file"
  ],
  "test-depends" : [],
  "version" : "0.0.13"
}