This registry is based of the work of the Mason registry, but differs quite heavily in its implementation.
Key differences include:
- Packages do not have a version included.
- Packages are located in
packages/[package-name]/zana.yaml
instead ofpackages/[package-name]/package.yaml
.- This is to avoid conflicts with the original Mason registry yaml definitions.
- Releases are not done every two hours, but instead once per day and do only update the monthly release.
- This is to avoid spamming the registry with releases that are not necessary.
- Releases can be done manually, if necessary.
- The registry should be more community driven and less centralized.
The original Mason registry is licensed under the Apache 2.0 License.