diff --git a/src/clj/coffi/ffi.clj b/src/clj/coffi/ffi.clj index 4693e0b..87fe7c2 100644 --- a/src/clj/coffi/ffi.clj +++ b/src/clj/coffi/ffi.clj @@ -1,7 +1,5 @@ (ns coffi.ffi - "Functions for managing native allocations and resource scopes, creating handles - to native functions, serializing and deserializing Clojure data to native - structures, and loading native libraries." + "Functions for creating handles to native functions and loading native libraries." (:require [clojure.java.io :as io] [clojure.spec.alpha :as s]