An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

Top 6.0% forks on hackage.haskell.org

hackage.haskell.org : z3

Bindings for the Z3 4.x Theorem Prover (https://github.com/Z3Prover/z3). Z3.Base.C provides the raw foreign imports from Z3's C API. Z3.Base does the marshaling of values between Haskell and C, and transparently handles reference counting of Z3 objects for you. Z3.Monad provides a convenient monadic wrapper for the common usage scenario. Examples: https://github.com/IagoAbal/haskell-z3/tree/master/examples Changelog: https://github.com/IagoAbal/haskell-z3/blob/master/CHANGES.md Installation: Unix-like: Just be sure to use the standard locations for dynamic libraries (/usr/lib) and header files (/usr/include), or else use the --extra-lib-dirs and --extra-include-dirs Cabal flags. (Hackage reports a build failure because Z3's library is missing.)

Registry - Source - JSON
purl: pkg:hackage/z3
Keywords: bit-vectors , bsd3 , formal-methods , library , math , smt , theorem-provers , Propose Tags , api , haskell , z3
License: BSD-3-Clause
Latest release: about 7 years ago
First release: about 13 years ago
Dependent repositories: 16
Downloads: 11,227 total
Stars: 58 on GitHub
Forks: 46 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: about 1 month ago

    Loading...
    Readme
    Loading...