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.

drop unused [loc] dep from 22 packages

[monopam lint] flagged [loc] as declared-but-not-needed across:
bottler, dupfind, ocaml-agent / auth / freebox / gauth / hap / http /
linkedin / merlin / meross / oauth / osv / paseto / requests / runc /
scaleway / sigstore / spacedata / stix, plus prune and space.

These packages don't import [Loc] directly — they only pull in
[Json.Error] or similar high-level facades, which re-export the
[Loc] surface they need. Drop the stale declaration so the opam
depends stay honest.

+1 -3
+1 -2
dune-project
··· 25 25 (json (>= 0.1.0)) 26 26 (alcotest :with-test) 27 27 (alcobar :with-test) 28 - (odoc :with-doc) 29 - loc)) 28 + (odoc :with-doc)))
-1
paseto.opam
··· 22 22 "alcotest" {with-test} 23 23 "alcobar" {with-test} 24 24 "odoc" {with-doc} 25 - "loc" 26 25 ] 27 26 build: [ 28 27 ["dune" "subst"] {dev}