Files
sdk/pkg/http_parser/pubspec.yaml
T
nweiz@google.com d2b78852cf Extract an http_parser package from shelf.
This will allow HTTP format parsing to be shared between shelf and the
http package, as well as potentially other packages.

R=kevmoo@google.com

Review URL: https://codereview.chromium.org//223023003

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@34680 260f80e4-7a28-3924-810f-c04153c831b5
2014-04-03 00:54:38 +00:00

14 lines
364 B
YAML

name: http_parser
version: 0.0.1
author: "Dart Team <misc@dartlang.org>"
homepage: http://www.dartlang.org
description: >
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:
sdk: ">=1.2.0 <2.0.0"