Skip to content

Commit 7d79f7f

Browse files
authored
adds a missing module to the OASIS specification of bap-plugins (#1574)
It's unclear how it was passing the tests but there is still a missing module the bap-plugins OASIS specification that breaks downstream builds.
1 parent a26eade commit 7d79f7f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

oasis/plugins

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Library bap_plugins
1111
Bap_plugins_units,
1212
Bap_plugins_units_intf,
1313
Bap_common,
14-
Bap_plugins_loader_backend
14+
Bap_plugins_loader_backend,
15+
Bap_plugins_package
1516
BuildDepends: core_kernel, dynlink, fileutils, findlib, bap-bundle, bap-future,
1617
uri, ppx_bap

0 commit comments

Comments
 (0)