a6593d32bc
It's currently too difficult to include a third party package for it to be worthwhile for this use case. R=alanknight@google.com Review URL: https://codereview.chromium.org//419683002 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@38564 260f80e4-7a28-3924-810f-c04153c831b5
10 lines
255 B
YAML
10 lines
255 B
YAML
name: pool
|
|
version: 1.0.0
|
|
author: Dart Team <misc@dartlang.org>
|
|
description: A class for managing a finite pool of resources.
|
|
homepage: http://www.dartlang.org
|
|
dependencies:
|
|
stack_trace: ">=0.9.2 <2.0.0"
|
|
dev_dependencies:
|
|
unittest: ">=0.11.0 <0.12.0"
|