Skip to content

Commit

Permalink
Merge pull request #16336 from aantron/ppx_tools_versioned.5.4.0
Browse files Browse the repository at this point in the history
ppx_tools_versioned 5.4.0
  • Loading branch information
kit-ty-kate authored May 2, 2020
2 parents 4ea5f77 + 93c2325 commit 194caab
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions packages/ppx_tools_versioned/ppx_tools_versioned.5.4.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
opam-version: "2.0"
version: "5.4.0"
maintainer: "[email protected]"
authors: [
"Frédéric Bour <[email protected]>"
"Alain Frisch <[email protected]>"
]
license: "MIT"
homepage: "https://github.com/ocaml-ppx/ppx_tools_versioned"
bug-reports: "https://github.com/ocaml-ppx/ppx_tools_versioned/issues"
dev-repo: "git://github.com/ocaml-ppx/ppx_tools_versioned.git"
tags: [ "syntax" ]
build: [
["dune" "subst"] {pinned}
["dune" "build" "-p" name "-j" jobs]
["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
depends: [
"ocaml" {>= "4.02.0"}
"dune" {>= "1.0"}
"ocaml-migrate-parsetree" {>= "1.7.0"}
]
synopsis: "A variant of ppx_tools based on ocaml-migrate-parsetree"
url {
src: "https://github.com/ocaml-ppx/ppx_tools_versioned/archive/5.4.0.tar.gz"
checksum: "md5=3e809a11cae99f57c051d3d0100311f6"
}

0 comments on commit 194caab

Please sign in to comment.