d4t_formulas/.pub-cache/hosted/pub.dev/cli_config-0.2.0/pubspec.yaml
Álvaro González 1d339653d5 feat: add formula data classes with strict JSON parsing
- Add VariableSpec class with magnitude field validation
- Add Formula class supporting multiple input/output variables
- Support d4rt_code as string or object with code field
- Add comprehensive tests for parsing and serialization
- Fix broken test import in pruebas_d4rt_test.dart

Follows README.md format requirements exactly
2025-08-21 17:15:00 +02:00

17 lines
367 B
YAML

name: cli_config
description: >-
A library to take config values from configuration files, CLI arguments, and
environment variables.
version: 0.2.0
repository: https://github.com/dart-lang/tools/tree/main/pkgs/cli_config
environment:
sdk: ^3.0.0
dependencies:
args: ^2.4.0
yaml: ^3.1.1
dev_dependencies:
dart_flutter_team_lints: ^2.0.0
test: ^1.21.0