6e45682ebb
For analyzer, front_end and kernel packages: * bump alpha versions * update SDK constraints R=brianwilkerson@google.com Review-Url: https://codereview.chromium.org/2985103002 .
24 lines
578 B
YAML
24 lines
578 B
YAML
name: kernel
|
|
version: 0.3.0-alpha.2
|
|
author: Dart Team <misc@dartlang.org>
|
|
description: Dart IR (Intermediate Representation)
|
|
homepage: https://github.com/dart-lang/kernel
|
|
environment:
|
|
sdk: ">=1.8.0 <2.0.0-dev.infinity"
|
|
dependencies:
|
|
path: ^1.3.9
|
|
args: ^0.13.4
|
|
logging: ^0.11.2
|
|
package_config: ^1.0.0
|
|
dev_dependencies:
|
|
analyzer: '>=0.30.0 <0.32.0'
|
|
front_end: 0.1.0-alpha.5
|
|
test: ^0.12.15+6
|
|
stack_trace: ^1.6.6
|
|
ansicolor: ^0.0.9
|
|
test_reflective_loader: ^0.1.0
|
|
testing:
|
|
git:
|
|
url: https://github.com/peter-ahe-google/testing.git
|
|
ref: 2e196d5
|