gmpint: GMP integer conversions

[ bsd3, c, deprecated, ffi, foreign, library ] [ Propose Tags ]
Deprecated in favor of hgmp

This defines a Storable instance for GMP's mpz type and provides functions for working with GMP integers.


[Skip to Readme]

Modules

[Index] [Quick Jump]

Flags

Manual Flags

NameDescriptionDefault
development

Enable `-Werror`

Disabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

  • No current members of group

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0.0, 0.1.0.1, 0.1.0.2, 0.1.0.3, 0.1.0.4, 0.1.0.5, 0.1.0.6, 0.1.0.7, 0.1.0.8, 0.1.0.9, 0.1.0.10, 0.1.0.11, 0.1.0.12, 0.1.0.13, 0.1.0.14, 0.1.1.1, 0.1.1.2
Change log CHANGELOG.md
Dependencies base (>=4.3 && <5) [details]
License BSD-3-Clause
Copyright Copyright: (c) 2018 Vanessa McHale
Author Vanessa McHale
Maintainer vamchale@gmail.com
Category C, FFI, Foreign
Source repo head: git clone https://github.com/vmchale/hs-ats
Uploaded by vmchale at 2018-08-07T21:15:45Z
Distributions NixOS:0.1.1.2
Reverse Dependencies 2 direct, 0 indirect [details]
Downloads 8124 total (27 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2018-08-07 [all 1 reports]

Readme for gmpint-0.1.1.2

[back to package description]

gmpint

This defines a GMPInt type and a Storable instance for that type, as well functions for working with such types.