···11+opam-version: "2.0"
22+maintainer: "Erik Martin-Dorel"
33+authors: "Rocq"
44+license: "LGPL-2.1-only"
55+homepage: "https://coq.inria.fr/"
66+bug-reports: "https://github.com/coq/coq/issues"
77+conflicts: [
88+ "base-nnp"
99+ "ocaml-option-nnpchecker"
1010+]
1111+synopsis: "Package flag enabling rocq's native-compiler flag"
1212+description: """
1313+This package acts as a package flag for the ambient switch, taken into
1414+account by rocq (and possibly any rocq library) to enable native_compute
1515+at configure time, triggering the installation of .coq-native/* files
1616+for the rocq libraries.
1717+1818+This implements item 1 of CEP #48 <https://github.com/coq/ceps/pull/48>.
1919+2020+Remarks:
2121+2222+1. you might face with issues installing this package flag under macOS,
2323+ see <https://github.com/coq/coq/issues/11178>.
2424+2. this package is not intended to be used as a dependency of other
2525+ packages (notably as installing or uninstalling this package may
2626+ trigger a rebuild of all rocq packages in the ambient switch).
2727+3. the option set by this package will be automatically propagated to
2828+ rocq compile."""