Skip to content
vic

Gabriella439/dhall-dot

Dhall support for the DOT language for graphviz

Gabriella439/dhall-dot.json
{
"createdAt": "2020-08-29T18:39:08Z",
"defaultBranch": "main",
"description": "Dhall support for the DOT language for graphviz",
"fullName": "Gabriella439/dhall-dot",
"homepage": null,
"language": "Dhall",
"name": "dhall-dot",
"pushedAt": "2022-09-05T01:29:38Z",
"stargazersCount": 38,
"topics": [],
"updatedAt": "2025-08-20T20:36:37Z",
"url": "https://github.com/Gabriella439/dhall-dot"
}

This package provides Dhall support for the DOT language used by the Graphviz 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.