···33homepage: "https://github.com/ocaml/opam-repository"
44bug-reports: "https://github.com/ocaml/opam-repository/issues"
55build: ["./configure" "-sitelib" "%{ocaml-secondary-compiler:share}%/lib" "-no-camlp4"]
66+dev-repo: "git+https://github.com/ocaml/ocamlfind.git"
77+license: "MIT"
68install: [
79 [make "install-meta"]
810 ["mkdir" "-p" "%{lib}%/findlib.conf.d/"]
···1214]
1315depends: [
1416 "ocaml-secondary-compiler"
1515- "ocamlfind" {= "1.8.1"}
1717+ "ocamlfind" {= version}
1618]
1717-synopsis: "ocamlfind support for ocaml-secondary-compiler"
1919+synopsis: "Adds support for ocaml-secondary-compiler to ocamlfind"
1820description: """
1921Exposes the compiler built by the ocaml-secondary-compielr package via
2022-toolchain secondary. A virtual package called ocaml is also installed to