Skip to content

Commit

Permalink
Merge pull request #24709 from neshtea/release-mjson-0.1.1
Browse files Browse the repository at this point in the history
[new release] mjson (0.1.1)
  • Loading branch information
mseri authored Oct 31, 2023
2 parents ad6e2e1 + 1966d03 commit 7b4cedd
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions packages/mjson/mjson.0.1.1/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
opam-version: "2.0"
synopsis:
"Composable, applicative and monadic DSL for decoding Yojson values"
description:
"Composable, applicative and monadic DSL for decoding Yojson values"
maintainer: ["Marco Schneider <[email protected]>"]
authors: ["Marco Schneider <[email protected]"]
license: "BSD-3-Clause"
homepage: "https://github.com/neshtea/mjson"
bug-reports: "https://github.com/neshtea/mjson/issues"
depends: [
"ocaml" {>="4.08.0"}
"dune" {>= "3.11"}
"yojson" {>="2.0.0"}
"alcotest"
"ppx_deriving"
"odoc" {with-doc}
]
conflicts: [ "result" {< "1.5"} ]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/neshtea/mjson.git"
url {
src:
"https://github.com/neshtea/mjson/releases/download/0.1.1/mjson-0.1.1.tbz"
checksum: [
"sha256=e077985e1f5efc8b527b02f1b4ed13e6419b437fd567ee578d562e11e45f2c9c"
"sha512=295c973c558448d63e5c9d98b3cf4a636bbf6882b6c53bcd91b54f82bb591d28a330bbfa6df9654f896f85a3df1d6189ac0978a86cf8720d81c5726482729205"
]
}
x-commit-hash: "8f0a106f82479475d7725ce89c731cb5a67c3048"

0 comments on commit 7b4cedd

Please sign in to comment.