PASETO tokens for OCaml - v3.local (AES-256-CTR) and v4.local (XChaCha20)
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

add x-quality metadata to 171 packages, fix sse build

Generate .opam.template files with x-quality-* fields based on
detected package features:
- x-quality-build: has lib/ with .ml files
- x-quality-test: has test/ with .ml files
- x-quality-fuzz: has fuzz/ with .ml files
- x-quality-interop: has test/interop/ directory
- x-quality-cram: has test/*.t/ directories

These fields are picked up by dune's opam generation and will be
checked by merlint E910 for consistency.

Also: add fmt dep to ocaml-sse/lib/dune (Fmt.pf used without dep).

+6
+3
paseto.opam
··· 40 40 ] 41 41 dev-repo: "git+https://tangled.org/gazagnaire.org/ocaml-paseto" 42 42 x-maintenance-intent: ["(latest)"] 43 + x-quality-build: "2026-04-15" 44 + x-quality-fuzz: "2026-04-15" 45 + x-quality-test: "2026-04-15"
+3
paseto.opam.template
··· 1 + x-quality-build: "2026-04-15" 2 + x-quality-fuzz: "2026-04-15" 3 + x-quality-test: "2026-04-15"