Yaml encoder/decoder for OCaml jsont codecs
1(lang dune 3.18)
2(name yamlt)
3
4(generate_opam_files true)
5
6(package
7 (name yamlt)
8 (synopsis "YAML codec using Jsont type descriptions")
9 (description "Allows the same Jsont.t codec definitions to work for both JSON and YAML")
10 (depends
11 (ocaml (>= 4.14.0))
12 yamlrw
13 jsont
14 bytesrw))