(lang dune 3.20) (name simdjsont) (version 0.2.0) (generate_opam_files true) (source ; (tangled @gdiazlo.tngl.sh/simdjsont) (uri git+https://tangled.org/gdiazlo.tngl.sh/simdjsont)) (authors "Gabriel Díaz") (maintainers "Gabriel Díaz") (license ISC) (homepage https://tangled.org/gdiazlo.tngl.sh/simdjsont) (bug_reports https://tangled.org/gdiazlo.tngl.sh/simdjsont/issues) (documentation https://tangled.org/gdiazlo.tngl.sh/simdjsont) (package (name simdjsont) (synopsis "JSON and CBOR parsing with simdjson, with support for streaming") (description "OCaml bindings to simdjson with support for ndjson streaming and CBOR encoding/decoding. Includes vendored simdjson 4.2.4.") (depends (ocaml (>= 5.4.0)) integers (alcotest :with-test) (odoc :with-doc)) (tags (json simd parsing performance codec)))