name: vcd version: 0.2.0 category: Data, Hardware, Embedded synopsis: Reading and writing VCD files. description: Defined by the Verilog standard, VCD (value change dump) is a file format for capturing digital and analog waveforms, typically from HDL simulation. author: Tom Hawkins maintainer: Tom Hawkins license: BSD3 license-file: LICENSE homepage: http://tomahawkins.org build-type: Simple cabal-version: >= 1.6 library build-depends: base >= 4.0 && < 5.0, polyparse >= 1.4 && < 1.5, improve >= 0.1.0 && < 0.2 exposed-modules: Data.VCD ghc-options: -W source-repository head type: git location: git://github.com/tomahawkins/vcd.git