Small patch to 1.10.0 release, mostly fixing a handful of installation and build issues.
- Expose
janet_table_clear
in API. - Respect
JANET_NO_PROCESSES
define when building - Fix
jpm
rules having multiple copies of the same dependency. - Fix
jpm
install in some cases. - Add
array/trim
andbuffer/trim
to shrink the backing capacity of these types
to their current length.