File tree Expand file tree Collapse file tree 1 file changed +33
-0
lines changed
packages/ppx_import/ppx_import.1.12.0 Expand file tree Collapse file tree 1 file changed +33
-0
lines changed Original file line number Diff line number Diff line change 1+ opam-version: "2.0"
2+ synopsis: "A syntax extension for importing declarations from interface files"
3+ maintainer: "whitequark <
[email protected] >"
4+ authors: [ "whitequark <
[email protected] >" ]
5+ homepage: "https://github.com/ocaml-ppx/ppx_import"
6+ doc: "https://ocaml-ppx.github.io/ppx_import/"
7+ license: "MIT"
8+ bug-reports: "https://github.com/ocaml-ppx/ppx_import/issues"
9+ dev-repo: "git+https://github.com/ocaml-ppx/ppx_import.git"
10+ tags: [ "syntax" ]
11+
12+ depends: [
13+ "ocaml" {>= "4.08.0" & < "4.10.0" }
14+ | ("ocaml" {>= "4.10.0"}
15+ "ppx_sexp_conv" {with-test & >= "v0.13.0"})
16+ "dune" { >= "1.11.0" }
17+ "ppxlib" { >= "0.26.0" }
18+ "ounit" { with-test }
19+ "ppx_deriving" { with-test & >= "4.2.1" }
20+ ]
21+
22+ build: [["dune" "build" "-p" name "-j" jobs]
23+ ["dune" "runtest" "-p" name "-j" jobs] { with-test }
24+ ]
25+ url {
26+ src:
27+ "https://github.com/ocaml-ppx/ppx_import/releases/download/v1.12.0/ppx_import-1.12.0.tbz"
28+ checksum: [
29+ "sha256=d6fa581c5974ac4746de113ee810a95a67cbbdd2efa04c7e271ab40c5ad17497"
30+ "sha512=ee2970cbcf0cbfe7fe494ef8ed371c4f13f08e1f0dd360a66836d0103bcaac5ae82df2e485ed1533724dc5db17e7ff1485e6389b97c49ce8c2d8f63eb2ee8ea4"
31+ ]
32+ }
33+ x-commit-hash: "2a28839e75e03a60cea6188ea5eed81bdefc5a9a"
You can’t perform that action at this time.
0 commit comments