4e42dbc1f9
BUG= R=brianwilkerson@google.com, scheglov@google.com Review-Url: https://codereview.chromium.org/2994723003 .
14 lines
453 B
YAML
14 lines
453 B
YAML
name: analysis_server_client
|
|
version: 1.0.1
|
|
author: Dart Team <misc@dartlang.org>
|
|
description:
|
|
A client wrapper over analysis_server. Instances of this client
|
|
manage a connection to the analysis_server process and
|
|
facilitates communication to and from the server.
|
|
homepage: http://github.com/dart-lang/sdk/pkg/analysis_server_client
|
|
dev_dependencies:
|
|
test: ">=0.12.0 <0.13.0"
|
|
mockito: ^2.0.2
|
|
environment:
|
|
sdk: ">=1.0.0 < 2.0.0-dev.infinity"
|