dart-sdk/pkg/vm_snapshot_analysis/pubspec.yaml
Devon Carew d798a7be34 [pkg] prep to publish package:vm_snapshot_analysis
Change-Id: I52ea64c667649a631f1232fe3cdf8933aee36e6c
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/246302
Commit-Queue: Devon Carew <devoncarew@google.com>
Reviewed-by: Slava Egorov <vegorov@google.com>
Reviewed-by: Tess Strickland <sstrickl@google.com>
2022-05-31 16:39:14 +00:00

24 lines
651 B
YAML

name: vm_snapshot_analysis
version: 0.7.2
description: Utilities for analysing AOT snapshot size.
repository: https://github.com/dart-lang/sdk/tree/main/pkg/vm_snapshot_analysis
environment:
sdk: '>=2.12.0 <3.0.0'
executables:
snapshot_analysis: analyse
dependencies:
args: ^2.0.0
collection: ^1.15.0
path: ^1.8.0
# 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
test: any