vcd-0.2.1: vcd.cabal
name: vcd
version: 0.2.1
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 <tomahawkins@gmail.com>
maintainer: Tom Hawkins <tomahawkins@gmail.com>
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.6,
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