datetime-fortran
brew install datetime-fortran
v1.7.0
MIT
Fortran time and date manipulation library
34
30-day installs · #5530
34
90-day · #8337
84
365-day · #9632
151
★ GitHub stars · updated 3y ago
Runtime dependencies
GitHub topics
datetime
fortran
strftime
timedelta
Links
- https://github.com/wavebitscientific/datetime-fortran
- GitHub: wavebitscientific/datetime-fortran
- Brew formula source: Formula/d/datetime-fortran.rb
Raw metadata
{
"aliases": [],
"alternatives": [],
"build_dependencies": [],
"categories": [],
"caveats": null,
"conflicts_with": [],
"dependencies": [
"gcc"
],
"deprecated": 0,
"deprecation_reason": null,
"desc": "Fortran time and date manipulation library",
"disable_reason": null,
"disabled": 0,
"enrichment_fetched_at": "2026-06-20T23:36:51+00:00",
"first_seen": "2026-06-20T23:34:18+00:00",
"full_name": "datetime-fortran",
"github_default_branch": "main",
"github_last_commit_at": "2023-06-20T14:15:25Z",
"github_readme_excerpt": "# datetime-fortran\n\n[](https://github.com/wavebitscientific/datetime-fortran/actions)\n[](https://github.com/wavebitscientific/datetime-fortran/issues)\n\nDate and time manipulation for modern Fortran.\nThe fundamental time step is one millisecond.\n\n## Getting started\n\nFirst, get the code by cloning this repo:\n\n```sh\ngit clone https://github.com/wavebitscientific/datetime-fortran\ncd datetime-fortran\n```\n\nor by downloading a [release tarball](https://github.com/wavebitscientific/datetime-fortran/releases).\nThe latter is recommended if you want to build datetime-fortran with autotools and make.\n\nYou can build datetime-fortran with FPM, autotools, CMake, or by simply including\nthe source file \"src/datetime_module.f90\" in your project.\nNOTE: Windows additionally requires \"src/strptime.cpp\" in your project.\n\n### FPM\n\nAs of version 1.7.0, datetime-fortran can be built using the\n[Fortran Package Manager](https://github.com/fortran-lang/fpm).\nFollow the directions on that page to install FPM if you haven\u0027t already.\n\nTo build, type:\n\n```sh\nfpm build\n```\n\nbinary artifacts are created in:\n\n* Library and module files: `build/gfortran_debug/library`\n* test executables: `build/gfortran_debug/tests`.\n\nTo run the tests, type:\n\n```sh\nfpm test\n```\n\n### Autotools\n\n```\n./configure\nmake check\nmake install\n```\n\nIf you cloned the repo instead of downloading a release tarball,\nrun `autoreconf -i` first to generate the `configure` script.\n\n### CMake\n\n```sh\ncmake -B build\ncmake --build build\n```\n\nbinary artifacts are created in:\n\n* Library: `build/lib/libdatetime`\n* module: `build/include/datetime.mod`\n* test executable: `build/bin/datetime_tests`\n\noptionally, to install (replace \"~/mylibs\" with your desired install directory):\n\n```sh\ncmake -B build -DCMAKE_INSTALL_PREFIX=~/mylibs\ncmake --install build\n```\n\nopt",
"github_repo": "wavebitscientific/datetime-fortran",
"github_stars": 151,
"github_topics": [
"datetime",
"fortran",
"strftime",
"timedelta"
],
"homepage": "https://github.com/wavebitscientific/datetime-fortran",
"homepage_og_description": null,
"homepage_og_image": null,
"homepage_title": null,
"installs_30d": 34,
"installs_365d": 84,
"installs_90d": 34,
"keg_only": 0,
"keg_only_reason": null,
"last_seen": "2026-06-20T23:34:18+00:00",
"license": "MIT",
"llm_generated_at": null,
"llm_model": null,
"name": "datetime-fortran",
"oldnames": [],
"one_liner": null,
"optional_dependencies": [],
"rank_30d": 5530,
"rank_365d": 9632,
"rank_90d": 8337,
"raw_hash": "1b275956e95b9331",
"recommended_dependencies": [],
"revision": 0,
"ruby_source_path": "Formula/d/datetime-fortran.rb",
"tap": "homebrew/core",
"test_dependencies": [],
"uses_from_macos": [],
"version_head": "HEAD",
"version_stable": "1.7.0",
"versioned_formulae": [],
"why_use_this": null
}