rodentrabies / bp

Bitcoin Protocol components in Common Lisp
MIT License
37 stars 8 forks source link

meta: use dots instead of slashes in qualified package names #14

Closed rodentrabies closed 1 year ago

rodentrabies commented 1 year ago

This PR replaces all slash-separated package names with dot-separated ones, e.g. bp/crypto/random becomes bp.crypto.random. The old package names still exist as aliases but will be removed in the future.