Alien-gputils

 view release on metacpan or  search on metacpan

Build.PL  view on Meta::CPAN

        '%c --disable-html-doc --without-mplabx-path --prefix=%s',
        'make',
        'make check'
    ],
    alien_install_commands => [
        'make install'
    ],
    alien_bin_requires => { %nonwin32 },
    meta_merge => {
        resources => {
            repository => "https://github.com/selectiveintellect/p5-alien-gputils",
            bugtracker => "https://github.com/selectiveintellect/p5-alien-gputils/issues",
        },
    },
);

$build->create_build_script;
$build->dispatch('distmeta');
$build->dispatch('manifest');
$build->dispatch('build');

__END__

META.json  view on Meta::CPAN

   },
   "provides" : {
      "Alien::gputils" : {
         "file" : "lib/Alien/gputils.pm",
         "version" : "0.08"
      }
   },
   "release_status" : "stable",
   "resources" : {
      "bugtracker" : {
         "web" : "https://github.com/selectiveintellect/p5-alien-gputils/issues"
      },
      "license" : [
         "http://www.apache.org/licenses/LICENSE-1.1"
      ],
      "repository" : {
         "url" : "https://github.com/selectiveintellect/p5-alien-gputils"
      }
   },
   "version" : "0.08"
}

META.yml  view on Meta::CPAN

provides:
  Alien::gputils:
    file: lib/Alien/gputils.pm
    version: '0.08'
requires:
  Alien::Base: '0.006'
  File::ShareDir: '1.00'
  File::Spec: '0'
  File::Which: '0'
resources:
  bugtracker: https://github.com/selectiveintellect/p5-alien-gputils/issues
  license: http://www.apache.org/licenses/LICENSE-1.1
  repository: https://github.com/selectiveintellect/p5-alien-gputils
version: '0.08'

README  view on Meta::CPAN

# Alien::gputils

This module allows the user to install the
[gputils](http://gputils.sourceforge.net) toolchain for use by the
[VIC™](http://selectiveintellect.github.io/vic) compiler.

## COPYRIGHT

© 2014. Vikas N Kumar [@vikasnkumar](https://github.com/vikasnkumar).
[Selective Intellect LLC](http://selectiveintellect.com). All Rights Reserved.


## LICENSE

Apache 2.0

README.md  view on Meta::CPAN

# Alien::gputils

This module allows the user to install the
[gputils](http://gputils.sourceforge.net) toolchain for use by the
[VIC™](http://selectiveintellect.github.io/vic) compiler.

## COPYRIGHT

© 2014. Vikas N Kumar [@vikasnkumar](https://github.com/vikasnkumar).
[Selective Intellect LLC](http://selectiveintellect.com). All Rights Reserved.


## LICENSE

Apache 2.0



( run in 0.537 second using v1.01-cache-2.11-cpan-49f99fa48dc )