Skip to content

Packages bin_there.0.2.1a2 and ppx_bin_there.0.2.1a2 - #29807

Open
Yoric wants to merge 1 commit into
ocaml:masterfrom
Yoric:opam-publish-bin_there.0.2.1a2
Open

Packages bin_there.0.2.1a2 and ppx_bin_there.0.2.1a2#29807
Yoric wants to merge 1 commit into
ocaml:masterfrom
Yoric:opam-publish-bin_there.0.2.1a2

Conversation

@Yoric

@Yoric Yoric commented Apr 27, 2026

Copy link
Copy Markdown

This pull-request concerns:

  • bin_there.0.2.1a2: Serialization/deserialization with support for shared values
  • ppx_bin_there.0.2.1a2: PPX rewriter to derive bin_there serializers from type definitions


🐫 Pull-request generated by opam-publish v3.0.0

@Yoric

Yoric commented Apr 27, 2026

Copy link
Copy Markdown
Author

Ah, I'm getting bitten by the fact that Digest.string has changed between OCaml 4.14.3 and 5.2.

I guess I'll remove that from the library and the tests.

homepage: "https://gitlab.com/yteller/binthere"
bug-reports: "https://gitlab.com/yteller/binthere/-/work_items"
depends: [
"ocaml" {>= "4.14"}

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"ocaml" {>= "4.14"}
"ocaml" {>= "4.14" & < "5"}

We could merge this for ocaml 4 users in the meantime if you want

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants