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: 12 days ago
JSON representation
Dhall support for the DOT language for graphviz
- Host: GitHub
- URL: https://github.com/Gabriella439/dhall-dot
- Owner: Gabriella439
- License: bsd-3-clause
- Created: 2020-08-29T18:39:08.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-05T01:29:38.000Z (about 2 years ago)
- Last Synced: 2024-05-23T10:25:55.651Z (6 months ago)
- Language: Dhall
- Size: 9.77 KB
- Stars: 37
- Watchers: 6
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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.