writePackageRecipe

Writes the textual representation of a package recipe to a file.

Note that the file extension must be either "json" or "sdl".

  1. void writePackageRecipe(string filename, PackageRecipe recipe)
  2. void writePackageRecipe(NativePath filename, PackageRecipe recipe)
    void
    writePackageRecipe
    (
    NativePath filename
    ,
    const scope ref PackageRecipe recipe
    )

Meta