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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « pkg/fixnum/LICENSE ('k') | pkg/fixnum/lib/fixnum.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 fixnum
2 ======
3
4 A fixed-size integer library for Dart.
5 - - -
6 The fixnum package provides data types for signed 32- and 64-bit integers.
7 The integer implementations in this library are designed to work identically
8 whether executed on the Dart VM or compiled to JavaScript.
9
10 Installing
11 ----------
12
13 Use [pub](http://pub.dartlang.org) to install this package. Add the following
14 to your `pubspec.yaml` file:
15
16 dependencies:
17 fixnum: any
18
19 Then run `pub install`.
20
21 For more information, see the
22 [fixnum package on pub.dartlang.org](http://pub.dartlang.org/packages/fixnum).
OLDNEW
« 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