I would avoid using special characters like * in library names.
The usual mapping to a path breaks in filesystems which
don't support this character, and is inconvenient in other
systems.  Typical workarounds like the percent escaping used
in R6RS systems for their ":" numeric prefix are extremely
ugly and hard to work with.

--
Alex