package checked_oint

  1. Overview
  2. Docs
An OCaml library for checked integer arithmetic

Install

Dune Dependency

Authors

Maintainers

Sources

checked_oint-0.2.0.tar.gz
md5=5ee41b2897b3f2eba115bcbcdfd5c678
sha512=c8d33fad538fea814c1fc89981bc57132025e544d83bdce41133f2c3660dba7f0a94c25626f6619d06d657345867acb779bef45353dfc03a59e698e4a8644432

doc/CHANGELOG.html

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

unreleased

0.2.0 - 2024-06-14

Added

  • The is_zero, is_one, is_all_ones predicates on generic integers.

Changed

  • Rename S.ty to S.int_ty (in accordance with generic_int_ty).

0.1.2 - 2024-05-15

Added

  • S.of_int and S.of_string which return option instead of raising an exception.

Fixed

  • Specify a required version of alcotest.

0.1.1 - 2024-05-05

Added

  • S.ty for getting a type representation (int_ty).

Fixed

  • Specify required versions of ocaml and ctypes-foreign in dune-project.

0.1.0 - 2024-05-01

Added

  • This library.
OCaml

Innovation. Community. Security.