cl-plus-ssl-osx-fix
A fix for CL+SSL library paths on OSX needed when you have Intel and Arm64 Homebrew installations. Should be loaded before CL+SSL.
$ area51 add cl-plus-ssl-osx-fixCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(cl-plus-ssl-osx-fix:some-function ...)