Pure OCaml Yaml 1.2 reader and writer using Bytesrw
at main 790 B view raw
1# This file is generated by dune, edit dune-project instead 2opam-version: "2.0" 3synopsis: "Unix I/O for Yamlrw" 4description: 5 "Unix file and channel operations for Yamlrw. Provides convenient functions for reading and writing YAML files using Unix I/O." 6maintainer: ["Anil Madhavapeddy <anil@recoil.org>"] 7authors: ["Anil Madhavapeddy"] 8license: "ISC" 9homepage: "https://tangled.org/@anil.recoil.org/ocaml-yamlrw" 10bug-reports: "https://tangled.org/@anil.recoil.org/ocaml-yamlrw/issues" 11depends: [ 12 "dune" {>= "3.18"} 13 "ocaml" {>= "4.14.0"} 14 "yamlrw" 15 "bytesrw" 16 "odoc" {with-doc} 17] 18build: [ 19 ["dune" "subst"] {dev} 20 [ 21 "dune" 22 "build" 23 "-p" 24 name 25 "-j" 26 jobs 27 "@install" 28 "@runtest" {with-test} 29 "@doc" {with-doc} 30 ] 31] 32x-maintenance-intent: ["(latest)"]