dart-sdk/pkg/vm/pubspec.yaml
Alexander Markov 58ffdbf5fc [VM] Move kernel service to pkg/vm, populate pkg/vm with necessary files
* kernel-service.dart is moved to pkg/vm/bin and renamed to
  kernel_service.dart

* LICENSE, pubspec.yaml and analysis_options.yaml added to pkg/vm.

* Kernel isolate name is corrected to be independent of URI passed
  in --dfe VM option.

Change-Id: I5b7b860297314e240e557af80913e7ac3e6324ad
Reviewed-on: https://dart-review.googlesource.com/21260
Reviewed-by: Vyacheslav Egorov <vegorov@google.com>
Reviewed-by: Sigmund Cherem <sigmund@google.com>
Commit-Queue: Alexander Markov <alexmarkov@google.com>
2017-11-17 17:45:03 +00:00

11 lines
288 B
YAML

name: vm
version: 0.1.0-alpha.1
author: Dart Team <misc@dartlang.org>
description: VM specific Dart code and helper scripts
homepage: https://github.com/dart-lang/sdk/tree/master/pkg/vm
environment:
sdk: ">=1.8.0 <2.0.0"
dependencies:
front_end: 0.1.0-alpha.6
kernel: 0.3.0-alpha.3