Skip to content

Commit 02ffa06

Browse files
committed
Add: README for example packages
1 parent 35f4779 commit 02ffa06

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

test/example_packages/README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Example packages
2+
3+
See the table below for a list of the example packages provided in this directory including
4+
the features demonstrated in each package and which versions of fpm are supported.
5+
6+
7+
| Name | Features | Bootstrap (Haskell) fpm | fpm |
8+
|------------------|---------------------------------------------------------------|:-----------------------:|:---:|
9+
| circular_example | Local path dependency; circular dependency | Y | N |
10+
| circular_test | Local path dependency; circular dependency | Y | N |
11+
| hello_complex | Non-standard directory layout; multiple tests and executables | Y | Y |
12+
| hello_fpm | App-only; local path dependency | Y | N |
13+
| hello_world | App-only | Y | Y |
14+
| makefile_complex | External build command (makefile); local path dependency | Y | N |
15+
| submodules | Lib-only; submodules (3 levels) | N | Y |
16+
| with_c | Compile with `c` source files | N | Y |
17+
| with_makefile | External build command (makefile) | Y | N |

0 commit comments

Comments
 (0)