Files
sdk/pkg/kernel/pubspec.yaml
T
Karl Klose ff99a0ce59 Merge kernel closure conversion into the Dart SDK
This is the result of:
- taking the diff of the branch closure_conversion to master in the kernel
repository
- updating the file paths
- applying the diff to the Dart SDK
- fixing conflicts between the changes to pkg/kernel in the Dart SDK and the master branch in the kernel repository

R=asgerf@google.com

Review-Url: https://codereview.chromium.org/2561723003 .
2016-12-15 10:16:22 +01:00

24 lines
541 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:
analyzer: ^0.30.0-alpha.0
path: ^1.3.9
args: ^0.13.4
logging: ^0.11.2
package_config: ^1.0.0
dev_dependencies:
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
dependency_overrides:
analyzer: {path: ../analyzer}