irmin: fold merkle-sync into irmin/lib/sync.ml
Sync.S module type (discover/locate/fetch/push) + default implementations:
- exchange: anti-entropy gossip for branch head dissemination
- merkle_diff: DAG descent for block transfer
- Bloom: probabilistic set membership submodule
- dune fmt