Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(451)

Side by Side Diff: pubspec.yaml

Issue 2944463002: Use quiver directly, and update README.google. This is so that (Closed)
Patch Set: Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « lib/tuple.dart ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 name: tuple 1 name: tuple
2 version: 1.0.1 2 version: 1.0.1
3 authors: 3 authors:
4 - Boris Kaul <localvoid@gmail.com> 4 - Boris Kaul <localvoid@gmail.com>
5 - Kwang Yul Seo <kwangyul.seo@gmail.com> 5 - Kwang Yul Seo <kwangyul.seo@gmail.com>
6 description: Tuple data structure 6 description: Tuple data structure
7 homepage: https://github.com/kseo/tuple 7 homepage: https://github.com/kseo/tuple
8 environment: 8 environment:
9 sdk: '>=1.6.0' 9 sdk: '>=1.6.0'
10 dependencies: 10 dependencies:
11 quiver_hashcode: '>=1.0.0-dev.1 <1.1.0' 11 quiver: '>=0.22.0 <0.23.0'
12 dev_dependencies: 12 dev_dependencies:
13 test: any 13 test: any
OLDNEW
« no previous file with comments | « lib/tuple.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698