From f748ddf8986c81c0ac506f5447352b8970fd726e Mon Sep 17 00:00:00 2001 From: Mark Shinwell Date: Fri, 12 Apr 2024 15:02:18 +0100 Subject: [PATCH] Install META files --- dune | 1 + ocaml/otherlibs/dynlink/dune | 2 ++ ocaml/otherlibs/runtime_events/dune | 1 + ocaml/otherlibs/str/dune | 1 + ocaml/otherlibs/systhreads/dune | 3 ++- ocaml/otherlibs/systhreads4/dune | 2 ++ ocaml/otherlibs/unix/dune | 1 + ocaml/stdlib/dune | 3 ++- 8 files changed, 12 insertions(+), 2 deletions(-) diff --git a/dune b/dune index ca04cd65a5a..5fe27445ea9 100755 --- a/dune +++ b/dune @@ -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) diff --git a/ocaml/otherlibs/dynlink/dune b/ocaml/otherlibs/dynlink/dune index 456923b8540..e93ddb20274 100644 --- a/ocaml/otherlibs/dynlink/dune +++ b/ocaml/otherlibs/dynlink/dune @@ -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)) diff --git a/ocaml/otherlibs/runtime_events/dune b/ocaml/otherlibs/runtime_events/dune index 9d92b6e014c..4bf6c405c7c 100644 --- a/ocaml/otherlibs/runtime_events/dune +++ b/ocaml/otherlibs/runtime_events/dune @@ -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)) diff --git a/ocaml/otherlibs/str/dune b/ocaml/otherlibs/str/dune index 611645b99d2..2a8ce65f894 100644 --- a/ocaml/otherlibs/str/dune +++ b/ocaml/otherlibs/str/dune @@ -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)) diff --git a/ocaml/otherlibs/systhreads/dune b/ocaml/otherlibs/systhreads/dune index 1f3076c11d1..4639a4d596e 100644 --- a/ocaml/otherlibs/systhreads/dune +++ b/ocaml/otherlibs/systhreads/dune @@ -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)) diff --git a/ocaml/otherlibs/systhreads4/dune b/ocaml/otherlibs/systhreads4/dune index faeb6bc72d0..d93131462ba 100644 --- a/ocaml/otherlibs/systhreads4/dune +++ b/ocaml/otherlibs/systhreads4/dune @@ -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)) diff --git a/ocaml/otherlibs/unix/dune b/ocaml/otherlibs/unix/dune index 180fa767921..0d553a6e9c5 100644 --- a/ocaml/otherlibs/unix/dune +++ b/ocaml/otherlibs/unix/dune @@ -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)) diff --git a/ocaml/stdlib/dune b/ocaml/stdlib/dune index ad5a95a74a4..29d8963a57e 100644 --- a/ocaml/stdlib/dune +++ b/ocaml/stdlib/dune @@ -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))