License name
:licenses key in build.edn file shoud be a sequence of the following map.
| name | type | required? | description | 
|---|---|---|---|
name  | 
  | Yes  | License name  | 
url  | 
  | Yes  | License URL  | 
{:lib foo/bar
 :version "0.1.0"
 :description "Your great library"
 :licenses [{:name "Eclipse Public License - v 2.0"
             :url "https://www.eclipse.org/legal/epl-2.0/"}]}
Can you improve this documentation?Edit on GitHub
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs | 
| ← | Move to previous article | 
| → | Move to next article | 
| Ctrl+/ | Jump to the search field |