← Back to team overview

marionnet-dev team mailing list archive

[Branch ~marionnet-drivers/ocamlbricks/trunk] Rev 301: Added module Ipv6 with the following signature:

 

------------------------------------------------------------
revno: 301
committer: Jean-Vincent Loddo <loddo@xxxxxxxxxxxxxxxxxxxx>
branch nick: ocamlbricks
timestamp: Fri 2012-01-13 20:54:53 +0100
message:
  Added module Ipv6 with the following signature:
  
  type t = int array
  type cidr = int
  
  val of_string : string -> int array option
  
  val string_of : ?uncompress:unit -> int array -> string
  
  val ipcalc : t -> cidr ->
    < ip       : t;
      cidr     : int;
      netmask  : t;
      network  : t;
      hostmin  : t;
      hostmax  : t;
      contains : t -> bool;
      print    : unit;
  
      string_of : <
  	ip      : string;
  	netmask : string;
  	network : string;
  	hostmax : string;
  	hostmin : string;
  	>
      >
  
  module String : sig
  
   val ipcalc : string -> cidr ->
    < ip       : string;
      cidr     : string;
      netmask  : string;
      network  : string;
      hostmin  : string;
      hostmax  : string;
      contains : string -> bool option;
      print    : unit;
      > option
  end
added:
  STRUCTURES/ipv6.ml
  STRUCTURES/ipv6.mli
modified:
  STRUCTURES/ipv4.ml
  STRUCTURES/ipv4.mli
  ocamlbricks.mllib
  ocamlbricks.odocl


--
lp:ocamlbricks
https://code.launchpad.net/~marionnet-drivers/ocamlbricks/trunk

Your team marionnet-dev is subscribed to branch lp:ocamlbricks.
To unsubscribe from this branch go to https://code.launchpad.net/~marionnet-drivers/ocamlbricks/trunk/+edit-subscription