| Index: pkg/sequence_zip/pubspec.yaml
|
| diff --git a/pkg/sequence_zip/pubspec.yaml b/pkg/sequence_zip/pubspec.yaml
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..ba4d3771bec8be43481674b3df401e8d18151c50
|
| --- /dev/null
|
| +++ b/pkg/sequence_zip/pubspec.yaml
|
| @@ -0,0 +1,9 @@
|
| +name: sequence_zip
|
| +author: "Dart Team <misc@dartlang.org>"
|
| +homepage: http://www.dartlang.org
|
| +description: >
|
| + "Zip" functionality on iterables and streams.
|
| + Combines multiple iterables into a single iterable of tuples of values,
|
| + and similar for Streams.
|
| +dev_dependencies:
|
| + unittest: any
|
|
|