Yaml encoder/decoder for OCaml jsont codecs
1(lang dune 3.21)
2(name yamlt)
3
4(generate_opam_files true)
5
6(license ISC)
7(authors "Anil Madhavapeddy")
8(maintainers "Anil Madhavapeddy <anil@recoil.org>")
9(source (tangled anil.recoil.org/ocaml-yamlt))
10
11(package
12 (name yamlt)
13 (synopsis "YAML codec using Jsont type descriptions")
14 (description "Allows the same Jsont.t codec definitions to work for both JSON and YAML")
15 (depends
16 (ocaml (>= 4.14.0))
17 yamlrw
18 jsont
19 bytesrw
20 (odoc :with-doc)))