Files
sdk/pkg/path/pubspec.yaml
T
nweiz@google.com 33d7eaa237 Make path's top-level context field public.
This is useful for libraries that want to take a context object as an
argument, but want to default to respecting changes in the working
directory.

R=rnystrom@google.com
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@38957 260f80e4-7a28-3924-810f-c04153c831b5
2014-08-06 22:18:58 +00:00

13 lines
365 B
YAML

name: path
version: 1.3.0
author: Dart Team <misc@dartlang.org>
description: >
A string-based path manipulation library. All of the path operations you know
and love, with solid support on both Windows and POSIX (Linux and Mac OS X)
machines.
homepage: http://www.dartlang.org
dev_dependencies:
unittest: ">=0.9.0 <0.12.0"
environment:
sdk: ">=1.0.0 <2.0.0"