Web Images Videos Maps News Shopping Gmail more »
Recently Visited Groups | Help | Sign in
Google Groups Home
[ANNOUNCE] ocaml-bitstring 1.9.6 (formerly known as ocaml-bitmatch)
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  1 message - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Richard Jones  
View profile  
 More options Jul 17 2008, 8:42 am
Newsgroups: fa.caml
From: Richard Jones <r...@annexia.org>
Date: Thu, 17 Jul 2008 12:42:06 UTC
Local: Thurs, Jul 17 2008 8:42 am
Subject: [Caml-list] [ANNOUNCE] ocaml-bitstring 1.9.6 (formerly known as ocaml-bitmatch)
I'm please to announce version 1.9.6 of ocaml-bitstring (formerly
known as ocaml-bitmatch).  The home page has changed again, so please
update any bookmarks or links to point to the new home page here:

  http://code.google.com/p/bitstring/

Version 1.9.6 features 'check()', 'bind()' and 'save_offset_to()'
qualifiers which give you much greater control over the matching
process.  For example:

  bitmatch packet with
  | { len  : 16  : check (len > 0), bind (len*8);
      data : len : string;
      crc  : 32  : check (crc_ok data crc), save_offset_to (crc_offset)
    } ->
    printf "length of data (in bits) = %d\n" len;
    printf "offset of CRC in packet (in bits) = %d\n" crc_offset

  | { _ } -> printf "bad packet\n"

We have also fixed some bugs, clarified the licensing everywhere (for
Debian), and improved the META file.

A troublesome company sent my employer a Cease and Desist notice,
claiming that their trademark on the word "BitMatch" for "Computer
software for comparing and analyzing computer software"[sic] covered
ocaml-bitmatch.  No such thing is true, but because of the time and
expense of dealing with the legal process we have decided to rename
ocaml-bitmatch to ocaml-bitstring for their benefit (still very
time-consuming).  As a result, we are gradually moving the old
website, wiki etc. to the new home page above, and some internals will
change (code will be backwards-compatible, but you may need to make
some changes to build scripts).  Thanks to Sylvain Le Gall for
offering hosting.

Rich.

_______________________________________________
Caml-list mailing list. Subscription management:
http://yquem.inria.fr/cgi-bin/mailman/listinfo/caml-list
Archives: http://caml.inria.fr
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners
Bug reports: http://caml.inria.fr/bin/caml-bugs


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google