package ctypes-zarith

  1. Overview
  2. Docs
Ctypes wrapper for zarith

Install

Dune Dependency

Authors

Maintainers

Sources

0.1.0.tar.gz
md5=409aed69b6b1b1ebea9154862ee61093
sha512=f12e0a9cac137b3d2248c4ec289188a1d6b3dd7dd6fcd6ab9bb813a04abab23bed081e0d5910bd8d60a6cde335307b5c4660234205fe36454db8a5eae47aa718

Description

Published: 14 May 2020

README

ctypes-zarith

Demo code how to mix ctypes and "custom" OCaml types.

mpz_t/mpz_struct (C) is exposed as Z.t (OCaml) and mpq_struct as Q.t.

Dev Dependencies (2)

  1. alcotest with-test
  2. ctypes-foreign with-test

Used by

None

Conflicts

None