Plaster

common-lisp
(asdf:defsystem #:cl-megolm :defsystem-depends-on ("cffi/c2ffi") :description "Bindings to the Megolm v1 C Library https://gitlab.matrix.org/matrix-org/olm" :author "" :license "MIT" :version "0.0.1" :serial t :depends-on (#:cffi #:cffi/c2ffi #:cffi-libffi) :components ((:file "package") (:file "ffi-prelude") (:module :spec :components ((:cffi/c2ffi-file "olm.h" :package #:libolm :ffi-name-transformer "libolm::ffi-name-transformer" :foreign-library-name "libolm::libolm" :foreign-library-spec ((t (:or "libolm.so" "libolm.so.3.2.1" "libolm.so.3"))) :include-sources () :include-definitions ())))))