Skip to content

Commit

Permalink
[new release] ppx_yojson (1.1.0)
Browse files Browse the repository at this point in the history
CHANGES:

### Added

- Make ppx_yojson fully compatible with 4.11 (NathanReb/ppx_yojson#22, @NathanReb)
  • Loading branch information
NathanReb committed Oct 21, 2020
1 parent 9b5e7bd commit 77f617c
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions packages/ppx_yojson/ppx_yojson.1.1.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
opam-version: "2.0"
synopsis: "PPX extension for Yojson literals and patterns"
maintainer: ["Nathan Rebours <nathan.p.rebours@gmail.com>"]
authors: ["Nathan Rebours <nathan.p.rebours@gmail.com>"]
license: "BSD-2"
homepage: "https://github.com/NathanReb/ppx_yojson"
bug-reports: "https://github.com/NathanReb/ppx_yojson/issues"
depends: [
"dune" {>= "2.1"}
"ocaml" {>= "4.04.2"}
"alcotest" {with-test}
"ppxlib" {>= "0.18.0"}
"yojson" {with-test & >= "1.6.0"}
]
build: [
["dune" "subst"] {pinned}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/NathanReb/ppx_yojson.git"
x-commit-hash: "c7e8b558b51bae2ec6d9c86b1dfba6410828715e"
url {
src:
"https://github.com/NathanReb/ppx_yojson/releases/download/1.1.0/ppx_yojson-1.1.0.tbz"
checksum: [
"sha256=cf33d358237bdddceec22bdb67cfc6d7a311bfcd18ec60b743426796bad92547"
"sha512=38414025ad0495fe5e6ac049e9b2a96c557bc358af556c56a41c8e8e2da4badc1f8db98257f2f435711089e4799f95de17de23264114dafc37a4162357f596c4"
]
}

0 comments on commit 77f617c

Please sign in to comment.