package provider

  1. Overview
  2. Docs
Parametrize your OCaml library with values that behave like objects but aren't

Install

Dune Dependency

Authors

Maintainers

Sources

provider-0.0.4.tbz
sha256=5115476c5d4d08b19c867806b291ce1d509c6e61e99d7a2d457bde9422503c0b
sha512=28d8b65af3263227ff09faa774caca6874016043b6d643da5fd8d0b649151facf3439c92e72795fc78b0a8bdd79f2e4e457f967e44c6f275480a0ec29264b6a0

CHANGES.md.html

0.0.4 (2024-03-05)

Changed

  • Uses expect-test-helpers (reduce core dependencies)

  • Upgrade eio to 0.15.

  • Run ppx_js_style as a linter & make it a dev dependency.

  • Upgrade GitHub workflows actions/checkout to v4.

  • In CI, specify build target @all, and add @lint.

  • List ppxs instead of ppx_jane.

0.0.3 (2024-02-21)

Added

  • Add new tests, improve test coverage.

Changed

  • Improve organization of test files.

  • Rename Class => Trait (breaking change).

Fixed

  • Fix Interface.implements which shouldn't raise on empty interface (#3, @mbarbin).

0.0.2 (2024-02-18)

Changed

  • Improve tests and documentation.

0.0.1 (2024-02-18)

  • Initial release.