fortran-lang / registry

Registry for Fortran package manager
MIT License
8 stars 3 forks source link

Tarball handling #58

Open certik opened 7 months ago

certik commented 7 months ago

Currently the tarball includes all dependencies (recursively). That will not scale. Instead, each tarball should just contain sources of the package itself, and all dependencies should be specified via fpm.toml, and the fpm package manager will correctly download those separately.