-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathcrackNum.cabal
32 lines (29 loc) · 1.22 KB
/
crackNum.cabal
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Cabal-version : 2.2
Name : crackNum
Version : 3.15
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.10.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, ghc, sbv >= 11.0
, tasty, tasty-golden, filepath, directory, process, deepseq
other-modules : Paths_crackNum, CrackNum.TestSuite
autogen-modules : Paths_crackNum