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

Unified Diff: pkg/http_parser/pubspec.yaml

Issue 223023003: Extract an http_parser package from shelf. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: code review Created 6 years, 9 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/http_parser/lib/src/media_type.dart ('k') | pkg/http_parser/test/http_date_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/http_parser/pubspec.yaml
diff --git a/pkg/string_scanner/pubspec.yaml b/pkg/http_parser/pubspec.yaml
similarity index 52%
copy from pkg/string_scanner/pubspec.yaml
copy to pkg/http_parser/pubspec.yaml
index 3035901ea7c77fbe6b8640edaaf0cdfaa0039381..1ace583151f5c362e0af668d167853169b1a174e 100644
--- a/pkg/string_scanner/pubspec.yaml
+++ b/pkg/http_parser/pubspec.yaml
@@ -1,9 +1,12 @@
-name: string_scanner
+name: http_parser
version: 0.0.1
author: "Dart Team <misc@dartlang.org>"
homepage: http://www.dartlang.org
description: >
- A class for parsing strings using a sequence of patterns.
+ A platform-independent package for parsing and serializing HTTP formats.
+dependencies:
+ collection: ">=0.9.1 <0.10.0"
+ string_scanner: ">=0.0.0 <0.1.0"
dev_dependencies:
unittest: ">=0.10.0 <0.11.0"
environment:
« no previous file with comments | « pkg/http_parser/lib/src/media_type.dart ('k') | pkg/http_parser/test/http_date_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698