Put Lin and STM libraries in a standalone package#5
Conversation
|
The readme should probably be adapted to mention the three packages, too. |
|
Thanks a bunch for this! You are very welcome to add a short mention of the three opam packages to the README Having to make package-annotations on each rule saddens me. |
I'm only starting with dune and reading the docs, but maybe using the scopes feature? IIUC this implies to put all the tests and the |
8d49dd0 to
250e64d
Compare
|
To avoid the many
Both failed with errors like: That is, dune seems to ignore the |
|
OK, thanks for trying! |
This creates packages containing the
LinandSTMlibraries, calledlinandstmrespectively. It allows users to install and use these libraries in a simple way, independently of the multicoretests test suite—which is restricted to themulticoretestspackage. It also allows to installlinandstmwithout some dependencies of multicoretests such as ounit2, lockfree or ppx_deriving.The package multicoretests now depends on
linandstm.