Chromium Code Reviews

Side by Side Diff: pkg/async/pubspec.yaml

Issue 113883002: Create associated packages for the dart:collection and dart:async libs. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Split sequence_zip into pkg:async and pkg:collection. Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | | Annotate | Revision Log
« no previous file with comments | « pkg/async/lib/async.dart ('k') | pkg/collection/README.md » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 name: yaml 1 name: async
2 version: 0.9.0 2 version: 0.9.0
3 author: "Dart Team <misc@dartlang.org>" 3 author: '"Dart Team <misc@dartlang.org>"'
4 description: Utility functions and classes related to the 'dart:async' library.
4 homepage: http://www.dartlang.org 5 homepage: http://www.dartlang.org
5 description: A parser for YAML.
6 dev_dependencies: 6 dev_dependencies:
7 unittest: ">=0.9.0 <0.10.0" 7 unittest: ">=0.9.0 <0.10.0"
8 environment: 8 environment:
9 sdk: ">=0.8.10+6 <2.0.0" 9 sdk: ">=0.8.10+6 <2.0.0"
Søren Gjesse 2013/12/19 11:01:37 Shouldn't we just go for sdk: ">=1.0.0 <2.0.0"
Lasse Reichstein Nielsen 2013/12/19 13:39:52 Absolutely, well spotted.
OLDNEW
« no previous file with comments | « pkg/async/lib/async.dart ('k') | pkg/collection/README.md » ('j') | no next file with comments »

Powered by Google App Engine