Chromium Code Reviews| Index: pkg/serialization/pubspec.yaml |
| =================================================================== |
| --- pkg/serialization/pubspec.yaml (revision 0) |
| +++ pkg/serialization/pubspec.yaml (revision 0) |
| @@ -0,0 +1,6 @@ |
| +name: Serialization |
|
Jennifer Messerly
2012/11/15 08:02:14
Name should be lower case I think (with_underscore
Alan Knight
2012/11/15 20:51:03
Done, except for the name change. I like it, but w
|
| +description: > |
| + Provide a serialization facility for Dart objects. |
| +dependencies: |
| + unittest: |
| + sdk: unittest |