this repo has no description
1opam-version: "2.0" 2maintainer: "yallop@gmail.com" 3authors: ["Jeremy Yallop"] 4depopts: ["ocamlfind"] 5homepage: "https://github.com/ocaml/opam-repository/tree/master/packages/base-implicits/base-implicits.base" 6bug-reports: "https://github.com/ocaml/opam-repository/issues" 7synopsis: "Dummy base package for compilers with modular implicits support." 8description: """ 9Packages which cannot be compiled with a compiler that supports 10modular implicits, typically because 'implicit' is used as an 11identifier, should mark this package as a conflict.""" 12depends: [ 13 "ocaml" 14 "ocaml-variants" 15 {= "4.02.1+modular-implicits" | = "4.02.1+modular-implicits-ber"} 16] 17flags: light-uninstall