Skip to content

Commit 4b1c5b6

Browse files
authored
Merge pull request #6 from djs55/backwards-compat
Add backwards-compatibility ocamlfind subpackages
2 parents c393553 + b6d83e1 commit 4b1c5b6

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

META.xenstore_transport.template

+11
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)