call-plantuml: A simple library to call PlantUML given a diagram specification

[ graphics, language, library, mit ] [ Propose Tags ]

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.0.1, 0.0.1.1, 0.0.1.2, 0.0.1.3
Change log ChangeLog.md
Dependencies async (>=2.2.1 && <2.3), base (>=4.12 && <5), bytestring (>=0.10.4 && <0.13), filepath (>=1.4 && <1.5), process (>=1.6 && <1.7) [details]
License MIT
Copyright 2022-2023 Marcellus Siegburg
Author Marcellus Siegburg
Maintainer marcellus.siegburg@uni-due.de
Category Graphics, Language
Home page https://github.com/marcellussiegburg/call-plantuml#readme
Bug tracker https://github.com/marcellussiegburg/call-plantuml/issues
Source repo head: git clone https://github.com/marcellussiegburg/call-plantuml
Uploaded by marcellus at 2023-12-06T16:54:28Z
Distributions LTSHaskell:0.0.1.3, Stackage:0.0.1.3
Downloads 508 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-12-06 [all 1 reports]

Readme for call-plantuml-0.0.1.3

[back to package description]

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.