Yaml encoder/decoder for OCaml jsont codecs
1# This file is generated by dune, edit dune-project instead
2opam-version: "2.0"
3synopsis: "YAML codec using Jsont type descriptions"
4description:
5 "Allows the same Jsont.t codec definitions to work for both JSON and YAML"
6depends: [
7 "dune" {>= "3.18"}
8 "ocaml" {>= "4.14.0"}
9 "yamlrw"
10 "jsont"
11 "bytesrw"
12 "odoc" {with-doc}
13]
14build: [
15 ["dune" "subst"] {dev}
16 [
17 "dune"
18 "build"
19 "-p"
20 name
21 "-j"
22 jobs
23 "@install"
24 "@runtest" {with-test}
25 "@doc" {with-doc}
26 ]
27]
28x-maintenance-intent: ["(latest)"]