-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
[new release] jsonxt (1.0.0) #18723
[new release] jsonxt (1.0.0) #18723
Conversation
The tests segfault on ppc64:
|
ppc64 has sometimes strange requirements with C bindings. Restricting this to |
CHANGES: - Initial release
I added 'available: [arch != "ppc64"]' to jsonxt.opam and a bunch of opam 2.1 compiles failed with m4 missing. It's not clear why |
Sorry that's totally my fault. I've fixed the issue and the rest seems all good. Thanks! |
@stevebleazard Actually it seems I've merged that too fast. I've just tested locally but it looks like your package infinit-loops when using OCaml 4.11 here:
I'll fix your package constraint but you might want to look into that. |
@kit-ty-kate Thanks, I will take a look at 4.11, I suspect I've seen this type of issue before |
Jsonxt - JSON parsers for files, strings and more
CHANGES: