-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Add intel_hex.0.1 #29180
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
Add intel_hex.0.1 #29180
Conversation
3360934 to
eadde8d
Compare
shonfeder
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.
Thank you for publishing your package!
| license: "MIT" | ||
| tags: ["embedded" "hex" "intelhex"] | ||
| homepage: "https://github.com/dx3mod/intel_hex" | ||
| bug-reports: "https://github.com/dx3mod/intel_hex/issues" |
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.
Our linting rules are failing with
Error in intel_hex.0.1: warning 37: Missing field 'dev-repo'
2026-01-04 15:09.28: Job failed: Error in intel_hex.0.1: warning 37: Missing field 'dev-repo'
could you add that field to ensure a complaint opam file?
|
Added. |
|
That is an issue with old opam 2.0, in the ci only to check regressions. You can safely ignore it |
|
@shonfeder well spotted. This requires your thumbs up to be merged |
|
Sorry for the delay here! Thanks for publishing your package to share it @dx3mod ! |
The Intel HEX manipulation library for OCaml provides functions to read, write, and create Intel HEX format data, which is commonly used in embedded systems programming.