ba264a6474
Change-Id: I0897938add16b8c20b213ccb83b096a2b848d0ff Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/246321 Reviewed-by: Tess Strickland <sstrickl@google.com> Commit-Queue: Devon Carew <devoncarew@google.com>
22 lines
607 B
YAML
22 lines
607 B
YAML
name: native_stack_traces
|
|
version: 0.4.6
|
|
description: Utilities for working with non-symbolic stack traces.
|
|
repository: https://github.com/dart-lang/sdk/tree/main/pkg/native_stack_traces
|
|
|
|
environment:
|
|
sdk: '>=2.14.0 <3.0.0'
|
|
|
|
executables:
|
|
decode:
|
|
|
|
dependencies:
|
|
args: ^2.0.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
|