{
  "api" : "1.0",
  "auth" : "github:jonathanstowe",
  "author" : "Jonathan Stowe <[email protected]>",
  "authors" : [
     "Jonathan Stowe <[email protected]>"
  ],
  "build-depends" : [
     "LibraryMake",
     "Shell::Command"
  ],
  "depends" : [
     "System::Passwd"
  ],
  "description" : "Raku access to Lastlog information on Unix-like systems",
  "license" : "Artistic-2.0",
  "meta-version" : "1",
  "name" : "Sys::Lastlog",
  "perl" : "6.*",
  "provides" : {
     "Sys::Lastlog" : "lib/Sys/Lastlog.pm"
  },
  "raku" : "6.*",
  "resources" : [
     "libraries/lastloghelper"
  ],
  "source-url" : "http://www.cpan.org/authors/id/J/JS/JSTOWE/Perl6/Sys-Lastlog-0.0.11.tar.gz",
  "support" : {
     "bugtracker" : "https://github.com/jonathanstowe/Raku-Sys-Lastlog/issues",
     "email" : "[email protected]",
     "irc" : "irc://irc.freenode.net/#perl6",
     "source" : "git://github.com/jonathanstowe/Raku-Sys-Lastlog.git"
  },
  "tags" : [
     "unix",
     "audit",
     "lastlog"
  ],
  "test-depends" : [
     "Test"
  ],
  "version" : "0.0.11"
}