Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(507)

Unified Diff: pkg/fixnum/README.md

Issue 23173002: Added fixnum package docs. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Additions based on review comments. Created 7 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | pkg/fixnum/lib/fixnum.dart » ('j') | pkg/fixnum/lib/src/intx.dart » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/fixnum/README.md
diff --git a/pkg/fixnum/README.md b/pkg/fixnum/README.md
new file mode 100644
index 0000000000000000000000000000000000000000..5be9e2cb73c5a54060e0e6493754e604c0efcce1
--- /dev/null
+++ b/pkg/fixnum/README.md
@@ -0,0 +1,24 @@
+fixnum
+======
+
+A fixed-size integer package for Dart.
+- - -
+The fixnum package provides data types for signed 32- and 64-bit integers.
+These integer implementations in this library are designed to work identically
Kathy Walrath 2013/08/14 17:55:28 These -> The
Chris Bracken 2013/08/14 18:13:58 Done.
+whether executed on the Dart VM or compiled to JavaScript.
+
+Installing
+----------
+
+Use [pub][] 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).
+
+[pub]: http://pub.dartlang.org
« no previous file with comments | « no previous file | pkg/fixnum/lib/fixnum.dart » ('j') | pkg/fixnum/lib/src/intx.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698