simdjson bindings with streaming support
1# This file is generated by dune, edit dune-project instead
2opam-version: "2.0"
3version: "0.2.0"
4synopsis: "JSON and CBOR parsing with simdjson, with support for streaming"
5description:
6 "OCaml bindings to simdjson with support for ndjson streaming and CBOR encoding/decoding. Includes vendored simdjson 4.2.4."
7maintainer: ["Gabriel Díaz"]
8authors: ["Gabriel Díaz"]
9license: "ISC"
10tags: ["json" "simd" "parsing" "performance" "codec"]
11homepage: "https://tangled.org/gdiazlo.tngl.sh/simdjsont"
12doc: "https://tangled.org/gdiazlo.tngl.sh/simdjsont"
13bug-reports: "https://tangled.org/gdiazlo.tngl.sh/simdjsont/issues"
14depends: [
15 "dune" {>= "3.20"}
16 "ocaml" {>= "5.4.0"}
17 "integers"
18 "alcotest" {with-test}
19 "odoc" {with-doc}
20]
21build: [
22 ["dune" "subst"] {dev}
23 [
24 "dune"
25 "build"
26 "-p"
27 name
28 "-j"
29 jobs
30 "@install"
31 "@runtest" {with-test}
32 "@doc" {with-doc}
33 ]
34]
35dev-repo: "git+https://tangled.org/gdiazlo.tngl.sh/simdjsont"
36x-maintenance-intent: ["(latest)"]