From: Sylvain Le Gall Date: Tue, 21 Oct 2003 20:12:34 +0000 (+0000) Subject: No log message X-Git-Tag: archive/raspbian/4.08.1-4+rpi1~3^2~641^2~19 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=5b65227e46417627bdc3dfda500dd52c49041fa0;p=ocaml.git No log message --- diff --git a/authors.xml b/authors.xml index 986a59be..c566527a 100644 --- a/authors.xml +++ b/authors.xml @@ -1,4 +1,4 @@ - + + + The Debian OCaml Task Force +
debian-ocaml-maint@lists.debian.org
diff --git a/chapter-ocaml.xml b/chapter-ocaml.xml index 1f6991d8..759fb792 100644 --- a/chapter-ocaml.xml +++ b/chapter-ocaml.xml @@ -2,14 +2,14 @@ Version At any given time, the package ocaml - should represent the current stable upstream version of Ocam - revision 3.06. + should represent the current stable upstream version of &ocaml-name; + revision &ocaml-version;. This package provides a virtual package called &ocaml-pkg;. This will help to track incompatible changes made within the - same version of Ocaml. + same version of &ocaml-name;. @@ -19,13 +19,13 @@ In order to have a minimal installation, a virtual package ocaml-base exists. It enable to have - a bare minimum install of Ocaml library. + a bare minimum install of &ocaml-name; library. As for ocaml this package provides a virtual package &ocaml-base-pkg;. This will help to track - incompatible changes made within the same version of Ocaml. + incompatible changes made within the same version of &ocaml-name;. @@ -34,7 +34,7 @@ File terminology for Ocaml packaging - Ocaml is a complete language allowing to create : + &ocaml-name; is a complete language allowing to create : bytecoded executable bytecoded library ( *.cma ) @@ -45,6 +45,7 @@ bytecoded object ( *.cmo ) native object ( *.cmx ) configuration file for handling library ( META ) + ocamldoc generated documentation ( *.odoc ) @@ -73,14 +74,15 @@ - By default, ocaml will look for modules in this order : + By default, &ocaml-name; will look for modules in this order : local - - /usr/local/lib/ocaml/&ocaml-version;/ - /usr/local/lib/ocaml/&ocaml-version;/ - + /usr/local/lib/ocaml/&ocaml-version;/ + + + core + /usr/lib/ocaml/&ocaml-version;/ @@ -89,5 +91,21 @@
Documentation + The documentation is a joint effort of &ocaml-force; and usptream. + There is many way to have documentation : *.mli file, which is installed in + /usr/lib/ocaml/&ocaml-version;/ and his subdirectory. + You can also browse documentation with ocamlbrowser. + At last, for some package, a special scheme is used to handle documentation + file : ocamldoc generated documentation. By this mean you can have different access + to library documentation : using docbrowser which is + shipped with cameleon, HTML pages registered under + the doc-base Debian package, + or manpages. + + + As of this date, there is no automatic way to generate manpages and HTML + documentation with a debian package. For now, *.odoc files + will be stored in /usr/share/ocamldoc-base. A tools, to + auto-generate manpages and HTML documentation is under construction.
diff --git a/ocaml_packaging_policy.xml b/ocaml_packaging_policy.xml index 7d3eeb08..140134ab 100644 --- a/ocaml_packaging_policy.xml +++ b/ocaml_packaging_policy.xml @@ -5,6 +5,8 @@ ocaml-&ocaml-version;-&ocaml-compat;"> ocaml-base-&ocaml-version;-&ocaml-compat;"> + OCaml"> + @@ -16,7 +18,7 @@ ]>
- Debian Ocaml Policy + Debian Ocaml Packaging Policy For Objective Caml version &ocaml-version; Revision 0.1 &authors;