-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
[new release] ppx_heml (0.1.0) #26297
base: master
Are you sure you want to change the base?
Conversation
CHANGES: * Initial release
Seems like the only error left is "Possible conflict with |
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.
Thank you for publishing this package! It looks quite useful :)
Seems like the only error left is "Possible conflict with
ppx_here
andppx_demo
" 🤷♂️
Those are not an issue (and rather indicate our conflict checking is still too coarse).
Just two small changes requested to get it in great shape, afaict.
maintainer: ["Petri-Johan Last"] | ||
authors: ["Petri-Johan Last"] | ||
license: "MIT" | ||
tags: ["topics" "to describe" "your" "project"] |
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.
Would you either remove the tags or change them to be relevant?
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.
Oh, right! Thanks!
opam-version: "2.0" | ||
synopsis: "PPX for deriving HTML templates" | ||
description: "PPX for deriving HTML templates. Includes %heml" | ||
maintainer: ["Petri-Johan Last"] |
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.
Could you provide a contact for maintenance? An email address is what we usually use and is preferable, but it should be some way you can be contacted at least.
PPX for deriving HTML templates
CHANGES: