From: Richard W.M. Jones Date: Wed, 2 Apr 2008 13:22:07 +0000 (+0000) Subject: Documentation update X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=e2f7504d088b606222a20023476643303c599313;p=ocaml-bitstring.git Documentation update --- diff --git a/bitmatch.mli b/bitmatch.mli index a62b870..b909aab 100644 --- a/bitmatch.mli +++ b/bitmatch.mli @@ -15,7 +15,7 @@ * License along with this library; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * - * $Id: bitmatch.mli,v 1.10 2008-04-02 12:29:03 rjones Exp $ + * $Id: bitmatch.mli,v 1.11 2008-04-02 13:22:07 rjones Exp $ *) (** @@ -26,7 +26,8 @@ Bitmatch adds Erlang-style bitstrings and matching over bitstrings as a syntax extension and library for OCaml. You can use - this module to both parse and generate binary formats. + this module to both parse and generate binary formats, for + example, communications protocols, disk formats and binary files. {{:http://et.redhat.com/~rjones/bitmatch/}OCaml bitmatch website}