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.0.0/ezjsonm-encoding-2.0.0.tbz" 32 checksum: [ 33 "sha256=7b938f71b6d02ebd7a00d14d6798b5d0b8e51e0c1c453098872bce855936db22" 34 "sha512=6ed40eabfc335e4619873dae832c5ce0e35acd425014adc13f47e39d980c5972a2490c3781d4edfb4e4ed829f64a7831890a296ae13c8d0c208f5972e44a48d5" 35 ] 36} 37x-commit-hash: "e9f9a6d242a1970db3a3262659af1dd1649519c5"