Add authors and homepages to packages.

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@15601 260f80e4-7a28-3924-810f-c04153c831b5
This commit is contained in:
dgrove@google.com 2012-11-30 21:16:01 +00:00
parent 030e9e267f
commit 33abe0ef0a
10 changed files with 25 additions and 2 deletions

View file

@ -1,4 +1,6 @@
name: args
author: "Dart Team <misc@dartlang.org>"
homepage: http://www.dartlang.org
description: >
Libraries for defining parsers for parsing raw command-line arguments into
a set of options and values using GNU and POSIX style options.

View file

@ -1,3 +1,5 @@
name: fixnum
author: "Dart Team <misc@dartlang.org>"
homepage: http://www.dartlang.org
description: >
Library for 32- and 64-bit fixed size integers.

View file

@ -1,3 +1,5 @@
name: htmlescape
author: "Dart Team <misc@dartlang.org>"
homepage: http://www.dartlang.org
description: >
Simple HTML utility for escapeing a String.
Simple HTML utility for escaping a String.

View file

@ -1,4 +1,6 @@
name: http
author: "Dart Team <misc@dartlang.org>"
homepage: http://www.dartlang.org
description: A composable, Future-based API for making HTTP requests.
dependencies:
unittest:

View file

@ -1,4 +1,6 @@
name: intl
author: "Dart Team <misc@dartlang.org>"
homepage: http://www.dartlang.org
description: >
Contains code to deal with internationalized/localized
messages, date and number formatting and parsing,

View file

@ -1,4 +1,6 @@
name: logging
author: "Dart Team <misc@dartlang.org>"
homepage: http://www.dartlang.org
description: >
Provides APIs for debugging and error logging. This library introduces
abstractions similar to those used in other languages, such as the Closure JS

View file

@ -1,4 +1,6 @@
name: meta
author: "Dart Team <misc@dartlang.org>"
homepage: http://www.dartlang.org
description: >
This library contains the definitions of annotations that provide additional
semantic information about the program being annotated. These annotations are

View file

@ -1,5 +1,10 @@
name: oauth2
description: A composable, Future-based API for making HTTP requests.
author: "Dart Team <misc@dartlang.org>"
homepage: http://www.dartlang.org
description: >
A client library for authenticating with a remote service via OAuth2 on
behalf of a user, and making authorized HTTP requests with the user's
OAuth2 credentials.
dependencies:
unittest:
sdk: unittest

View file

@ -1,4 +1,6 @@
name: unittest
author: "Dart Team <misc@dartlang.org>"
homepage: http://www.dartlang.org
description: >
A library for writing dart unit tests.

View file

@ -1,4 +1,6 @@
name: webdriver
author: "Dart Team <misc@dartlang.org>"
homepage: http://www.dartlang.org
description: >
Provides WedDriver bindings for Dart. These use the WebDriver JSON
interface, and as such, require the use of the WebDriver remote server.