gmpint: GMP integer conversions

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

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


[Skip to Readme]

Properties

Versions 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.1, 0.1.1.2
Change log None available
Dependencies base (>=4.8 && <5), micro-recursion-schemes [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-07-02T02:51:30Z

Modules

[Index]

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

For package maintainers and hackage trustees


Readme for gmpint-0.1.1.1

[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.