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

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

Modules

[Index] [Quick Jump]

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

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
Revised Revision 1 made by marcellus at 2023-07-07T14:27:07Z
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-05-09T12:58:00Z
Distributions LTSHaskell:0.0.1.3, Stackage:0.0.1.3
Downloads 521 total (23 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.2

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