| Index: pkg/fixnum/README.md
|
| diff --git a/pkg/fixnum/README.md b/pkg/fixnum/README.md
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..81f64674947deb1202c96905f1e38ab98f2c8742
|
| --- /dev/null
|
| +++ b/pkg/fixnum/README.md
|
| @@ -0,0 +1,22 @@
|
| +fixnum
|
| +======
|
| +
|
| +A fixed-size integer library for Dart.
|
| +- - -
|
| +The fixnum package provides data types for signed 32- and 64-bit integers.
|
| +The integer implementations in this library are designed to work identically
|
| +whether executed on the Dart VM or compiled to JavaScript.
|
| +
|
| +Installing
|
| +----------
|
| +
|
| +Use [pub](http://pub.dartlang.org) to install this package. Add the following
|
| +to your `pubspec.yaml` file:
|
| +
|
| + dependencies:
|
| + fixnum: any
|
| +
|
| +Then run `pub install`.
|
| +
|
| +For more information, see the
|
| +[fixnum package on pub.dartlang.org](http://pub.dartlang.org/packages/fixnum).
|
|
|