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.04.2" & < "4.10.0" } 15 "dune" { >= "1.2.0" } 16 "ppxlib" { >= "0.3.1" } 17 "ppx_tools_versioned" { >= "5.2.2" } 18 "ocaml-migrate-parsetree" { >= "1.2.0" & < "2.0.0"} 19 "ounit" { with-test } 20 "ppx_deriving" { with-test & >= "4.2.1" } 21] 22 23build: [["dune" "build" "-p" name "-j" jobs] 24 ["dune" "runtest" "-p" name "-j" jobs] { with-test } 25 ] 26url { 27 src: 28 "https://github.com/ocaml-ppx/ppx_import/releases/download/v1.7.0/ppx_import-v1.7.0.tbz" 29 checksum: [ 30 "sha256=fac41fab50619e7510b0d2cb573400d276757d2a448a6cc47ac449310877c3de" 31 "sha512=5c36a84220b8b7a3a5a634e65937ba083ab34c39f164b3fdc5cbbe8681e1cfa125f9d2ef091f3392477232cc4c09a4e19e6def5b52ff12532ef56180ff6ee651" 32 ] 33}