this repo has no description
1opam-version: "2.0"
2synopsis: "A syntax extension for importing declarations from interface files"
3maintainer: "whitequark <whitequark@whitequark.org>"
4authors: [ "whitequark <whitequark@whitequark.org>" ]
5homepage: "https://github.com/ocaml-ppx/ppx_import"
6doc: "https://ocaml-ppx.github.io/ppx_import/"
7license: "MIT"
8bug-reports: "https://github.com/ocaml-ppx/ppx_import/issues"
9dev-repo: "git+https://github.com/ocaml-ppx/ppx_import.git"
10tags: [ "syntax" ]
11
12depends: [
13 "ocaml" {>= "4.05.0" & < "4.10.0" } | ("ocaml" {>= "4.10.0" & < "5.2"} & "ppx_sexp_conv" {with-test & >= "v0.13.0"})
14 "dune" { >= "1.11.0" }
15 "ppxlib" { >= "0.26.0" & < "0.32.1~5.2preview" }
16 "ounit" { with-test }
17 "ppx_deriving" { with-test & >= "4.2.1" }
18]
19
20build: [["dune" "build" "-p" name "-j" jobs]
21 ["dune" "runtest" "-p" name "-j" jobs] { with-test }
22 ]
23url {
24 src:
25 "https://github.com/ocaml-ppx/ppx_import/releases/download/1.10.0/ppx_import-1.10.0.tbz"
26 checksum: [
27 "sha256=300f2c7f417b0a1d702432fc13ce3bd2e90ac7b2a2796ca35899c942ca81556f"
28 "sha512=835d5abff0f1eba28313f5925beaeb8c27a4458c91cf395fdd28b984b0745aad8725b4a8a921517ad09ed567ff8586f48a4afa4127eab6c2f773efc5d50c40fb"
29 ]
30}
31x-commit-hash: "bba10ee113166982fda75687f31439d63271b560"