You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to include a section on this library as well, however the overhead from describing a robust CMake integration is quite substantial (see https://toml-f.readthedocs.io/en/latest/how-to/integration/#integrate-with-cmake for an example), having support for fpm as well would make this library more accessible for users.
If there is interest I can provide a patch for enabling fpm support in this project as well.
The text was updated successfully, but these errors were encountered:
Thanks for the nice work with this library.
I'm currently trying to bridge a library of mine with date time serialization / deserialization support to other date time libraries (see toml-f/toml-f#103). For two other date time libraries (https://github.com/wavebitscientific/datetime-fortran and https://github.com/urbanjost/M_time) this was quite easy to realize due to support for the Fortran package manager (https://fpm.fortran-lang.org).
I would like to include a section on this library as well, however the overhead from describing a robust CMake integration is quite substantial (see https://toml-f.readthedocs.io/en/latest/how-to/integration/#integrate-with-cmake for an example), having support for fpm as well would make this library more accessible for users.
If there is interest I can provide a patch for enabling fpm support in this project as well.
The text was updated successfully, but these errors were encountered: