3dbe0099a2
Due to the tight coupling between analyzer and front_end, they need to be published atomically. The last published version of kernel is old enough that it needs to be published too. I've bumped the versions to the following, and changed the dependencies so that this set of versions is mutually compatible: - analyzer: 0.30.0-alpha.3 - front_end: 0.1.0-alpha.2 - kernel: 0.2.0 (Note that kernel's version didn't need bumping since the most recently published version of it is 0.1.0) R=asgerf@google.com Review-Url: https://codereview.chromium.org/2828273003 .
23 lines
515 B
YAML
23 lines
515 B
YAML
name: kernel
|
|
version: 0.2.0
|
|
author: Dart Team <misc@dartlang.org>
|
|
description: Dart IR (Intermediate Representation)
|
|
homepage: https://github.com/dart-lang/kernel
|
|
environment:
|
|
sdk: ">=1.8.0"
|
|
dependencies:
|
|
path: ^1.3.9
|
|
args: ^0.13.4
|
|
logging: ^0.11.2
|
|
package_config: ^1.0.0
|
|
dev_dependencies:
|
|
analyzer: ^0.30.0-alpha.3
|
|
front_end: ^0.1.0-alpha.2
|
|
test: ^0.12.15+6
|
|
stack_trace: ^1.6.6
|
|
ansicolor: ^0.0.9
|
|
testing:
|
|
git:
|
|
url: https://github.com/peter-ahe-google/testing.git
|
|
ref: 2e196d5
|