Index: pkg/fixnum/pubspec.yaml |
=================================================================== |
--- pkg/fixnum/pubspec.yaml (revision 0) |
+++ pkg/fixnum/pubspec.yaml (revision 0) |
@@ -0,0 +1,4 @@ |
+name: fixnum |
+description: > |
+ Library for 32- and 64-bit fixed size integers. |
+dependencies: |
Bob Nystrom
2012/08/15 20:19:05
You can omit the dependencies: line if it has none
|