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

Unified Diff: pkg/meta/pubspec.yaml

Issue 1705803002: Add `pkg/meta` (#25741). (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 10 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 | « pkg/meta/lib/meta.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/meta/pubspec.yaml
diff --git a/pkg/meta/pubspec.yaml b/pkg/meta/pubspec.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..4b20d9cd56bfd4b5398f344287fcf8dcf3b7679a
--- /dev/null
+++ b/pkg/meta/pubspec.yaml
@@ -0,0 +1,10 @@
+name: meta
+version: 0.9.0
pquitslund 2016/02/17 17:15:08 Last published version was 0.8.8. FWIW I'm happy t
Brian Wilkerson 2016/02/17 17:38:36 I think this is fine.
+author: Dart Team <misc@dartlang.org>
+homepage: http://www.dartlang.org
+description: >
+ This library contains the definitions of annotations that provide additional
+ semantic information about the program being annotated. These annotations are
+ intended to be used by tools to provide a better user experience.
+environment:
+ sdk: '>=1.12.0 <2.0.0'
« no previous file with comments | « pkg/meta/lib/meta.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698