Yaml encoder/decoder for OCaml jsont codecs

Remove public installation of test binaries

Test executables should not be installed as public binaries.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

-10
-10
tests/bin/dune
··· 1 (executable 2 (name test_scalars) 3 - (public_name test_scalars) 4 (libraries yamlt jsont jsont.bytesrw bytesrw)) 5 6 (executable 7 (name test_objects) 8 - (public_name test_objects) 9 (libraries yamlt jsont jsont.bytesrw bytesrw)) 10 11 (executable 12 (name test_arrays) 13 - (public_name test_arrays) 14 (libraries yamlt jsont jsont.bytesrw bytesrw)) 15 16 (executable 17 (name test_formats) 18 - (public_name test_formats) 19 (libraries yamlt jsont jsont.bytesrw bytesrw)) 20 21 (executable 22 (name test_roundtrip) 23 - (public_name test_roundtrip) 24 (libraries yamlt jsont jsont.bytesrw bytesrw)) 25 26 (executable 27 (name test_complex) 28 - (public_name test_complex) 29 (libraries yamlt jsont jsont.bytesrw bytesrw)) 30 31 (executable 32 (name test_edge) 33 - (public_name test_edge) 34 (libraries yamlt jsont jsont.bytesrw bytesrw)) 35 36 (executable ··· 43 44 (executable 45 (name test_null_collections) 46 - (public_name test_null_collections) 47 (libraries yamlt jsont jsont.bytesrw bytesrw)) 48 49 (executable ··· 68 69 (executable 70 (name test_locations) 71 - (public_name test_locations) 72 (libraries yamlt jsont jsont.bytesrw bytesrw)) 73 74 (executable 75 (name test_multidoc) 76 - (public_name test_multidoc) 77 (libraries yamlt jsont jsont.bytesrw bytesrw))
··· 1 (executable 2 (name test_scalars) 3 (libraries yamlt jsont jsont.bytesrw bytesrw)) 4 5 (executable 6 (name test_objects) 7 (libraries yamlt jsont jsont.bytesrw bytesrw)) 8 9 (executable 10 (name test_arrays) 11 (libraries yamlt jsont jsont.bytesrw bytesrw)) 12 13 (executable 14 (name test_formats) 15 (libraries yamlt jsont jsont.bytesrw bytesrw)) 16 17 (executable 18 (name test_roundtrip) 19 (libraries yamlt jsont jsont.bytesrw bytesrw)) 20 21 (executable 22 (name test_complex) 23 (libraries yamlt jsont jsont.bytesrw bytesrw)) 24 25 (executable 26 (name test_edge) 27 (libraries yamlt jsont jsont.bytesrw bytesrw)) 28 29 (executable ··· 36 37 (executable 38 (name test_null_collections) 39 (libraries yamlt jsont jsont.bytesrw bytesrw)) 40 41 (executable ··· 60 61 (executable 62 (name test_locations) 63 (libraries yamlt jsont jsont.bytesrw bytesrw)) 64 65 (executable 66 (name test_multidoc) 67 (libraries yamlt jsont jsont.bytesrw bytesrw))