{
   "auth" : "cpan:NINE",
   "authors" : [
      "Stefan Seifert"
   ],
   "build" : {
      "makefile-variables" : {
         "cflags" : {
            "run" : [
               "python3-config",
               "--cflags",
               "--embed"
            ]
         },
         "ldflags" : {
            "run" : [
               "python3-config",
               "--ldflags",
               "--embed"
            ]
         },
         "pyhelper" : {
            "resource" : "libraries/pyhelper"
         }
      }
   },
   "builder" : "Distribution::Builder::MakeFromJSON",
   "depends" : {
      "build" : {
         "requires" : [
            "Distribution::Builder::MakeFromJSON",
            {
               "from" : "bin",
               "name" : {
                  "by-distro.name" : {
                     "" : "python3-config",
                     "debian" : "python3-config",
                     "macosx" : "python3-config"
                  }
               }
            }
         ]
      },
      "runtime" : {
         "requires" : [
            "python3:from<native>"
         ]
      }
   },
   "description" : "Use Python code and libraries in a Perl 6 program",
   "license" : "Artistic-2.0",
   "meta-version" : 1,
   "name" : "Inline::Python",
   "perl" : "6.c",
   "provides" : {
      "Inline::Python" : "lib/Inline/Python.pm6"
   },
   "resources" : [
      "libraries/pyhelper"
   ],
   "source-url" : "http://www.cpan.org/authors/id/N/NI/NINE/Perl6/Inline-Python-0.5.tar.gz",
   "version" : "0.5"
}