ocaml-semver / ocaml-api-watch

Libraries and tools to keep watch on you OCaml lib's API changes
ISC License
21 stars 15 forks source link

Added implementation to get a merged signature for an entire dune built library #68

Closed Siddhi-agg closed 3 months ago

Siddhi-agg commented 3 months ago

This PR makes the following changes:

Note: The implementation of dune_library_to_signature requires that the project/library whose path is provided has been properly built and a _build folder is present for it in the path provided.