pkg-config 0.0.1

Wraps invocation to pkg-config for build scripts


To use this package, run the following command in your project's root directory:

Manual usage
Put the following dependency into your project's dependences section:

pkg-config-d

Invoke pkg-config from D code.

import pkg_config;
try {
    auto lib = pkgConfig("freetype2").libs().invoke();
    // use lib.lflags, lib.libs, lib.libPaths
}
catch (Exception ex)
{
    // pkg-config not installed or freetype not present
}
Authors:
  • Remi Thebault
Dependencies:
none
Versions:
0.0.1 2018-Oct-28
~master 2018-Oct-28
Show all 2 versions
Download Stats:
  • 0 downloads today

  • 0 downloads this week

  • 0 downloads this month

  • 77 downloads total

Score:
0.7
Short URL:
pkg-config.dub.pm