Select the types of activity you want to include in your feed.
Fix ocaml-scitt build: use Backend.Make instead of record literal
Backend.t is now abstract — convert irmin_backend_of_atp from a record literal to a proper Atp_backend module matching Backend.S, packed via Backend.Make.