-
Notifications
You must be signed in to change notification settings - Fork 116
Create a reference for the package manifest #224
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
LKedward
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great! This is definitely needed! (I forget the syntax specifics sometimes).
Co-authored-by: Laurence Kedward <[email protected]>
|
This is definitely something we needed. Thanks for putting it together. |
milancurcic
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it's great, thank you. I only found 1 typo.
Co-authored-by: Milan Curcic <[email protected]>
|
Thanks for reviewing everyone and many thanks @awvwgk. With three approvals I will now merge. |
This PR creates a reference of the current specification of the package manifest for fpm, using the bootstrap fpm, Fortran fpm and the fpm-registry to collect all supported entries and sections. This allows to define specs independently from the actual implementation in the bootstrap or Fortran version or the additional constraints imposed by the fpm-registry.
This augments the
PACKAGING.md, which is more a user guide to packaging with fpm.