opam-version: "2.0" maintainer: "frederic.bour@lakaban.net" authors: [ "Jérémie Dimino " ] license: "LGPL-2.1-only" homepage: "https://github.com/let-def/ocaml-migrate-parsetree" bug-reports: "https://github.com/let-def/ocaml-migrate-parsetree/issues" dev-repo: "git+https://github.com/let-def/ocaml-migrate-parsetree.git" tags: [ "syntax" "org:ocamllabs" ] build: [ ["dune" "build" "-p" name "-j" jobs] ] depends: [ "dune" {>= "1.6.0"} "ocaml-migrate-parsetree" {< "2.0.0"} "ocamlbuild" ("ocamlfind" {build} & "ocaml" {>= "4.02.3" & < "4.03.0"} | "ocaml" {>= "4.03.0"}) ] synopsis: "Ocamlbuild plugin for ocaml-migrate-parsetree" description: """ This package provides an ocamlbuild plugin that can be used to produce optimized on-demand statically linked ppx drivers, as Dune does by default. """ url { src: "https://github.com/let-def/ocaml-migrate-parsetree/releases/download/v1.2.0/ocaml-migrate-parsetree-v1.2.0.tbz" checksum: [ "sha256=5ce6348ec98a1749c3e3b3c4dc9d089700d01e7a05cd86095ed5ffabddf47b90" "md5=cc6fb09ad6f99156c7dba47711c62c6f" ] }