My agentic slop goes here. Not intended for anyone else!
at main 473 B view raw
1(** JMAP Core Protocol Library *) 2 3module Error = Jmap_error 4module Id = Jmap_id 5module Primitives = Jmap_primitives 6module Capability = Jmap_capability 7module Filter = Jmap_filter 8module Comparator = Jmap_comparator 9module Standard_methods = Jmap_standard_methods 10module Invocation = Jmap_invocation 11module Request = Jmap_request 12module Response = Jmap_response 13module Session = Jmap_session 14module Push = Jmap_push 15module Binary = Jmap_binary 16module Parser = Jmap_parser