this repo has no description
0
fork

Configure Feed

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

Merge pull request #24709 from neshtea/release-mjson-0.1.1

[new release] mjson (0.1.1)

authored by

Marcello Seri and committed by
GitHub
7b4ceddd ad6e2e17

+43
+43
packages/mjson/mjson.0.1.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.08.0"} 13 + "dune" {>= "3.11"} 14 + "yojson" {>="2.0.0"} 15 + "alcotest" 16 + "ppx_deriving" 17 + "odoc" {with-doc} 18 + ] 19 + conflicts: [ "result" {< "1.5"} ] 20 + build: [ 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 + ] 34 + dev-repo: "git+https://github.com/neshtea/mjson.git" 35 + url { 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 + } 43 + x-commit-hash: "8f0a106f82479475d7725ce89c731cb5a67c3048"