Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/Gabriella439/dhall-dot

Dhall support for the DOT language for graphviz
https://github.com/Gabriella439/dhall-dot

Last synced: 3 months ago
JSON representation

Dhall support for the DOT language for graphviz

Lists

README

        

# `dhall-dot`

This package provides [Dhall](https://dhall-lang.org/) support for the
[DOT language](https://graphviz.org/doc/info/lang.html) used by the
[Graphviz](https://graphviz.org/about/) package. This support consists of:

* [GraphViz types](./types.dhall) encoded in Dhall
* A [`render`](./render.dhall) function to render a `Graph` as `Text`

See the [`package.dhall`](./package.dhall) file for example usage.