Closed
Description
During the December call, @ivan-pi mentioned it would be nice that fpm
could use stdlib
as a package.
@certik mentioned that a possible solution would be to provide a tarball with pre-processed fypp
files (similarly to the generation of binaries for fpm
). This option requires that fpm
being able to use tarballs.
@LKedward proposed another solution, that is an auto-generated mirror of stdlib
that contains pre-processed files (see @LKedward project).
Both options have pros and cons. In both cases, I think the strucutre of stdlib
must be modified to be compatible with the structure needed by fpm
.