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" } 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.1/ppx_import-v1.7.1.tbz" 29 checksum: [ 30 "sha256=9b48c45e60727e51b1a9c49d86e73bf4efe2ad19d81f85732ae67b7d96ebbe99" 31 "sha512=087a61d828a9de31c279d3810ae9db4e9e0b65d22975ba07bc26ad51578bce9475077d34631ad4d2602a783d1febd2bbf38cde042ea43c5bed630c6720028346" 32 ] 33}