this repo has no description
1opam-version: "2.0" 2synopsis: "Encoding combinators a la Data_encoding for Ezjsonm" 3maintainer: ["Thomas Letan <lthms@soap.coffee>"] 4authors: ["Thomas Letan <lthms@soap.coffee>"] 5license: "mpl-2.0" 6homepage: "https://github.com/lthms/ezjsonm-encoding" 7bug-reports: "https://github.com/lthms/ezjsonm-encoding/issues" 8depends: [ 9 "dune" {>= "3.0"} 10 "ocaml" {>= "4.8.0"} 11 "ezjsonm" {>= "1.2.0"} 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] 28dev-repo: "git+https://github.com/lthms/ezjsonm-encoding.git" 29url { 30 src: 31 "https://github.com/lthms/ezjsonm-encoding/releases/download/2.1.0/ezjsonm-encoding-2.1.0.tbz" 32 checksum: [ 33 "sha256=a91f0d9f7a4bd4adf7a9304b90495aaac4e32e3b9db48f0831ed0610ad3ca96e" 34 "sha512=68252b15b8b00a1a97edf0d51b97fd5b3e61a640ce68602ba93473c46576af037453148c16ec3fa3b0af83f2358a863928ce0ec761a9193669632cb76a4d1a0d" 35 ] 36} 37x-commit-hash: "0822008c68dcbb8949808f4ed686576944e9bc5f"