Files
sdk/pkg/fixnum/pubspec.yaml
T
Stephen Adams 231de7d3c2 Int64 improvements
1. Avoid test for JavaScript vs VM
2. strengthen & and | masking to help infer uint31 types in tests

R=cbracken@google.com

Review URL: https://codereview.chromium.org/1520773002 .
2015-12-14 13:50:11 -08:00

10 lines
250 B
YAML

name: fixnum
version: 0.10.3
author: Dart Team <misc@dartlang.org>
description: Library for 32- and 64-bit fixed size integers.
homepage: http://www.dartlang.org
dev_dependencies:
unittest: ">=0.9.0 <0.10.0"
environment:
sdk: ">=0.8.10+6 <2.0.0"