File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change
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 |
You can’t perform that action at this time.
0 commit comments