enso/distribution/lib/Standard/Base/0.0.0-dev/package.yaml
James Dunkerley 7d83b3d7b4
Add GROUP to functions (#7622)
- Update list of groups to agreed list.
- Lower case `ALIAS` names to be consistent with function names.
- Add `GROUP` to methods.
- All constructors and functions have doc comments.
- Correct a few typos (e.g. `PRVIATE`).
- Mark some more things as `PRIVATE`.
- Use `ToDo:` and `Note:` consistently.
- Order tags in doc comment.

# Important Notes
We don't have all the doc comments on types and will want to add them in future,
2023-08-23 13:20:38 +00:00

32 lines
565 B
YAML

name: Base
namespace: Standard
version: 0.0.0-dev
license: APLv2
authors:
- name: Enso Team
email: contact@enso.org
maintainers:
- name: Enso Team
email: contact@enso.org
component-groups:
new:
- Input: {}
- Constants: {}
- Metadata: {}
- Output: {}
- Calculations: {}
- Statistics: {}
- Selections: {}
- Conversions: {}
- Values: {}
- Math: {}
- Rounding: {}
- Trigonometry: {}
- Random: {}
- Bitwise: {}
- Text: {}
- DateTime: {}
- Logical: {}
- Operators: {}
- Errors: {}