platform/fig/cache/pubspec.yaml

13 lines
335 B
YAML

name: dsr_cache
description: A PSR-6 compatible caching interface for Dart. Provides standardized interfaces for cache implementations including CacheItemInterface and CacheItemPoolInterface.
version: 0.0.1
homepage: https://dart-fig.org
environment:
sdk: ^3.4.2
dependencies: {}
dev_dependencies:
lints: ^3.0.0
test: ^1.24.0