this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

[new release] mjson (0.2.1)

CHANGES:

### Changed
- added a lower version bound (>= 4.14.0) on the ocaml version

+42
+42
packages/mjson/mjson.0.2.1/opam
··· 1 + opam-version: "2.0" 2 + synopsis: 3 + "Composable, applicative and monadic DSL for decoding Yojson values" 4 + description: 5 + "Composable, applicative and monadic DSL for decoding Yojson values" 6 + maintainer: ["Marco Schneider <marco.schneider@posteo.de>"] 7 + authors: ["Marco Schneider <marco.schneider@posteo.de"] 8 + license: "BSD-3-Clause" 9 + homepage: "https://github.com/neshtea/mjson" 10 + bug-reports: "https://github.com/neshtea/mjson/issues" 11 + depends: [ 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 + ] 19 + build: [ 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 + ] 33 + dev-repo: "git+https://github.com/neshtea/mjson.git" 34 + url { 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 + } 42 + x-commit-hash: "31aac6947d0ff50bf6bdf9e3347e182c52ccf3c6"