From: Stephane Glondu Date: Sun, 15 Feb 2009 12:53:55 +0000 (+0100) Subject: Fix typos in ocaml-base-nox.README.Debian X-Git-Tag: archive/raspbian/4.08.1-4+rpi1~3^2~449^2~8 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=b4a30426f2055bd99418050e96b54f11d3c35bc0;p=ocaml.git Fix typos in ocaml-base-nox.README.Debian --- diff --git a/debian/ocaml-base-nox.README.Debian b/debian/ocaml-base-nox.README.Debian index 802c9bee..fc95082a 100644 --- a/debian/ocaml-base-nox.README.Debian +++ b/debian/ocaml-base-nox.README.Debian @@ -1,42 +1,42 @@ -ocaml for Debian +OCaml for Debian ---------------- - 1) The ocaml package has been split into different binary packages : + 1) The OCaml package has been split into different binary packages: - o ocaml : contains the full ocaml suite - o ocaml-nox : the full suite except for the graphics(Tk) modules - o ocaml-base : contains the rutime stuff (ocamlrun + dlls + Tk) - o ocaml-base-nox : contains the rutime stuff (ocamlrun + dlls - Tk) + o ocaml: contains the full OCaml suite + o ocaml-nox: the full suite except for the Graphics and Tk modules + o ocaml-base: contains the runtime stuff (ocamlrun + dlls + Tk) + o ocaml-base-nox: contains the runtime stuff (ocamlrun + dlls - Tk) - o ocaml-native-compilers : contains the native built part of the ocaml suite + o ocaml-native-compilers: contains the native built part of the OCaml suite (ocamlc.opt, ocamlopt.opt, ocamllex.opt, camlp4o.opt and camlp4r.opt) - o ocaml-compiler-libs : contains several modules used internally by - the ocaml compilers. They are not needed for normal ocaml + o ocaml-compiler-libs: contains several modules used internally by + the OCaml compilers. They are not needed for normal OCaml development, but may be helpful in the development of certain applications. - o ocaml-source : contains the full ocaml source for the (few) package which + o ocaml-source: contains the full OCaml source for the (few) packages which need them at build time or for personal use (it should _not_ be used to - build ocam litself). + build OCaml itself). o ocaml-mode: contains a major mode for editing OCaml files in Emacs. 2) The caml include files are found under /usr/lib/ocaml//caml. A symlink is provided from /usr/include/caml for convenience. If /usr/include/caml was previously a directory, for whatever reason, a warning - will be isued and the file moved to /usr/include/caml.bad. This can be + will be issued and the file moved to /usr/include/caml.bad. This can be safely erased later on. - 3) User installed stuff should not go under /usr/lib/ocaml/, - but rather under /usr/local/lib/ocaml/. - I will take no responsability for people who break this rule and mess things + 3) User-installed stuff should not go under /usr/lib/ocaml/, + but rather under /usr/local/lib/ocaml/. + We will take no responsability for people who break this rule and mess things up. - - 4) Starting from ocaml 3.05, ocaml now puts all dll.so files into a common + + 4) Starting from OCaml 3.05, all dll.so files are now put into a common stublibs directory, so the ocaml-ldconf tool for handling the ld.conf file is not needed anymore, but we will still keep it aroung until all - libraries are ported. As of ocaml 3.08, ocaml-ldconf is now deprecated + libraries are ported. As of OCaml 3.08, ocaml-ldconf is now deprecated and not available anymore. - Notice that user installed dll.so files should go into + Notice that user-installed dll.so files should go into /usr/local/lib/ocaml//stublibs which is searched before /usr/lib/ocaml//stublibs.