Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 659 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 659 Bytes

uintb128

unreleased

  • Library for 128 bit unsigned integers
  • Based on OCaml's Bytes implementation of the standard library.
  • Created initially as a playground for ...
    • ocaml-ipaddr issue 16 - Use 16-byte string for internal representation of IPv6 addresses
    • Merged in #115 - use Bytes.t as data type for IPv6 addresses

TODO

  • add mli and documentation
  • add string integer conversion
  • add infix module like integers
    • separate operators for bitwise operations?
  • installable top level printer