desc = "These integer types use overflow/underflow checked arithmetic, otherwise they work the same way."
keywords = ["integer", "overflow", "underflow", "checked-arithmetic"]
name = "SaferIntegers"
uuid = "88634af6-177f-5301-88b8-7819386cfa38"
repo = "https://github.com/JeffreySarnoff/SaferIntegers.jl.git"
author = "Jeffrey Sarnoff"
license = "MIT"
version = "v0.1.3"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["Test"]
