Skip to content

Commit

Permalink
Install META files (ocaml-flambda#2437)
Browse files Browse the repository at this point in the history
  • Loading branch information
mshinwell authored and Forestryks committed Apr 17, 2024
1 parent e744929 commit e27d771
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 2 deletions.
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))

0 comments on commit e27d771

Please sign in to comment.