Skip to content

Commit

Permalink
Merge pull request #11236 from diml/opam-publish-ppx_driver.v0.10.2
Browse files Browse the repository at this point in the history
Package ppx_driver.v0.10.2
  • Loading branch information
mseri authored Jan 18, 2018
2 parents 10aa70a + 510ee29 commit b8170ae
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/ppx_driver/ppx_driver.v0.10.2/descr
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Feature-full driver for OCaml AST transformers

Part of the Jane Street's PPX rewriters collection.
15 changes: 15 additions & 0 deletions packages/ppx_driver/ppx_driver.v0.10.2/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
opam-version: "1.2"
maintainer: "[email protected]"
authors: "Jane Street Group, LLC <[email protected]>"
homepage: "https://github.com/janestreet/ppx_driver"
bug-reports: "https://github.com/janestreet/ppx_driver/issues"
license: "Apache-2.0"
dev-repo: "git+https://github.com/janestreet/ppx_driver.git"
build: ["jbuilder" "build" "-p" name "-j" jobs]
depends: [
"ppx_core" {>= "v0.10" & < "v0.11"}
"ppx_optcomp" {>= "v0.10" & < "v0.11"}
"jbuilder" {build & >= "1.0+beta12"}
"ocaml-migrate-parsetree" {>= "0.4"}
]
available: [ocaml-version >= "4.04.1"]
2 changes: 2 additions & 0 deletions packages/ppx_driver/ppx_driver.v0.10.2/url
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
http: "https://github.com/janestreet/ppx_driver/archive/v0.10.2.tar.gz"
checksum: "80908a5fa700756aa6150cf5bd6d6112"

0 comments on commit b8170ae

Please sign in to comment.