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.04.2" } 14 "dune" { >= "1.2.0" } 15 "ppx_tools_versioned" { >= "5.4.0" } 16 "ocaml-migrate-parsetree" { >= "1.7.0" } 17 "ounit" { with-test } 18 "ppx_deriving" { with-test & >= "4.2.1" } 19] 20 21build: [["dune" "build" "-p" name "-j" jobs] 22 ["dune" "runtest" "-p" name "-j" jobs] { with-test } 23 ] 24x-commit-hash: "29423cd1fe0acd558eb13969435c5292989391ea" 25url { 26 src: 27 "https://github.com/ocaml-ppx/ppx_import/releases/download/v1.8.0/ppx_import-1.8.0.tbz" 28 checksum: [ 29 "sha256=fb0d4627125379561a9031616f58df242dd885c6e34bc32499915cefc1910c7f" 30 "sha512=48f882d36ce80c90cb24bf54e76540890b571a9c6eb16747e9e27257d29c2686daf535039fbf14c71da2c6427145181db007a2ee2c993a2569e29e4f8408b311" 31 ] 32}