+41
packages/simdjsont/simdjsont.0.1.0/opam
+41
packages/simdjsont/simdjsont.0.1.0/opam
···
1
+
# This file is generated by dune, edit dune-project instead
2
+
opam-version: "2.0"
3
+
version: "0.1.0"
4
+
synopsis: "JSON parsing with simdjson, with support for ndjson streaming"
5
+
description:
6
+
"OCaml bindings to simdjson with support for ndjson streaming. Includes vendored simdjson 4.2.4."
7
+
maintainer: ["Gabriel Díaz"]
8
+
authors: ["Gabriel Díaz"]
9
+
license: "ISC"
10
+
tags: ["json" "simd" "parsing" "performance" "codec"]
11
+
homepage: "https://tangled.org/gdiazlo.tngl.sh/simdjsont"
12
+
doc: "https://tangled.org/gdiazlo.tngl.sh/simdjsont"
13
+
bug-reports: "https://tangled.org/gdiazlo.tngl.sh/simdjsont/issues"
14
+
depends: [
15
+
"dune" {>= "3.20"}
16
+
"ocaml" {>= "5.4.0"}
17
+
"integers"
18
+
"alcotest" {with-test}
19
+
"odoc" {with-doc}
20
+
]
21
+
build: [
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
+
]
35
+
dev-repo: "git+https://tangled.org/gdiazlo.tngl.sh/simdjsont"
36
+
x-maintenance-intent: ["(latest)"]
37
+
38
+
url {
39
+
src: "https://opam.qswarm.com/simdjsont/simdjsont.0.1.0.tbz"
40
+
checksum: "sha256=abf633c49ed29642417347d8c457eb642e3e0dae07a4ce2ec6b91c32feaa7334"
41
+
}