This repository has been archived by the owner on Oct 17, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
5 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,9 @@ | ||
A fixed-width 32- and 64- bit integer library for Dart. | ||
|
||
[![Pub](https://img.shields.io/pub/v/fixnum.svg)](https://pub.dev/packages/fixnum) | ||
[![Build Status](https://travis-ci.org/dart-lang/fixnum.svg?branch=master)](https://travis-ci.org/dart-lang/fixnum) | ||
[![Coverage Status](https://img.shields.io/coveralls/dart-lang/fixnum.svg)](https://coveralls.io/r/dart-lang/fixnum) | ||
|
||
## Documentation | ||
|
||
The fixnum package provides data types for signed 32- and 64-bit integers. | ||
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. | ||
|
||
For more information, see the | ||
[fixnum package](https://pub.dev/packages/fixnum) on | ||
[pub.dev](https://pub.dev/). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,9 @@ | ||
name: fixnum | ||
version: 0.10.12-dev | ||
|
||
description: Library for 32- and 64-bit signed fixed-width integers. | ||
author: Dart Team <[email protected]> | ||
description: >- | ||
Library for 32- and 64-bit signed fixed-width integers with consistent | ||
behavior between native and JS runtimes. | ||
homepage: https://github.com/dart-lang/fixnum | ||
|
||
environment: | ||
|