X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;ds=sidebyside;f=README;h=885beafea3fc7ded49f0fa5046adbe66175c504b;hb=f4ea557f1eae3dfc964fa08748debe6055516cce;hp=98907ca0d5c8e8af14166be4e3e158c1591c3d6a;hpb=3dc06cb02e8eb4d375e4af3ef246ceb235c95e1d;p=perl4caml.git diff --git a/README b/README index 98907ca..885beaf 100644 --- a/README +++ b/README @@ -1,16 +1,16 @@ perl4caml Copyright (C) 2003 Merjis Ltd. (http://www.merjis.com/) -$Id: README,v 1.1 2003-10-14 16:46:13 rich Exp $ +$Id: README,v 1.3 2003-11-02 13:19:57 rich Exp $ perl4caml allows you to use Perl code within Objective CAML (OCaml), thus neatly side-stepping the old problem with OCaml which was that it lacked a comprehensive set of libraries. Well now you can use any part of CPAN in your OCaml code. -mod_caml is distributed under the GNU Library General Public License +perl4caml is distributed under the GNU Library General Public License (see file COPYING.LIB for terms and conditions). -mod_caml was mainly written by Richard W.M. Jones +perl4caml was mainly written by Richard W.M. Jones (rich@annexia.org). See file AUTHORS for other contributors. Installation @@ -28,3 +28,12 @@ mod_caml was mainly written by Richard W.M. Jones (5) Try some of the examples in the examples/ directory (some of these require that you have certain Perl modules installed). + + Documentation + ------------- + +See doc/ for some documentation. + +To build ocamldoc (automatically generated documentation for interfaces) +type 'make html'. The output can be found by pointing your browser at +'html/index.html'.