Add a docstring to the main ns
This commit is contained in:
parent
23929231e2
commit
8ac03cc961
1 changed files with 3 additions and 0 deletions
|
|
@ -1,4 +1,7 @@
|
||||||
(ns coffi.ffi
|
(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."
|
||||||
(:require
|
(:require
|
||||||
[clojure.java.io :as io]
|
[clojure.java.io :as io]
|
||||||
[clojure.spec.alpha :as s]
|
[clojure.spec.alpha :as s]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue