package ortac-wrapper

  1. Overview
  2. No Docs
Wrapper plugin for Ortac

Install

dune-project
 Dependency

Authors

Maintainers

Sources

.tar.gz
md5=1bbffc8b2ecf943c2d66bdf9c72b994a
sha512=f23537bc18149e5cf5f5035139fac0541b55f7087127b1ca963f16d8852096d7fbdd5378b9fbb7703a3ce175b4a90ad8a7dfafc4292b5f1196fa11fbef43a178

Description

The Wrapper plugin for the Ortac command-line tool (provided by the ortac-core package) can generate a wrapper module, ie a module that will wrap all function calls with runtime assertion checks that their specifications hold. Ortac (OCaml Runtime Assertion Checking) is a tool to turn executable Gospel specifications into code to test they hold.

Published: 25 Mar 2026

Dependencies (8)

  1. ortac-runtime = version
  2. ortac-core = version
  3. gospel = "0.3.1"
  4. ppxlib >= "0.36.0"
  5. fmt
  6. cmdliner >= "1.3.0"
  7. ocaml >= "4.12.0"
  8. dune >= "3.9"

Dev Dependencies (2)

  1. odoc with-doc
  2. alcotest with-test & >= "0.8.1"

Used by (1)

  1. ortac-dune >= "0.8.0"

Conflicts

None