packages feed

crackNum-3.2: crackNum.cabal

Cabal-version      : 2.2
Name               : crackNum
Version            : 3.2
Synopsis           : Crack various integer and floating-point data formats
Description        : Crack IEEE-754 float formats and arbitrary sized words and integers, showing the layout.
                     .
                     For details, please see: <http://github.com/LeventErkok/crackNum/>
License            : BSD-3-Clause
License-file       : LICENSE
Author             : Levent Erkok
Homepage           : http://github.com/LeventErkok/CrackNum
Maintainer         : erkokl@gmail.com
Copyright          : Levent Erkok
Category           : Tools
Build-type         : Simple
Extra-Source-Files : README.md, COPYRIGHT, CHANGES.md

Tested-With       : GHC==9.0.1

source-repository head
    type:       git
    location:   git://github.com/LeventErkok/crackNum.git

Executable crackNum
   main-is         : CrackNum/Main.hs
   default-language: Haskell2010
   hs-source-dirs  : src
   ghc-options     : -Wall -Wunused-packages
   build-depends   : base >= 4.11 && < 5, libBF, sbv >= 8.14
                   , tasty, tasty-golden, filepath, directory, process
   other-modules   : Paths_crackNum, CrackNum.TestSuite
   autogen-modules : Paths_crackNum