this repo has no description
1opam-version: "2.0"
2synopsis:
3 "Composable, applicative and monadic DSL for decoding Yojson values"
4description:
5 "Composable, applicative and monadic DSL for decoding Yojson values"
6maintainer: ["Marco Schneider <marco.schneider@posteo.de>"]
7authors: ["Marco Schneider <marco.schneider@posteo.de"]
8license: "BSD-3-Clause"
9homepage: "https://github.com/neshtea/mjson"
10bug-reports: "https://github.com/neshtea/mjson/issues"
11depends: [
12 "ocaml" {>= "4.14.0"}
13 "dune" {>= "3.11" & >= "3.11"}
14 "yojson" {>= "2.0.0"}
15 "alcotest"
16 "ppx_deriving"
17 "odoc" {with-doc}
18]
19build: [
20 ["dune" "subst"] {dev}
21 [
22 "dune"
23 "build"
24 "-p"
25 name
26 "-j"
27 jobs
28 "@install"
29 "@runtest" {with-test}
30 "@doc" {with-doc}
31 ]
32]
33dev-repo: "git+https://github.com/neshtea/mjson.git"
34url {
35 src:
36 "https://github.com/neshtea/mjson/releases/download/0.2.1/mjson-0.2.1.tbz"
37 checksum: [
38 "sha256=894754a6d9e144bdae088db09d4d8b6d5e534c3b567fdf1f2ddf56f0c398d236"
39 "sha512=9fd065c037049d21161d19b7fe7350e1495e834263a55e0a0c727ae47733d22a88f55fb8377c9a5385ba82a326b0b55d4ea48bc2bf3d707ff3c36983f8224099"
40 ]
41}
42x-commit-hash: "31aac6947d0ff50bf6bdf9e3347e182c52ccf3c6"