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"}