dotparse: dot language parsing and printing.

[ bsd3, graphics, library, project ] [ Propose Tags ]

This package provides parsing and printing of the dot language.

Usage

>>> :set -XOverloadedLabels
>>> :set -XOverloadedStrings
>>> import DotParse
>>> import Chart
>>> import DotParse.Examples (exInt)
>>> ex <- processGraph exInt
>>> writeChartOptions "other/exga.svg" (graphToChartWith defaultChartConfig ex)

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.0.1, 0.0.2, 0.0.3, 0.1.0.0
Dependencies algebraic-graphs (>=0.6 && <0.8), base (>=4.7 && <5), bytestring (>=0.11.3 && <0.12), chart-svg (>=0.3 && <0.5), containers (>=0.6 && <0.7), flatparse (>=0.3.2 && <0.5), numhask-space (>=0.10 && <0.11), optics-core (>=0.4 && <0.5), process-extras (>=0.7.4 && <0.8), string-interpolate (>=0.3 && <0.4), template-haskell (>=2.16 && <2.21), text (>=1.2 && <2.1), these (>=1.1.1 && <1.3) [details]
License BSD-3-Clause
Copyright Tony Day (c) 2022
Author Tony Day
Maintainer tonyday567@gmail.com
Revised Revision 1 made by tonyday567 at 2023-04-06T22:04:12Z
Category project
Home page https://github.com/tonyday567/dotparse#readme
Bug tracker https://github.com/tonyday567/dotparse/issues
Source repo head: git clone https://github.com/tonyday567/dotparse
Uploaded by tonyday567 at 2023-04-06T06:44:02Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 186 total (19 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2023-04-06 [all 1 reports]