(lang dune 3.20) (name sortal) (package (name sortal) (synopsis "Username to metadata mapping with XDG storage") (description "Sortal provides a system for mapping usernames to various metadata including URLs, emails, ORCID identifiers, and social media handles. It uses XDG Base Directory Specification for storage locations and jsont for JSON encoding/decoding.") (depends (ocaml (>= 5.0)) eio eio_main xdge jsont fmt))