adce7e2d39
BUG= https://code.google.com/p/dart/issues/detail?id=12536 R=rnystrom@google.com Review URL: https://codereview.chromium.org//631123002 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@40966 260f80e4-7a28-3924-810f-c04153c831b5
15 lines
389 B
YAML
15 lines
389 B
YAML
name: args
|
|
version: 0.12.1-dev
|
|
author: "Dart Team <misc@dartlang.org>"
|
|
homepage: http://www.dartlang.org
|
|
description: >
|
|
Library for defining parsers for parsing raw command-line arguments into
|
|
a set of options and values using GNU and POSIX style options.
|
|
|
|
dependencies:
|
|
collection: ">=0.9.0 <2.0.0"
|
|
dev_dependencies:
|
|
unittest: ">=0.9.0 <0.11.0"
|
|
environment:
|
|
sdk: ">=1.0.0 <2.0.0"
|