Skip to content

Commit 95d8b67

Browse files
fix: correct compiler-libs dependency in dune-project
Co-authored-by: aider (openai//workspace/models/openai-mirror/gpt-oss-120b/) <aider@aider.chat>
1 parent ad93209 commit 95d8b67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dune-project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
(name dune-ai-context)
2020
(synopsis "Tool to extract vendor library dependencies from Dune files and generate .mli interface files from their .cmi files.")
2121
(description "dune-ai-context parses the external library dependencies of an OCaml project using `dune describe external-lib-deps`, filters out `ppx_` packages, locates the corresponding `.cmi` files in the OPAM switch, and writes their interface signatures to `vendor_interfaces/<library>.mli`. This provides a convenient context for AI‑assisted coding tools.")
22-
(depends ocaml (dune (>= 3.1)) sexplib str unix compiler-libs.common)
22+
(depends ocaml (dune (>= 3.1)) sexplib str unix (compiler-libs (= common)))
2323
(tags
2424
("ocaml" "dune" "vendor" "cmi" "interface" "AI tool" "LLM")))

0 commit comments

Comments
 (0)