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