package cf-lwt

  1. Overview
  2. Docs
Lwt interface to macOS CoreFoundation

Install

Dune Dependency

Authors

Maintainers

Sources

cf-lwt-0.5.0.tbz
sha256=d307832538a493023be3c7aceb5e9594e509d49e16f1e90dff1dc22ef46b9564
sha512=c23052d1820cb92791d484a4fc08db6a8f6d43638dc707de5b73e964e6de1ec65c3dcc1d679e1ea38666ce705d50d00f909f97f73e1f2b7ac3d5f0d4c09b6152

CHANGES.md.html

0.5.0 (2022-04-01)

  • Fix build with opam-monorepo (#2, @samoht)

  • Update ocamlformat config to 0.21.0 (#3. @samoht)

0.4 (2021-04-28)

  • Fix a bug in the retention of values in CFArrays (@patricoferris)

0.3 (2021-04-24)

  • Bump dune version and use opam file autogeneration (@avsm).

  • Install library on non-macOS platforms as an empty archive, so that it works better in a monorepo (@avsm).

  • Update to ocamlformat 0.18.0 (@avsm)

0.2 (2019-12-17)

  • Change library name to cf to match the ocamlfind and OCaml library names

  • Use dune instead of topkg (@samoht)

0.1.1 (2016-08-08):

  • Update for ctypes >= 0.6.0

0.1.0 (2016-05-31):

  • Initial public release