Package.rawRecipe

Accesses the original package recipe.

The returned recipe matches exactly the contents of the original package recipe. For the effective package recipe, augmented with DUB generated default settings and configurations, use the recipe property.

class Package
@property ref const
const(PackageRecipe)
rawRecipe
()

See Also

recipe

Meta