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.08.0"} 13 "dune" {>= "3.11"} 14 "yojson" {>="2.0.0"} 15 "alcotest" 16 "ppx_deriving" 17 "odoc" {with-doc} 18] 19conflicts: [ "result" {< "1.5"} ] 20build: [ 21 ["dune" "subst"] {dev} 22 [ 23 "dune" 24 "build" 25 "-p" 26 name 27 "-j" 28 jobs 29 "@install" 30 "@runtest" {with-test} 31 "@doc" {with-doc} 32 ] 33] 34dev-repo: "git+https://github.com/neshtea/mjson.git" 35url { 36 src: 37 "https://github.com/neshtea/mjson/releases/download/0.1.1/mjson-0.1.1.tbz" 38 checksum: [ 39 "sha256=e077985e1f5efc8b527b02f1b4ed13e6419b437fd567ee578d562e11e45f2c9c" 40 "sha512=295c973c558448d63e5c9d98b3cf4a636bbf6882b6c53bcd91b54f82bb591d28a330bbfa6df9654f896f85a3df1d6189ac0978a86cf8720d81c5726482729205" 41 ] 42} 43x-commit-hash: "8f0a106f82479475d7725ce89c731cb5a67c3048"