Dependencies for reedsolomon-0.0.4.3
Libraries
reedsolomon
- base (>=4.7 && <4.10)
- bytestring (>=0.10 && <0.11)
- exceptions (>=0.8 && <0.9)
- gitrev (>=1.0 && <1.3)
- loop (>=0.2 && <0.4)
- mtl (>=2.1 && <2.3)
- primitive (>=0.6 && <0.7)
- profunctors (>=4.4 && <5.3)
- vector (>=0.10 && <0.12)
Executables
reedsolomon-simple-encoder
- if !os(windows) && flag(examples)
- base
- bytestring
- bytestring-mmap (>=0.2 && <0.3)
- filepath (>=1.3 && <1.5)
- optparse-applicative (>=0.11 && <0.14)
- reedsolomon
- vector
- buildable: False
reedsolomon-simple-decoder
- if !os(windows) && flag(examples)
- base
- bytestring
- bytestring-mmap (>=0.2 && <0.3)
- filepath (>=1.3 && <1.5)
- optparse-applicative (>=0.11 && <0.14)
- reedsolomon
- vector
- buildable: False
reedsolomon-simple-bench
- if flag(examples)
- base
- criterion (>=1.1 && <1.2)
- random (>=1.1 && <1.2)
- reedsolomon
- statistics (>=0.13 && <0.14)
- vector
- buildable: False
reedsolomon-profiling
- if flag(examples)
- base
- clock (>=0.4 && <0.8)
- deepseq (>=1.3 && <1.5)
- optparse-applicative (>=0.11 && <0.14)
- random (>=1.1 && <1.2)
- reedsolomon
- vector
- buildable: False
Flags
Manual Flags
Name | Description | Default |
---|---|---|
simd | Enable SIMD Galois field calculation routines | Enabled |
llvm | Enable LLVM compilation | Enabled |
examples | Build example binaries | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info