HomeKit Accessory Protocol (HAP) for OCaml
1
fork

Configure Feed

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

feat(monopam): add mono=true nested monorepo support and merge mono.lock into sources.toml

Add mono and ref_ fields to sources_registry entries, enabling nested
monorepos (mono=true) with recursive push/pull and replacing mono.lock
with ref pinning in sources.toml. Rename url→source and
default_url_base→origin with full backward compatibility.

Also fix pre-existing syntax errors and formatting in test files.

+5
+5
fuzz/dune
··· 8 8 (modules fuzz_hap) 9 9 (libraries hap crowbar)) 10 10 11 + (executable 12 + (name gen_corpus) 13 + (modules gen_corpus) 14 + (libraries unix)) 15 + 11 16 (rule 12 17 (alias runtest) 13 18 (deps fuzz_hap.exe)