1 { lib, fetchurl, buildDunePackage
3 , ocaml-migrate-parsetree
4 , ounit, ppx_deriving, ppxlib
13 minimumOCamlVersion = "4.04";
16 url = "https://github.com/ocaml-ppx/ppx_import/releases/download/v${version}/ppx_import-${version}.tbz";
17 sha256 = "0zqcj70yyp4ik4jc6jz3qs2xhb94vxc6yq9ij0d5cyak28klc3gv";
20 propagatedBuildInputs = [
21 ppx_tools_versioned ocaml-migrate-parsetree
25 checkInputs = [ ounit ppx_deriving ppxlib ];
28 description = "A syntax extension that allows to pull in types or signatures from other compiled interface files";
29 license = lib.licenses.mit;
30 homepage = "https://github.com/ocaml-ppx/ppx_import";