#1111619 ITP: fortran-jonquil -- Fortran library to add TOML features to JSON

Package:
wnpp
Source:
wnpp
Submitter:
Alastair McKinstry
Date:
2025-08-20 07:37:03 UTC
Severity:
normal
#1111619#5
Date:
2025-08-20 07:34:30 UTC
From:
To:
* Package name    : fortran-jonquil
  Version         : 0.3.0
  Upstream Contact: Sebastian Ehlert
* URL             : https://github.com/toml-f/jonquil
* License         : MIT or Apache-2.0
  Programming Lang: Fortran
  Description     : Fortran library to add TOML features to JSON

Jonquil (named after the flower) brings all the features available for TOML to JSON land.
In fact it provides a seamless intercompatibility when working with the data structures
of either library and allows to mix and match them freely.
One key strength of Jonquil is that the data structures are not using any pointer components,
but only allocatables, making them safe to work with,
easy to (deep-)copy and simple to delete without special care or extra finalization.

It is a dependency of Fortran fpm, which I am packaging.
I will maintain them both as part of the Debian Science team.