Skip to content

Commit b6d83e1

Browse files
committed
Add backwards-compatibility ocamlfind subpackages
As part of the jbuilder converstion, the packages xenstore_transport xenstore_transport.unix xenstore_transport.lwt were merged into `xenstore_transport`. This patch adds aliases to the META file so we don't needlessly break the build of other components which try to link with the subpackage. This fixes the build of packages like vhd-tool, see ocaml/opam-repository#9481 (comment) Signed-off-by: David Scott <[email protected]>
1 parent c393553 commit b6d83e1

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

META.xenstore_transport.template

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# JBUILDER_GEN
2+
3+
package "unix" (
4+
description = "Deprecated. Use xenstore_transport"
5+
requires = "xenstore_transport"
6+
)
7+
8+
package "lwt" (
9+
description = "Deprecated. Use xenstore_transport"
10+
requires = "xenstore_transport"
11+
)

0 commit comments

Comments
 (0)