fortran-lang / registry

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

feat: API for '/package/<package_id>' #8

Closed arteevraina closed 1 year ago

arteevraina commented 1 year ago

This PR (WIP) creates a GET request to the backend and tries to download the .tar file of the package. Since, we have not used any online storage service as of now, I have kept a locally .tar file in the folder that I am currently serving.