Skip to content

Parser for cardiotocography data encoded with 1371 protocol

License

Notifications You must be signed in to change notification settings

danplubell/CTG1371

Repository files navigation

CTG1371

# Update to latest version of Cabal.
cabal update
cabal install cabal-install

# Initialize a sandbox and install the package's dependencies.
make install

# Configure & build the package.
make configure
make build

# Test package.
make test

# Benchmark package.
make bench

# Run executable.
make run

# Start REPL.
make repl

# Generate documentation.
make haddock

# Analyze coverage.
make hpc

About

Parser for cardiotocography data encoded with 1371 protocol

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published