d4t_formulas/.pub-cache/hosted/pub.dev/meta-1.17.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

23 lines
717 B
YAML

name: meta
# Note, because version `2.0.0` was mistakenly released,
# the next major version must be `3.x.y`.
version: 1.17.0
description: >-
Annotations used to express developer intentions that can't otherwise be
deduced by statically analyzing source code.
repository: https://github.com/dart-lang/sdk/tree/main/pkg/meta
topics:
- static-analysis
environment:
sdk: ^3.5.0
resolution: workspace
# We use 'any' version constraints here as we get our package versions from
# the dart-lang/sdk repo's DEPS file. Note that this is a special case; the
# best practice for packages is to specify their compatible version ranges.
# See also https://dart.dev/tools/pub/dependencies.
dev_dependencies:
lints: any