Source: fortran-jonquil Section: utils Priority: optional Maintainer: Debian Science Maintainers Standards-Version: 4.7.2 Uploaders: Alastair McKinstry Build-Depends: debhelper-compat (= 13), dh-fortran-mod, libfortran-testdrive-dev, libfortran-toml-dev, pkgconf, meson Homepage: https://github.com/toml-f/jonquil Vcs-Browser: https://salsa.debian.org/science-team/fortran-jonquil.git Vcs-Git: https://salsa.debian.org/science-team/fortran-jonquil.git Package: libfortran-jonquil-dev Architecture: any Depends: ${misc:Depends},${fortran:Depends}, libfortran-jonquil-0 ( = ${binary:Version}) Recommends: pkgconf Description: Fortran library to add TOML features to JSON - devel files 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. Package: libfortran-jonquil-0 Architecture: any Multi-Arch: same Depends: ${misc:Depends}, ${shlibs:Depends} 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.