8d63f101f0
R=sgjesse@google.com Review URL: https://codereview.chromium.org//119093005 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@31261 260f80e4-7a28-3924-810f-c04153c831b5
15 lines
462 B
YAML
15 lines
462 B
YAML
name: sequence_zip
|
|
version: 0.9.1
|
|
author: Dart Team <misc@dartlang.org>
|
|
homepage: http://www.dartlang.org
|
|
description: >
|
|
"Zip" functionality on iterables and streams.
|
|
This package has been discontinued.
|
|
The zip functionality for iterables is in `package:collection/iterable_zip.dart`
|
|
and the zip functionality for streams is in `package:async/stream_zip.dart`.
|
|
dependencies:
|
|
collection: "0.9.0"
|
|
async: "0.9.0"
|
|
environment:
|
|
sdk: ">=0.8.10+6 <2.0.0"
|