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