Revision: 429
Author: ygrekheretix
Date: Sun Nov 24 18:26:57 2013 UTC
Log: prepare release 1.6.0
http://code.google.com/p/ocaml-extlib/source/detail?r=429
Modified:
/trunk/extlib/Makefile
/trunk/extlib/README.txt
=======================================
--- /trunk/extlib/Makefile Sat Nov 23 18:28:39 2013 UTC
+++ /trunk/extlib/Makefile Sun Nov 24 18:26:57 2013 UTC
@@ -1,6 +1,6 @@
# Makefile contributed by Alain Frisch
-VERSION = 1.5.4
+VERSION = 1.6.0
# the list is topologically sorted
MODULES = \
=======================================
--- /trunk/extlib/README.txt Sat Aug 6 13:01:32 2011 UTC
+++ /trunk/extlib/README.txt Sun Nov 24 18:26:57 2013 UTC
@@ -30,16 +30,29 @@
Installation :
--------------
-Unzip or untar in any directory, then simply run
+Unzip or untar in any directory and run
-> ocaml
install.ml
+ make build install
-and follow the instructions.
+This will build and install bytecode and native libraries.
+On bytecode-only architecture run
+
+ make all install
+
+Since release 1.6.0 extlib will install two packages : extlib and
extlib_min,
+the latter one excludes several modules (potentially) conflicting with
other
+well established OCaml libraries.
+
+Alternatively, run
+
+ ocaml
install.ml
+
+and follow the instructions (this will install only extlib package).
Usage :
-------
-Generate and watch the documentation.
+Generate and read the documentation.
Contributors :
--------------
@@ -47,6 +60,9 @@
Nicolas Cannasse (
ncan...@motion-twin.com)
Brian Hurt (
brian...@qlogic.com)
Yamagata Yoriyuki (
yo...@users.sourceforge.net)
+Janne Hellsten <jjhellst AT gmail DOT com>
+Richard W.M. Jones <rjones AT redhat DOT com>
+ygrek <ygrek AT autistici DOT org>
License :
---------