fortran-datetime icon indicating copy to clipboard operation
fortran-datetime copied to clipboard

Preferred integration of this library

Open awvwgk opened this issue 3 years ago • 0 comments

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 https://github.com/toml-f/toml-f/pull/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.

awvwgk avatar Jul 31 '22 12:07 awvwgk