Packages are the new central interface. A package is a folder containing an index/metadata file (wakpkg.yml) describing provided resources. Thoses resources will be accessed through a wakpkg instance. Resources can be :

  • class definition files
  • services (named singleton within the package namespace, extending from wakservice class)

Class dependancies will be handled provided they are described within the metadata file.