[new] neo4j_bolt.0.4.0, neo4j_bolt_eio.0.4.0#29242
Open
jeong-sik wants to merge 1 commit intoocaml:masterfrom
Open
[new] neo4j_bolt.0.4.0, neo4j_bolt_eio.0.4.0#29242jeong-sik wants to merge 1 commit intoocaml:masterfrom
jeong-sik wants to merge 1 commit intoocaml:masterfrom
Conversation
Pure OCaml Neo4j Bolt protocol client. - neo4j_bolt: Lwt-based async I/O with TLS support (bolt://, bolt+s://, bolt+ssc://) - neo4j_bolt_eio: Eio-based direct-style (OCaml 5.0+) https://github.com/jeong-sik/ocaml-neo4j-bolt Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
jmid
reviewed
Jan 19, 2026
Member
jmid
left a comment
There was a problem hiding this comment.
Thanks!
neo4j_bolt_eio is failing to compile with
https://opam.ci.ocaml.org/github/ocaml/opam-repository/commit/ea144f64f5b65b3cba061a8af99b3be4c2c5bc74/variant/compilers,5.4,neo4j_bolt_eio.0.4.0
#=== ERROR while compiling neo4j_bolt_eio.0.4.0 ===============================#
# context 2.5.0 | linux/x86_64 | ocaml-base-compiler.5.4.0 | pinned(https://github.com/jeong-sik/ocaml-neo4j-bolt/archive/refs/tags/v0.4.0.tar.gz)
# path ~/.opam/5.4/.opam-switch/build/neo4j_bolt_eio.0.4.0
# command ~/.opam/opam-init/hooks/sandbox.sh build dune build -p neo4j_bolt_eio -j 255 @install
# exit-code 1
# env-file ~/.opam/log/neo4j_bolt_eio-7-cad2f9.env
# output-file ~/.opam/log/neo4j_bolt_eio-7-cad2f9.out
### output ###
# File "lib/eio/dune", line 4, characters 12-28:
# 4 | (libraries neo4j_packstream eio eio_main tls tls-eio))
# ^^^^^^^^^^^^^^^^
# Error: Library "neo4j_packstream" not found.
# -> required by library "neo4j_bolt_eio" in _build/default/lib/eio
# -> required by _build/default/META.neo4j_bolt_eio
# -> required by _build/install/default/lib/neo4j_bolt_eio/META
# -> required by _build/default/neo4j_bolt_eio.install
# -> required by alias install
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.
Summary
Pure OCaml Neo4j Bolt protocol client.
Packages
neo4j_boltneo4j_bolt_eioFeatures
bolt://,bolt+s://,bolt+ssc://schemesLinks