dbuenzli / topkg

The transitory OCaml software packager
http://erratique.ch/software/topkg
ISC License
68 stars 25 forks source link

`Pkg.mllib` bug with subpath #75

Closed dbuenzli closed 8 years ago

dbuenzli commented 8 years ago

In a mllib it is possible to write

Mod
sub/Othermod

However the uncapitalization made by topkg doesn't take the path into account which results in wrong capitalized targets (e.g. sub/Othermod.cmo) being generated.

As a workaround until a fix is in:

Mod
sub/othermod

works.