this repo has no description
1opam-version: "2.0"
2maintainer: "frederic.bour@lakaban.net"
3authors: [
4 "Jérémie Dimino <jeremie@dimino.org>"
5]
6license: "LGPL-2.1-only"
7homepage: "https://github.com/let-def/ocaml-migrate-parsetree"
8bug-reports: "https://github.com/let-def/ocaml-migrate-parsetree/issues"
9dev-repo: "git+https://github.com/let-def/ocaml-migrate-parsetree.git"
10tags: [ "syntax" "org:ocamllabs" ]
11build: [
12 ["dune" "build" "-p" name "-j" jobs]
13]
14depends: [
15 "dune" {>= "1.6.0"}
16 "ocaml-migrate-parsetree" {< "2.0.0"}
17 "ocamlbuild"
18 ("ocamlfind" {build} & "ocaml" {>= "4.02.3" & < "4.03.0"} | "ocaml" {>= "4.03.0"})
19]
20synopsis: "Ocamlbuild plugin for ocaml-migrate-parsetree"
21description: """
22This package provides an ocamlbuild plugin that can be used to produce
23optimized on-demand statically linked ppx drivers, as Dune does
24by default.
25"""
26url {
27 src:
28 "https://github.com/let-def/ocaml-migrate-parsetree/releases/download/v1.2.0/ocaml-migrate-parsetree-v1.2.0.tbz"
29 checksum: [
30 "sha256=5ce6348ec98a1749c3e3b3c4dc9d089700d01e7a05cd86095ed5ffabddf47b90"
31 "md5=cc6fb09ad6f99156c7dba47711c62c6f"
32 ]
33}