Experimental Haskell bindings and high-level API to AutoMerge

1 Open Issue Need Help Last updated: Sep 14, 2025

Open Issues Need Help

View All on GitHub

AI Summary: The project's doctests are failing because they require dynamically linked libraries, but the project currently statically links to `libautomerge.a`. The `automerge-c` build script does not produce a dynamic library (`.so`) by default, which is needed for the doctests to function correctly.

Complexity: 3/5
enhancement good first issue

Experimental Haskell bindings and high-level API to AutoMerge

Haskell