lean4-htt/src/lake/examples/reverse-ffi
David Thrane Christiansen 12ff2d8c49
chore: remove old documentation site (#7974)
This PR removes the old documentation overview site, as its content has
moved to the main Lean website infrastructure.

This should be merged when the new website section is deployed, after
installing appropriate redirects.

Developer documentation is remaining in Markdown form, but it will no
longer be part of the documentation hosted on the Lean website. Example
code stays here for CI, but it is now rendered via a Verso plugin.
2025-05-14 14:31:33 +00:00
..
lib
.gitignore
clean.sh
main.c chore: remove old documentation site (#7974) 2025-05-14 14:31:33 +00:00
Makefile
README.md
test.sh

Reverse FFI

This a simple example of how a Lake library (lib/) can be used from a foreign language and build system (main.c and Makefile).