{
  "api" : "1.0",
  "auth" : "github:jonathanstowe",
  "author" : "Jonathan Stowe <[email protected]>",
  "authors" : [
     "Jonathan Stowe <[email protected]>"
  ],
  "build" : {
     "makefile-variables" : {
        "utmphelper" : {
           "resource" : "libraries/utmphelper"
        }
     },
     "src-dir" : "src"
  },
  "builder" : "Distribution::Builder::MakeFromJSON",
  "depends" : {
     "build" : {
        "requires" : [
           "Distribution::Builder::MakeFromJSON:ver<0.6+>"
        ]
     },
     "runtime" : {
        "requires" : []
     }
  },
  "description" : "Raku access to Utmp entries on Unix-like systems",
  "license" : "Artistic-2.0",
  "meta-version" : "1",
  "name" : "Sys::Utmp",
  "perl" : "6.*",
  "provides" : {
     "Sys::Utmp" : "lib/Sys/Utmp.pm"
  },
  "raku" : "6.*",
  "resources" : [
     "libraries/utmphelper"
  ],
  "source-url" : "http://www.cpan.org/authors/id/J/JS/JSTOWE/Perl6/Sys-Utmp-0.1.0.tar.gz",
  "support" : {
     "bugtracker" : "https://github.com/jonathanstowe/Raku-Sys-Utmp/issues",
     "irc" : "irc:// irc.freenode.net/#perl6",
     "source" : "git://github.com/jonathanstowe/Raku-Sys-Utmp.git"
  },
  "tags" : [
     "unix",
     "users",
     "utility"
  ],
  "version" : "0.1.0"
}