From a0e49937af04892385a1f03c8ec67c1b33483df7 Mon Sep 17 00:00:00 2001 From: Michael Hirsch <10931741+scivision@users.noreply.github.com> Date: Sun, 11 Apr 2021 22:56:52 -0400 Subject: [PATCH] add geospace-code/h5fortran package --- registry.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/registry.toml b/registry.toml index 46b9eb9..b594d49 100644 --- a/registry.toml +++ b/registry.toml @@ -27,6 +27,11 @@ latest.git = "https://github.com/fortran-lang/fpm" [functional] "latest" = { git="https://github.com/wavebitscientific/functional-fortran" } +[h5fortran] +"4.6.3" = {git="https://github.com/geospace-code/h5fortran", tag="v4.6.3"} +"latest" = {git="https://github.com/geospace-code/h5fortran"} + + [iso_varying_string] "latest" = {git="https://gitlab.com/everythingfunctional/iso_varying_string"}