dart-sdk/pkg/async_helper/pubspec.yaml
2013-11-06 18:28:22 +00:00

13 lines
421 B
YAML

name: async_helper
version: 0.9.0
author: "Dart Team <misc@dartlang.org>"
homepage: http://www.dartlang.org
description: >
Async_helper is used for asynchronous tests that do not want to
make use of the Dart unittest library - for example, the core
language tests.
Third parties are discouraged from using this, and should use
the facilities provided in the unittest library.
environment:
sdk: ">=0.8.10+6 <2.0.0"