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

Unified Diff: pubspec.yaml

Issue 2939773003: Initialize dart-lang/tuple with the tuple package at v1.0.1. (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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « lib/tuple.dart ('k') | test/all_tests.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pubspec.yaml
diff --git a/pubspec.yaml b/pubspec.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..48bc8c3523a0d721a1b72300d3630a412947c1c7
--- /dev/null
+++ b/pubspec.yaml
@@ -0,0 +1,13 @@
+name: tuple
+version: 1.0.1
+authors:
+- Boris Kaul <localvoid@gmail.com>
+- Kwang Yul Seo <kwangyul.seo@gmail.com>
+description: Tuple data structure
+homepage: https://github.com/kseo/tuple
+environment:
+ sdk: '>=1.6.0'
+dependencies:
+ quiver_hashcode: '>=1.0.0-dev.1 <1.1.0'
+dev_dependencies:
+ test: any
« no previous file with comments | « lib/tuple.dart ('k') | test/all_tests.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698