-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Package echo.0.0.5 #27974
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
base: master
Are you sure you want to change the base?
Package echo.0.0.5 #27974
Conversation
Hey @deakodev Thanks for the new patch :) I don't see any issues with the CI.
|
packages/echo/echo.0.0.5/opam
Outdated
bug-reports: "https://github.com/deakodev/echo/issues" | ||
depends: [ | ||
"dune" {>= "3.18"} | ||
"ocaml" {>= "4.14" & < "5.2"} |
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.
Is the upper bound necessary?
Hey @deakodev I see the last remaining error:
yet only for I'm not sure it's critical to support this version right now. |
This is [a lower bounds]( This is generally important to address, otherwise it can lead to glimpses of dependency hell for users :D |
echo.0.0.5
- fix log flushing and easy echo.h install includeA minimal interop OCaml + C logging solution
Echo is a lightweight logging library for OCaml with C lib bindings, allowing both OCaml and C code to emit structured log messages through a unified logging interface.
🐫 Pull-request generated by opam-publish v2.5.1