blob: 4649817e8f18fe38264f654065b31758aaaa3e05 [file] [log] [blame]
name: args
version: 2.0.0-nullsafety.0
homepage: https://github.com/dart-lang/args
description: >-
Library for defining parsers for parsing raw command-line arguments into a set
of options and values using GNU and POSIX style options.
environment:
sdk: '>=2.12.0-0 <3.0.0'
dev_dependencies:
pedantic: ^1.10.0-nullsafety.3
test: ^1.16.0-nullsafety.9
# Required to get a version solve due to cyclic dependency
dependency_overrides:
test_core: ^0.3.12-nullsafety.9
coverage: ">=0.13.4 <0.15.0"
analyzer: ">=0.39.5 <0.41.0"