opam-version: "2.0" synopsis: "Bencode backend for decoders" description: "A combinator library for \"decoding\" JSON-like values into your own Ocaml types, inspired by Elm's `Json.Decode` and `Json.Encode`." maintainer: ["Matt Bray "] authors: ["Simon Cruanes "] license: "ISC" homepage: "https://github.com/mattjbray/ocaml-decoders" doc: "https://mattjbray.github.io/ocaml-decoders/" bug-reports: "https://github.com/mattjbray/ocaml-decoders/issues" depends: [ "ocaml" {>= "4.03.0"} "dune" {>= "2.0"} "decoders" {= version} "bencode" {>= "2.0"} "odoc" {with-doc} "containers" {with-test & >= "0.16"} "ounit" {with-test} ] build: [ ["dune" "subst"] {dev} [ "dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test} "@doc" {with-doc} ] ] dev-repo: "git+https://github.com/mattjbray/ocaml-decoders.git" url { src: "https://github.com/mattjbray/ocaml-decoders/releases/download/v0.7.0/decoders-0.7.0.tbz" checksum: [ "sha256=913db33fd532ee7a322e08db7ffef2bfb1aaa7a5fe63ae50ff92e6fdff6651a5" "sha512=2954b1cd17f8b314ffc5ef88b8afeae0cbe1fa8adcd7fd224499d0fb7c9555ea15deb83030e54660d9e4a4eb4e50840978904a2479ade326ed8568ef49112bd7" ] } x-commit-hash: "c3e4f487b80915b41d4c902a703f454b67d92dea"