Package kafka-eio.0.1.0 - #30557
Open
loganbnielsen wants to merge 10 commits into
Open
Conversation
Fixes CI failures on this PR:
- Lint error: "conf packages should always use the 'conf-' name
prefix, the 'conf' flag, and the 'depext' field all together, but
this package only has a non-empty 'depext' field" — kafka-eio.opam
declared depexts directly, which the repository's convention
reserves for dedicated conf- packages.
- Build failures on alpine, archlinux, centos, fedora, opensuse,
freebsd, and macOS: kafka-eio's depexts only covered
debian/ubuntu/alpine/macos-homebrew, and even the alpine entry was
wrong (librdkafka, not librdkafka-dev, so headers were never
installed). conf-librdkafka's depexts cover every distribution in
opam-repository's test matrix, following the conf-libcurl/
conf-libmosquitto precedent already in this repository, with
package names verified against each distribution's actual package
index (Alpine, Arch, Fedora/CentOS, openSUSE, FreeBSD, Homebrew).
- Also drops a harmless but sloppy doubled dune version constraint
("dune" {>= "3.0" & >= "3.0"}) picked up from kafka-eio's own
dune-project at generation time.
kafka-eio's own source and release tarball (v0.1.0) are unchanged;
this only corrects the repository-submitted opam metadata.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
kafka-eio.0.1.0Eio-native Kafka client for OCaml 5, built on librdkafka
Producer and consumer libraries for Kafka on Eio/OCaml 5, backed by librdkafka.
Idempotent/transactional delivery, consumer-group streaming with explicit ack,
partition-aware concurrency, and typed transport security (plaintext/SSL/SASL).
🐫 Pull-request generated by opam-publish v3.0.0