Yaml encoder/decoder for OCaml jsont codecs
at main 766 B view raw
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" 6maintainer: ["Anil Madhavapeddy <anil@recoil.org>"] 7authors: ["Anil Madhavapeddy"] 8license: "ISC" 9homepage: "https://tangled.org/@anil.recoil.org/ocaml-yamlt" 10bug-reports: "https://tangled.org/@anil.recoil.org/ocaml-yamlt/issues" 11depends: [ 12 "dune" {>= "3.18"} 13 "ocaml" {>= "4.14.0"} 14 "yamlrw" 15 "jsont" 16 "bytesrw" 17 "odoc" {with-doc} 18] 19build: [ 20 ["dune" "subst"] {dev} 21 [ 22 "dune" 23 "build" 24 "-p" 25 name 26 "-j" 27 jobs 28 "@install" 29 "@runtest" {with-test} 30 "@doc" {with-doc} 31 ] 32] 33x-maintenance-intent: ["(latest)"]