this repo has no description
1opam-version: "2.0"
2synopsis: "Msgpck backend for decoders"
3description:
4 "A combinator library for \"decoding\" JSON-like values into your own Ocaml types, inspired by Elm's `Json.Decode` and `Json.Encode`."
5maintainer: ["Matt Bray <mattjbray@gmail.com>"]
6authors: [
7 "Matt Bray <mattjbray@gmail.com>" "Simon Cruanes <simon@imandra.ai>"
8]
9license: "ISC"
10homepage: "https://github.com/mattjbray/ocaml-decoders"
11doc: "https://mattjbray.github.io/ocaml-decoders/"
12bug-reports: "https://github.com/mattjbray/ocaml-decoders/issues"
13depends: [
14 "ocaml" {>= "4.03.0"}
15 "dune" {>= "2.0"}
16 "decoders" {= version}
17 "msgpck" {>= "1.3"}
18 "ocplib-endian" {>= "0.6"}
19 "odoc" {with-doc}
20 "containers" {with-test & >= "0.16"}
21 "ounit" {with-test}
22]
23build: [
24 ["dune" "subst"] {dev}
25 [
26 "dune"
27 "build"
28 "-p"
29 name
30 "-j"
31 jobs
32 "@install"
33 "@runtest" {with-test & ocaml:version >= "4.08"}
34 "@doc" {with-doc}
35 ]
36]
37dev-repo: "git+https://github.com/mattjbray/ocaml-decoders.git"
38url {
39 src:
40 "https://github.com/mattjbray/ocaml-decoders/releases/download/v0.7.0/decoders-0.7.0.tbz"
41 checksum: [
42 "sha256=913db33fd532ee7a322e08db7ffef2bfb1aaa7a5fe63ae50ff92e6fdff6651a5"
43 "sha512=2954b1cd17f8b314ffc5ef88b8afeae0cbe1fa8adcd7fd224499d0fb7c9555ea15deb83030e54660d9e4a4eb4e50840978904a2479ade326ed8568ef49112bd7"
44 ]
45}
46x-commit-hash: "c3e4f487b80915b41d4c902a703f454b67d92dea"