Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install META files #2437

Merged
merged 1 commit into from
Apr 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions dune
Original file line number Diff line number Diff line change
Expand Up @@ -446,6 +446,7 @@

(install
(files
(ocaml/compilerlibs/META as compiler-libs/META)
(external/owee/libcompiler_owee_stubs.a
as
compiler-libs/libcompiler_owee_stubs.a)
Expand Down
2 changes: 2 additions & 0 deletions ocaml/otherlibs/dynlink/dune
Original file line number Diff line number Diff line change
Expand Up @@ -503,6 +503,8 @@
(dynlink.cmi as dynlink/dynlink.cmi)

.dynlink_compilerlibs.objs/native/dynlink_compilerlibs__Misc.cmx

(META as dynlink/META)
)
(section lib)
(package ocaml))
1 change: 1 addition & 0 deletions ocaml/otherlibs/runtime_events/dune
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
(.runtime_events.objs/byte/runtime_events.cmt as runtime_events/runtime_events.cmt)
(.runtime_events.objs/byte/runtime_events.cmti as runtime_events/runtime_events.cmti)
(runtime_events_consumer.h as runtime_events_consumer.h)
(META as runtime_events/META)
)
(section lib)
(package ocaml))
1 change: 1 addition & 0 deletions ocaml/otherlibs/str/dune
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
(.str.objs/byte/str.cmi as str/str.cmi)
(.str.objs/byte/str.cmt as str/str.cmt)
(.str.objs/byte/str.cmti as str/str.cmti)
(META as str/META)
)
(section lib)
(package ocaml))
3 changes: 2 additions & 1 deletion ocaml/otherlibs/systhreads/dune
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
(byte/.threads.objs/byte/event.cmi as threads/event.cmi)
(byte/.threads.objs/byte/event.cmti as threads/event.cmti)
(byte/.threads.objs/byte/thread.cmi as threads/thread.cmi)
(byte/.threads.objs/byte/thread.cmti as threads/thread.cmti))
(byte/.threads.objs/byte/thread.cmti as threads/thread.cmti)
(META as threads/META))
(section lib)
(package ocaml))
2 changes: 2 additions & 0 deletions ocaml/otherlibs/systhreads4/dune
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@
(byte/.threads.objs/byte/event.cmti as threads/event.cmti)
(byte/.threads.objs/byte/thread.cmi as threads/thread.cmi)
(byte/.threads.objs/byte/thread.cmti as threads/thread.cmti)

(META as threads/META)
)
(section lib)
(package ocaml))
Expand Down
1 change: 1 addition & 0 deletions ocaml/otherlibs/unix/dune
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@
(dllunix_stubs.so as stublibs/dllunix_stubs.so)
(socketaddr.h as caml/socketaddr.h)
(unixsupport.h as caml/unixsupport.h)
(META as unix/META)
)
(section lib)
(package ocaml))
Expand Down
3 changes: 2 additions & 1 deletion ocaml/stdlib/dune
Original file line number Diff line number Diff line change
Expand Up @@ -514,6 +514,7 @@
.stdlib.objs/native/stdlib__In_channel.cmx
.stdlib.objs/native/stdlib__Out_channel.cmx
.stdlib.objs/native/stdlib__Iarray.cmx
.stdlib.objs/native/stdlib__IarrayLabels.cmx)
.stdlib.objs/native/stdlib__IarrayLabels.cmx
(META as stdlib/META))
(section lib)
(package ocaml_runtime_stdlib))
Loading