mDNS/DNS-SD service discovery for OCaml (RFC 6762/6763)
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 16 lines 450 B view raw
1repos: 2 - repo: local 3 hooks: 4 - id: dune-format 5 name: Auto format with dune 6 entry: dune fmt --auto 7 language: system 8 files: \.(ml|mli|mll|mly)$ 9 stages: [pre-commit] 10 pass_filenames: false 11 12 - id: remove-claude-attribution 13 name: Remove Claude attribution from commit message 14 entry: python3 .hooks/remove-claude-lines.py 15 language: system 16 stages: [commit-msg]