tweag / clodl

Turn dynamically linked ELF binaries and libraries into self-contained closures.
BSD 3-Clause "New" or "Revised" License
164 stars 6 forks source link

Test and document importing clodl in other projects #50

Closed facundominguez closed 2 months ago

facundominguez commented 2 months ago

The readme should comment how to modify the WORKSPACE file and how to import the rules in BUILD files.

A test should be added that demonstrates how to import. I suspect that at the moment, importing is not as straight forward as it could be because the top level BUILD file is importing Haskell rules for examples and buildtools for formatting files.

There is some earlier discussion about it in #46.