Skip to content

Creating a Paket

No due date 66% complete

Usage:

  1. Local paket build (considering the working directory contains a valid Paket.toml file): paket build

Acceptance Criteria:

  • Paket's file integrity calculated by the SHA-256 value will be stored inside the .paket file. ./SHASUM
  • All PackageType types must be ready to use. (Detailed definition of every type is in their regarding issues.)
  • File struc…

Usage:

  1. Local paket build (considering the working directory contains a valid Paket.toml file): paket build

Acceptance Criteria:

  • Paket's file integrity calculated by the SHA-256 value will be stored inside the .paket file. ./SHASUM
  • All PackageType types must be ready to use. (Detailed definition of every type is in their regarding issues.)
  • File structure must be fit to the Paket's structure.
  • Local paket can be created successfully.