package contract

  1. Overview
  2. Docs

Changes

0.1.0 - 2026-05-24

Initial release of the pure OCaml contract core.

  • Add endpoint definitions, path matching, request validation, scalar and JSON decoding, and OpenAPI output.
  • Add percent-decoding for captured path parameters.
  • Include a users API example and focused Alcotest coverage.

Current scope is intentionally small. There are no HTTP adapters, typed clients, mock servers, OpenAPI import, or response validation yet.