From 02ffa065b8a84828645ef13fd3447d346f23e257 Mon Sep 17 00:00:00 2001 From: LKedward Date: Fri, 18 Sep 2020 11:39:33 +0100 Subject: Add: README for example packages --- test/example_packages/README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 test/example_packages/README.md diff --git a/test/example_packages/README.md b/test/example_packages/README.md new file mode 100644 index 0000000..086b967 --- /dev/null +++ b/test/example_packages/README.md @@ -0,0 +1,17 @@ +# Example packages + +See the table below for a list of the example packages provided in this directory including +the features demonstrated in each package and which versions of fpm are supported. + + +| Name | Features | Bootstrap (Haskell) fpm | fpm | +|------------------|---------------------------------------------------------------|:-----------------------:|:---:| +| circular_example | Local path dependency; circular dependency | Y | N | +| circular_test | Local path dependency; circular dependency | Y | N | +| hello_complex | Non-standard directory layout; multiple tests and executables | Y | Y | +| hello_fpm | App-only; local path dependency | Y | N | +| hello_world | App-only | Y | Y | +| makefile_complex | External build command (makefile); local path dependency | Y | N | +| submodules | Lib-only; submodules (3 levels) | N | Y | +| with_c | Compile with `c` source files | N | Y | +| with_makefile | External build command (makefile) | Y | N | \ No newline at end of file -- cgit v1.2.3