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 base (>=4.12 && <5), bytestring (>=0.10.4 && <0.12), filepath (>=1.4 && <1.5), process (>=1.6 && <1.7) [details]
License MIT
Copyright 2022 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 2022-06-02T18:25:58Z
Distributions LTSHaskell:0.0.1.3, Stackage:0.0.1.3
Downloads 497 total (32 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for call-plantuml-0.0.1

[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.