Expand description
Functionality for the Snapcraft packaging format.
Structs§
- Architectures
- Represents the value of an
architecture
field. - SnapApp
- Represents the
apps.<app-name>
entries in asnapcraft.yaml
. - Snap
Part - Represents the
parts.<part-name>
entries in asnapcraft.yaml
. - Snapcraft
- Represents a
snapcraft.yaml
file content. - Snapcraft
Builder - Entity used to build snaps by calling into
snapcraft
. - Snapcraft
Invocation - Represents an invocation of the
snapcraft
command.
Enums§
- Adapter
- Represents the value of an
adapter
field. - Architecture
- Represents the value of an architecture in an
architectures
field. - Build
Attribute - Represents the values in a
build-attributes
field. - Confinement
- Represents the value of a
confinement
field. - Daemon
- Represents the value of a
daemon
field. - Grade
- Represents the value of a
grade
field. - Restart
Condition - Represents the value of a
restart-condition
field. - Source
Type - Represents the value of a
source-type
field. - Type
- Represents the value of the
type
field.