Files
sdk/pkg/kernel/pubspec.yaml
T
Paul Berry 44753660ec Prepare to publish analyzer 0.35.4
Change-Id: I265b0d0bf970f3962a66689895e7dd640fea91a1
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/97006
Commit-Queue: Paul Berry <paulberry@google.com>
Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
2019-03-15 22:33:45 +00:00

22 lines
566 B
YAML

name: kernel
# Currently, kernel API is not stable and users should
# not depend on semver semantics when depending on this package.
version: 0.3.14
author: Dart Team <misc@dartlang.org>
description: Dart IR (Intermediate Representation)
homepage: https://github.com/dart-lang/sdk/tree/master/pkg/kernel
environment:
sdk: '>=2.0.0-dev.48.0 <3.0.0'
dependencies:
path: ^1.3.9
args: '>=0.13.4 <2.0.0'
dev_dependencies:
expect:
path: ../expect
front_end:
path: ../front_end
test:
path: ../../third_party/pkg/test
testing:
path: ../testing