|
1 | 1 | # Example packages |
2 | 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. |
| 3 | +See the table below for a list of the example packages provided in this directory and |
| 4 | +the features demonstrated in each package. |
5 | 5 |
|
6 | 6 |
|
7 | | -| Name | Features | Bootstrap (Haskell) fpm | fpm | |
8 | | -|---------------------|---------------------------------------------------------------|:-----------------------:|:---:| |
9 | | -| auto_discovery_off | Default layout with auto-discovery disabled | N | Y | |
10 | | -| c_header_only | C header-only library | N | Y | |
11 | | -| c_includes | C library with c include directory and dependency includes | N | Y | |
12 | | -| circular_example | Local path dependency; circular dependency | Y | Y | |
13 | | -| circular_test | Local path dependency; circular dependency | Y | Y | |
14 | | -| fortran_includes | Fortran library with explicit include directory | Y | N | |
15 | | -| hello_complex | Non-standard directory layout; multiple tests and executables | Y | Y | |
16 | | -| hello_complex_2 | Auto-discovery of tests and executables with modules | N | Y | |
17 | | -| hello_fpm | App-only; local path dependency | Y | Y | |
18 | | -| hello_world | App-only | Y | Y | |
19 | | -| with_examples | Example-only | Y | Y | |
20 | | -| makefile_complex | External build command (makefile); local path dependency | Y | N | |
21 | | -| program_with_module | App-only; module+program in single source file | Y | Y | |
22 | | -| submodules | Lib-only; submodules (3 levels) | N | Y | |
23 | | -| link_external | Link external library | N | Y | |
24 | | -| link_executable | Link external library to a single executable | N | Y | |
25 | | -| with_c | Compile with `c` source files | N | Y | |
26 | | -| with_makefile | External build command (makefile) | Y | N | |
| 7 | +| Name | Features | |
| 8 | +|---------------------|---------------------------------------------------------------| |
| 9 | + |
| 10 | +| circular_example | Local path dependency; circular dependency | |
| 11 | +| circular_test | Local path dependency; circular dependency | |
| 12 | +| fortran_includes | Fortran library with explicit include directory | |
| 13 | +| hello_complex | Non-standard directory layout; multiple tests and executables | |
| 14 | +| hello_fpm | App-only; local path dependency | |
| 15 | +| hello_world | App-only | |
| 16 | +| with_examples | Example-only | |
| 17 | +| makefile_complex | External build command (makefile); local path dependency | |
| 18 | +| program_with_module | App-only; module+program in single source file | |
| 19 | +| submodules | Lib-only; submodules (3 levels) | |
| 20 | +| with_makefile | External build command (makefile) | |
0 commit comments