opam-version: "2.0" synopsis: "Encoding combinators a la Data_encoding for Ezjsonm" maintainer: ["Thomas Letan "] authors: ["Thomas Letan "] license: "mpl-2.0" homepage: "https://github.com/lthms/ezjsonm-encoding" bug-reports: "https://github.com/lthms/ezjsonm-encoding/issues" depends: [ "dune" {>= "3.0"} "ocaml" {>= "4.8.0"} "ezjsonm" {>= "1.2.0"} "odoc" {with-doc} ] build: [ ["dune" "subst"] {dev} [ "dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test} "@doc" {with-doc} ] ] dev-repo: "git+https://github.com/lthms/ezjsonm-encoding.git" url { src: "https://github.com/lthms/ezjsonm-encoding/releases/download/2.1.0/ezjsonm-encoding-2.1.0.tbz" checksum: [ "sha256=a91f0d9f7a4bd4adf7a9304b90495aaac4e32e3b9db48f0831ed0610ad3ca96e" "sha512=68252b15b8b00a1a97edf0d51b97fd5b3e61a640ce68602ba93473c46576af037453148c16ec3fa3b0af83f2358a863928ce0ec761a9193669632cb76a4d1a0d" ] } x-commit-hash: "0822008c68dcbb8949808f4ed686576944e9bc5f"