README
DO NOT USE THE MASTER BRANCH!
There is nothing here.

This is the OCaml compiler shipped in Fedora.  We ship the upstream
OCaml compiler plus some significant extra features (which either have
been rejected upstream or are on their way upstream).  The major
non-upstream features are:

 - ocamlbyteinfo and ocamlplugininfo utilities (from Debian)

 - Various Fedora-only fixes such as non-executable stack and removal
   of RPATH.

 - RISC-V backend.

 - [We used to also ship ppc64 and ppc64le backends, but those are
   now included upstream]

The fedora-<VERSION>-<OCAML_VERSION> branches contain the base OCaml
compiler from upstream + patches, for Fedora <VERSION>.

The upstream git repo is:

  https://github.com/ocaml/ocaml

This repo is:

  https://pagure.io/fedora-ocaml

Changes, questions, etc. should be discussed on the Fedora devel
mailing list.

  https://lists.fedoraproject.org/mailman/listinfo/devel

(There used to be an OCaml Fedora devel mailing list, but it is
defunct, do not use it)

-- Richard W.M. Jones --