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/1.0.0/ezjsonm-encoding-1.0.0.tbz"
32 checksum: [
33 "sha256=6d998916ff393d8cf36b00d1603c1088cb54b35b80b1a6e4e1e6edcbc474911a"
34 "sha512=74f8bf558898e43d3f29395b004aeee16c8f348bfe2be7c20ff3efbfdcc3d3bda8938154240a07ccc9ab24cd6d10feabdb46ff9954cf191baffbaad36ff77b43"
35 ]
36}
37x-commit-hash: "567a0d853ec1622155e9ce444ec0e0273ea3b29e"