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

Unified Diff: pkg/fixnum/README.md

Issue 1909043004: Moved pkg/fixnum to github (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Created 4 years, 8 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 | « pkg/fixnum/LICENSE ('k') | pkg/fixnum/lib/fixnum.dart » ('j') | no next file with comments »
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
deleted file mode 100644
index 81f64674947deb1202c96905f1e38ab98f2c8742..0000000000000000000000000000000000000000
--- a/pkg/fixnum/README.md
+++ /dev/null
@@ -1,22 +0,0 @@
-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).
« no previous file with comments | « pkg/fixnum/LICENSE ('k') | pkg/fixnum/lib/fixnum.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698