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-fixコピー使い方
;; area51 add で .asd が自動更新されます。
;; コード内でパッケージを使用:
(in-package :my-project)
(cl-plus-ssl-osx-fix:some-function ...)