call-plantuml

A simple library to call PlantUML given a diagram specification

https://github.com/marcellussiegburg/call-plantuml#readme

Version on this page:0.0.1.2
LTS Haskell 22.20:0.0.1.3
Stackage Nightly 2024-05-04:0.0.1.3
Latest on Hackage:0.0.1.3

See all snapshots call-plantuml appears in

MIT licensed by Marcellus Siegburg
Maintained by [email protected]
This version can be pinned in stack with:call-plantuml-0.0.1.2@sha256:e9479b8248b5c9c92e52ff2218de4df3fca07a31b3306d3427a1bb7adb775e1a,2048

Module documentation for 0.0.1.2

call-plantuml Haskell CI

This is a simple library to call PlantUML given a diagram specification. PlantUML is included (as JAR file) within this library.

Requirements

  • Java Runtime Environment: There is currently no warning if you have not set up any Java Runtime Environment. However, you will get runtime errors if it is not available when a call to PlantUML happens. If you want to force a check, please perform the test cases.

Changes

Change Log

Unreleased changes

Released changes

Version 0.0.1.2

  • assure process is not terminated too early
  • upgrade PlantUML to 2023.06

Version 0.0.1.1

  • assure proper shutdown of Java (PlantUML)
  • make call truly headless
  • use async library

Version 0.0.1

  • provide basic ability to call PlantUML