Liking cljdoc? Tell your friends :D

licenses

:licenses key in build.edn file shoud be a sequence of the following map.

nametyperequired?description

name

string?

Yes

License name

url

string?

Yes

License URL

Example

{: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

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close