d4t_formulas/.pub-cache/hosted/pub.dev/shelf_static-1.1.3/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

25 lines
538 B
YAML

name: shelf_static
version: 1.1.3
description: Static file server support for the shelf package and ecosystem.
repository: https://github.com/dart-lang/shelf/tree/master/pkgs/shelf_static
topics:
- server
- shelf
environment:
sdk: ^3.3.0
dependencies:
convert: ^3.0.0
http_parser: ^4.0.0
mime: '>=1.0.0 <3.0.0'
path: ^1.8.0
# shelf version that allows correctly setting content-length w/ HEAD
shelf: ^1.1.2
dev_dependencies:
args: ^2.0.0
dart_flutter_team_lints: ^3.0.0
test: ^1.16.0
test_descriptor: ^2.0.0