pkg-config::exists

Determines whether the given package exists.

Usage

bool pkg-config::exists(package)

Parameters

Name Type Description
package string The package to check.

Return Value

true if the package exists; otherwise, false.

Exceptions

The function will fail in any of the following circumstances:

Requirements

Assembly: NAnt.Core (0.90.3780.0)